5654 Commits (067fb2da14a687534a0b4ba801a7c001f6a0a32b)
 

Author SHA1 Message Date
Tobias Badertscher 067fb2da14 stmhal: L4: Modify flash.c and storage.c to support L4 MCU. 9 years ago
Tobias Badertscher dda1a41205 stmhal: L4: Modify mphalport to support L4 MCU. 9 years ago
Damien George 36d328e451 ACKNOWLEDGEMENTS: Add list of 842 backers from the ESP8266 campaign. 9 years ago
Damien George fcc9d43c6d docs/esp8266: Add info about using deep-sleep mode to quickref. 9 years ago
Damien George 32d7cf6e44 esp8266: Implement basic deep-sleep capabilities. 9 years ago
Paul Sokolovsky 2a51f72ed1 docs/esp8266/general: Start "General information" for esp8266. 9 years ago
Paul Sokolovsky f73d78394b docs/topindex.html: esp8266: Enable quickref/general on the main page. 9 years ago
Paul Sokolovsky 4fa1731b6e esp8266/modnetwork: .config(): Add "hidden ESSID" param. 9 years ago
Paul Sokolovsky cc1ef76f88 esp8266/scripts/flashbdev: Correct bootloader flash size to match real size. 9 years ago
Paul Sokolovsky 584406880c esp8266/scripts/_boot: Print notice when initial setup is executed. 9 years ago
Paul Sokolovsky 2494399a42 esp8266/scripts/flashbdev: Disable debug output/checks. 9 years ago
Paul Sokolovsky 46f0641fba esp8266/modnetwork: .config(): Add "channel" param. 9 years ago
Paul Sokolovsky 1b60a6dc4e py: Divide "split" and "cat" phases of qstr extraction for better efficiency. 9 years ago
Paul Sokolovsky 8dd704b019 py/makeqstrdefs.py: Process only CPP line-numbering info. 9 years ago
Paul Sokolovsky 4494b521ea py/mkrules.mk: Fix Bashism. 9 years ago
Paul Sokolovsky 21ab304c41 py/mkrules.mk: Cleanup command passed to shell. 9 years ago
Paul Sokolovsky 0dc85c9f86 py/mkrules.mk: Try to detect and emulate make -B behavior for qstr extraction. 9 years ago
Paul Sokolovsky 098f3e2862 stmhal: Update Makefile dependencies. 9 years ago
Paul Sokolovsky 270dd29320 unix: Make sure build dir exists before accessing it for freezing upip. 9 years ago
Paul Sokolovsky c618f91e22 py: Rework QSTR extraction to work in simple and obvious way. 9 years ago
Colin Hogben 8aa3cbf153 lib/utils/pyexec: Condition-out GC calls from pyexec. 9 years ago
Paul Sokolovsky 97f88eebb6 README: Explicitly point to required dependencies section. 9 years ago
Paul Sokolovsky 8dcce92606 esp8266/scripts: Don't try to create filesystem on 512KB devices or less. 9 years ago
Paul Sokolovsky 89e56a80b8 esp8266/modesp: Add flash_size() function. 9 years ago
Paul Sokolovsky 3a5a35aaec esp8266/scripts/flashbdev: Use all available space in 1MB FlashROM for FS. 9 years ago
Damien George d76ebde85e esp8266/modesp: Allow esp.deepsleep to take 2nd arg for RF wake opt. 9 years ago
Paul Sokolovsky 89aa7157d0 esp8266/README.md: Update feature list for current state of affairs. 9 years ago
Paul Sokolovsky 7e5715a6d5 esp8266/README.md: Typo fix. 9 years ago
Paul Sokolovsky 6f3b9933bd esp8266/esp_mphal: Protect dupterm_task_handler() from recursive exec. 9 years ago
Paul Sokolovsky dde9abad16 esp8266/moduos: Add dupterm_notify() function. 9 years ago
Paul Sokolovsky 7d57037906 extmod/modlwip: Add ability to run callback on "recv" and "accept" events. 9 years ago
Paul Sokolovsky 67ece47121 docs/machine: reset_cause() has been implemented for esp8266. 9 years ago
Paul Sokolovsky 50e4fa5e19 py/mkenv.mk: Optimize Python startup type during make process. 9 years ago
Damien George 31480fb91b py/frozenmod: Pass the source name of the frozen module to the lexer. 9 years ago
Damien George 5e247a5192 stmhal: Fix machine.unique_id() function to work for all MCUs. 9 years ago
Tobias Badertscher 31f5dc065a stmhal: L4: Modify timer.c to support L4 MCU. 9 years ago
Tobias Badertscher 432465b167 stmhal: L4: Modify rtc.c to support L4 MCU. 9 years ago
Damien George aed1da913b stmhal: L4: Modify usbd_conf.c to support L4 MCU. 9 years ago
Damien George 53521152a8 stmhal: L4: Modify uart.c to support L4 MCU. 9 years ago
Paul Sokolovsky 8007f84cca extmod/modlwip: lwip_tcp_receive(): Full error handling. 9 years ago
Paul Sokolovsky b830f4c610 extmod/modlwip: lwip_tcp_send(): Full error handling. 9 years ago
Tobias Badertscher d49a547064 stmhal: L4: Modify adc.c to add support for STM32L4 series. 9 years ago
Tobias Badertscher 69f26c68c9 stmhal: L4: Add line to Makefile for building L4 series. 9 years ago
Tobias Badertscher 0b6e28c999 stmhal: L4: Add board definition files for STM32L476DISC. 9 years ago
Damien George e943a407f2 stmhal: Update HALCOMMITS due to change to hal. 9 years ago
Tobias Badertscher d4c3349957 stmhal: L4: Adapt UART HAL to avoid 64-bit integer division. 9 years ago
Tobias Badertscher f4942db044 stmhal: L4: Add basic STM32L4xx HAL files. 9 years ago
Tobias Badertscher 2ba6677775 stmhal: L4: Add CMSIS files to support STM32L476. 9 years ago
Damien George 040373e4c4 stmhal: For frozen bytecode generation, add dependency of qstr file. 9 years ago
Damien George 593ffdd976 minimal: For frozen bytecode generation, add dependency of qstr file. 9 years ago