aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-07cc3200: Add antenna selection feature to WLAN.Daniel Campora
2015-06-06micropython-upip: Mark as binary file and re-commit.Paul Sokolovsky
2015-06-06upip: Upgrade to 0.5.3 to follow uctypes.struct() signature change.Paul Sokolovsky
2015-06-06docs/uctype: Update for constructor argument order changes.Paul Sokolovsky
2015-06-06moductypes: Swap address and descriptor args in constructor.Paul Sokolovsky
2015-06-06unix: Make micropython -m <module> work for frozen modules.Paul Sokolovsky
2015-06-05py: Expose KeyboardInterrupt in builtins module.Damien George
2015-06-04docs: Change "Micro Python" to "MicroPython" in all places in docs.Damien George
2015-06-04docs: Update license date range to include 2015.Damien George
2015-06-04docs: Generate a separate docs build for each port.Daniel Campora
2015-06-04unix: Allow to cat a script into stdin from the command line.Damien George
2015-06-04windows/README: Add notes on running under Wine.Paul Sokolovsky
2015-06-04windows: Implement the mp_hal_xxx functions and enable mp-readlinestijn
2015-06-04py: Implement native multiply operation in viper emitter.Damien George
2015-06-04py: Implement implicit cast to obj for viper load/store index/value.Damien George
2015-06-04cc3200: Do not kick the watchdog inside the idle task.Daniel Campora
2015-06-04cc3200: Close ftp and telnet server sockets if listening fails.Daniel Campora
2015-06-03stmhal: Fix slow SPI DMA transfers by removing wfi from DMA wait loop.Damien George
2015-06-03tests: Add test for recursive iternext stack overflow.Damien George
2015-06-03py: Add stack check to mp_iternext, since it can be called recursively.Damien George
2015-06-03unix: Update .gitignore; now ignores coverage build.Damien George
2015-06-03unix: Prepare upip frozen modules under build/.Paul Sokolovsky
2015-06-03tools/make-frozen.py: Handle trailing slash in argument more reliably.Paul Sokolovsky
2015-06-03tools: Add codestats.sh to compute code statistics such as size, speed.Damien George
2015-06-03cc3200: Add method to configure the servers timeout.Daniel Campora
2015-06-03unix: Uncompress upip tarball to build directory.Paul Sokolovsky
2015-06-02esp8266: Do not call espconn_create in constructor of esp.socket.Paul Sokolovsky
2015-06-02cc3200: Fix 'MP_QSTR_sd' undeclared error when building for the LAUNCHXL.Daniel Campora
2015-06-02docs/uctypes: Typo fix.Paul Sokolovsky
2015-06-02docs/uctypes: Fix API description errors.Paul Sokolovsky
2015-06-02tools: Add upip 0.5.2 tarball.Paul Sokolovsky
2015-06-02unix: Include upip as fronzen modules inside the standard interpreter.Paul Sokolovsky
2015-06-01esp8266: Fix lost chars problem when block-xfering data (e.g., when pasting).Paul Sokolovsky
2015-06-01stmhal: Add support for UART5Dave Hylands
2015-05-31frozenmod: Include header with function prototypes.Paul Sokolovsky
2015-05-30py: Wrap qstr defs in quotes to protect from C preprocessor.Damien George
2015-05-30py/parsenum.c: Rename "raise" func to "raise_exc" to avoid name clash.Damien George
2015-05-30py: Add further autodetection of endianess in mpconfig.h.Damien George
2015-05-30py: Get makeqstrdata.py and makeversionhdr.py running under Python 2.6.Damien George
2015-05-30esp8266: Update to SDK version 1.1.0 (MIT-licensed).Josef Gajdusek
2015-05-30docs: Document esp module for ESP8266.Radomir Dopieralski
2015-05-30lib/mp-readline: Allow overriding implementation of cursor functionsstijn
2015-05-30lib/mp-readline: Add implementation for deleting a characterstijn
2015-05-30unix: Print an extra newline to the output on ctrl-Dstijn
2015-05-30unix: minimal: Don't use readline support.Paul Sokolovsky
2015-05-30unix: Allow to override default sys.path value.Paul Sokolovsky
2015-05-30tools/make-frozen.py: Open files in binary mode.Paul Sokolovsky
2015-05-30tools/make-frozen.py: Preserve directory hierarchy.Paul Sokolovsky
2015-05-29bootstrap_upip.sh: Allow to install into a path given by argument.Paul Sokolovsky
2015-05-29cc3200: Add period set method to the Timer class.Daniel Campora