aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-20esp8266/modnetwork: .config(): Add "channel" param.Paul Sokolovsky
2016-04-19py: Divide "split" and "cat" phases of qstr extraction for better efficiency.Paul Sokolovsky
2016-04-19py/makeqstrdefs.py: Process only CPP line-numbering info.Paul Sokolovsky
2016-04-19py/mkrules.mk: Fix Bashism.Paul Sokolovsky
2016-04-19py/mkrules.mk: Cleanup command passed to shell.Paul Sokolovsky
2016-04-19py/mkrules.mk: Try to detect and emulate make -B behavior for qstr extraction.Paul Sokolovsky
2016-04-19stmhal: Update Makefile dependencies.Paul Sokolovsky
2016-04-19unix: Make sure build dir exists before accessing it for freezing upip.Paul Sokolovsky
2016-04-19py: Rework QSTR extraction to work in simple and obvious way.Paul Sokolovsky
2016-04-19lib/utils/pyexec: Condition-out GC calls from pyexec.Colin Hogben
2016-04-18README: Explicitly point to required dependencies section.Paul Sokolovsky
2016-04-18esp8266/scripts: Don't try to create filesystem on 512KB devices or less.Paul Sokolovsky
2016-04-18esp8266/modesp: Add flash_size() function.Paul Sokolovsky
2016-04-18esp8266/scripts/flashbdev: Use all available space in 1MB FlashROM for FS.Paul Sokolovsky
2016-04-17esp8266/modesp: Allow esp.deepsleep to take 2nd arg for RF wake opt.Damien George
2016-04-17esp8266/README.md: Update feature list for current state of affairs.Paul Sokolovsky
2016-04-17esp8266/README.md: Typo fix.Paul Sokolovsky
2016-04-17esp8266/esp_mphal: Protect dupterm_task_handler() from recursive exec.Paul Sokolovsky
2016-04-17esp8266/moduos: Add dupterm_notify() function.Paul Sokolovsky
2016-04-17extmod/modlwip: Add ability to run callback on "recv" and "accept" events.Paul Sokolovsky
2016-04-17docs/machine: reset_cause() has been implemented for esp8266.Paul Sokolovsky
2016-04-17py/mkenv.mk: Optimize Python startup type during make process.Paul Sokolovsky
2016-04-17py/frozenmod: Pass the source name of the frozen module to the lexer.Damien George
2016-04-17stmhal: Fix machine.unique_id() function to work for all MCUs.Damien George
2016-04-17stmhal: L4: Modify timer.c to support L4 MCU.Tobias Badertscher
2016-04-17stmhal: L4: Modify rtc.c to support L4 MCU.Tobias Badertscher
2016-04-17stmhal: L4: Modify usbd_conf.c to support L4 MCU.Damien George
2016-04-17stmhal: L4: Modify uart.c to support L4 MCU.Damien George
2016-04-17extmod/modlwip: lwip_tcp_receive(): Full error handling.Paul Sokolovsky
2016-04-17extmod/modlwip: lwip_tcp_send(): Full error handling.Paul Sokolovsky
2016-04-16stmhal: L4: Modify adc.c to add support for STM32L4 series.Tobias Badertscher
2016-04-16stmhal: L4: Add line to Makefile for building L4 series.Tobias Badertscher
2016-04-16stmhal: L4: Add board definition files for STM32L476DISC.Tobias Badertscher
2016-04-16stmhal: Update HALCOMMITS due to change to hal.Damien George
2016-04-16stmhal: L4: Adapt UART HAL to avoid 64-bit integer division.Tobias Badertscher
2016-04-16stmhal: L4: Add basic STM32L4xx HAL files.Tobias Badertscher
2016-04-16stmhal: L4: Add CMSIS files to support STM32L476.Tobias Badertscher
2016-04-16stmhal: For frozen bytecode generation, add dependency of qstr file.Damien George
2016-04-16minimal: For frozen bytecode generation, add dependency of qstr file.Damien George
2016-04-16esp8266: Adapt port to use new auto-qstr generation.Damien George
2016-04-16py/mkrules.mk: Suppress line-no output from CPP for qstr auto-gen.Jan Čapek
2016-04-16py/py.mk: Add makefile variable for qstr autogeneration control.Jan Čapek
2016-04-16windows/msvc: Implement automatic qstr generation using makeqstrdefs.stijn
2016-04-16py/mkrules.mk: Add mpconfig[port].h dependency to qstr generating rule.Jan Čapek
2016-04-16py: Add rules for automated extraction of qstrs from sources.Jan Čapek
2016-04-16py/makeqstrdefs: Add script to automate extraction of qstr from sources.Pavel Moravec
2016-04-15esp8266/modmachine: Add reset_cause() function.Paul Sokolovsky
2016-04-15docs/speed_python: Add article.Paul Sokolovsky
2016-04-15tests: Fix dict1.py so it doesn't rely on the order of dict elems.Damien George
2016-04-15py/map: Change hash-table allocation policy to be less aggressive.Damien George