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
2016-05-24
esp8266/esp_mphal: mp_uos_dupterm_deactivate() may raise exception.
Paul Sokolovsky
2016-05-24
esp8266/esp_mphal: Handle Ctrl+C from dupterm (e.g. WebREPL).
Paul Sokolovsky
2016-05-24
esp8266/esp_mphal: Fix NLR buffer leak in call_dupterm_read().
Paul Sokolovsky
2016-05-24
esp8266/scripts/port_diag: Dump network interface IP settings.
Paul Sokolovsky
2016-05-23
docs/esp8266/general: Grammar fixes.
mad474
2016-05-23
py/objnamedtuple: Allow passing field names as a tuple.
Antonin ENFRUN
2016-05-23
unix: Support frozen packages.
Damien George
2016-05-23
py/makeqstrdata.py: Allow to have double-quote characters in qstrs.
Damien George
2016-05-23
stmhal: Support frozen packages using .mpy files.
Damien George
2016-05-23
tools/mpy-tool.py: Don't strip directories from the frozen source name.
Damien George
2016-05-23
mpy-cross: Add -s option to specify the embedded source filename.
Damien George
2016-05-23
tools/mpy-tool.py: Include .py extension in frozen filename.
Damien George
2016-05-23
py: Allow to stat and import frozen mpy files using new frozen "VFS".
Damien George
2016-05-22
docs: esp8266: Include ussl module in the docs.
Paul Sokolovsky
2016-05-22
docs/ussl: Add basic description of axTLS-based modussl.
Paul Sokolovsky
2016-05-22
esp8266/main: Update _boot module loading for recent frozen modules refactors.
Paul Sokolovsky
2016-05-22
esp8266: Enable collections.OrderedDict.
Paul Sokolovsky
2016-05-22
py/objstr: Fix mix-signed comparison in str.center().
Paul Sokolovsky
2016-05-22
py/objstr*: Properly ifdef str.center().
Dave Hylands
2016-05-22
tests: Add testcase for str.center().
Paul Sokolovsky
2016-05-22
py/objstr: Implement str.center().
Paul Sokolovsky
2016-05-21
py/builtinimport: Unbreak bare-arm build.
Paul Sokolovsky
2016-05-21
py/builtinimport: Unbreak minimal build.
Paul Sokolovsky
2016-05-21
tools/make-frozen: Update for latest changes in frozen modules support.
Paul Sokolovsky
2016-05-21
py/{builtinimport,frozenmod}: Rework frozen modules support to support packages.
Paul Sokolovsky
2016-05-21
unix/unix_mphal: Implement mp_hal_ticks_us().
Paul Sokolovsky
2016-05-21
py/mphal.h: Provide default prototypes for mp_hal_delay_us/mp_hal_ticks_us.
Paul Sokolovsky
2016-05-20
extmod/moduos_dupterm: Dumpterm subsystem is responsible for closing stream.
Paul Sokolovsky
2016-05-20
extmod/modwebrepl: Add close() method.
Paul Sokolovsky
2016-05-20
extmod/modwebsocket: Add close() method.
Paul Sokolovsky
2016-05-20
py/stream: Add mp_stream_close() helper function.
Paul Sokolovsky
2016-05-20
extmod: When including extmod headers, prefix path with extmod/.
Damien George
2016-05-20
py: Declare constant data as properly constant.
Damien George
2016-05-19
esp8266: Add APA102 serial individually controllable LEDs support.
misterdanb
2016-05-19
esp8266/README: Add a very first start section.
Torwag
2016-05-18
py/stream: Support both "exact size" and "one underlying call" operations.
Paul Sokolovsky
2016-05-18
unix/mpconfigport_coverage.h: Add dedicated config file for coverage build.
Paul Sokolovsky
2016-05-17
esp8266/scripts/webrepl_setup: Add max password length check.
Paul Sokolovsky
2016-05-16
unix: Add ability to include frozen bytecode in the build.
Damien George
2016-05-16
tools/mpy-tool.py: Add checks for critical configuration vars.
Damien George
2016-05-17
esp8266/scripts/webrepl_setup: Show password placeholder char.
Paul Sokolovsky
2016-05-16
esp8266/scripts/port_diag: Add network diagnostic output.
Paul Sokolovsky
2016-05-16
esp8266/moduos.c: Addition of the rename method to module uos.
Robert HH
2016-05-15
extmod/modlwip: Rework how Python accept callback is called.
Paul Sokolovsky
2016-05-14
docs/ustruct: Describe supported type codes.
Paul Sokolovsky
2016-05-14
tools/make-frozen.py: Quick fix to support package-modules.
Paul Sokolovsky
2016-05-14
tests/struct1: Add testcase for an unknown type char.
Paul Sokolovsky
2016-05-14
py/modstruct: Raise ValueError on unsupported format char.
Paul Sokolovsky
2016-05-14
py/objstringio: Add TODO comment about avoiding copying on .getvalue().
Paul Sokolovsky
2016-05-14
README: Add explicit note that subdirs contain more READMEs.
Paul Sokolovsky
[next]