aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-04-15docs/speed_python: Add many more details on memoryviews.Paul Sokolovsky
2016-04-15docs/speed_python: Generalize "Floating point" subsection.Paul Sokolovsky
2016-04-15docs/speed_python: Clarify/generalize "Buffers" subsection.Paul Sokolovsky
2016-04-15docs/machine: Start to update for esp8266 port.Paul Sokolovsky
2016-04-15docs/esp: Enumerate flash access functions.Paul Sokolovsky
2016-04-15tools/mpy-tool.py: Add support for Python 2.7.Damien George
2016-04-14esp8266/moduos: Add uos.mkdir function.Damien George
2016-04-14extmod/fsusermount: In mount/mkfs, deregister VFS object on error.Damien George
2016-04-14esp8266/scripts/_boot: Mount block device on "" instead of "/".Damien George
2016-04-15extmod/modlwip: More debug messages for various edge conditions.Paul Sokolovsky
2016-04-15esp8266/qstrdefsport.h: Mark qstr's for "esp" module.Paul Sokolovsky
2016-04-15esp8266: Enable input() builtin.Paul Sokolovsky
2016-04-15py: Declare help, input, open builtins in core.Paul Sokolovsky
2016-04-14esp8266/scripts/port_diag.py: Module to collect diagnostic info.Paul Sokolovsky
2016-04-14py/makeqstrdata: Add special case to handle \n qstr.Damien George
2016-04-14py/makeqstrdata: Reinstate Python2 compatibility.Damien George
2016-04-14py/makeqstrdata: Fix rendering of qstrs that have non-printable ASCII.Damien George
2016-04-14py: Simplify "and" action within parser by making ident-rules explicit.Damien George
2016-04-14esp8266: Switch integer arith routines to BootROM.Paul Sokolovsky
2016-04-14esp8266: Separate 1-wire timing funcs from Python module to save iRAM.Damien George
2016-04-14esp8266: Add hard IRQ callbacks for pin change on GPIO0-15.Damien George
2016-04-14esp8266: Add dummy entries for non-existing pins to simplify pin logic.Damien George
2016-04-14esp8266: Remove pin_id field from C pin object.Damien George
2016-04-14extmod/modlwip: Start adding debug output.Paul Sokolovsky
2016-04-14extmod/modlwip: lwip_tcp_receive(): Properly handle EOF for non-blocking sock.Paul Sokolovsky
2016-04-13py/makeqstrdata: Add more names for escaped chars and esc non-printable.Damien George
2016-04-13extmod/modwebsocket: Another case to propagate EOF.Paul Sokolovsky
2016-04-13stmhal: Add Makefile option FROZEN_MPY_DIR to support frozen bytecode.Damien George
2016-04-13minimal: Add example of frozen persistent bytecode (.mpy file).Damien George
2016-04-13py: Add ability to have frozen persistent bytecode from .mpy files.Damien George