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