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
2017-12-13
esp32: Implement wired Ethernet via network.LAN().
Eric Poulsen
2017-12-13
extmod/modussl_mbedtls: Clean up mbedtls state when error during setup.
Damien George
2017-12-13
esp32/mpconfigport.h: Enable ussl finaliser.
Damien George
2017-12-13
esp32/modnetwork.c: Fix for setting DNS with network.WLAN.ifconfig().
Eric Poulsen
2017-12-13
esp32/modules: Symlink in ntptime.py from esp8266/modules.
Damien George
2017-12-13
esp32: Update to latest ESP IDF.
Damien George
2017-12-13
esp32/machine_pwm: Always set the channel in the PWM object.
Damien George
2017-12-13
esp32/modutime.c: Add localtime and mktime functions.
Nick Moore
2017-12-13
esp32/README: Update general description of port to add avail features.
Damien George
2017-12-13
esp32: Implement machine.WDT() class.
Eric Poulsen
2017-12-13
esp32: Call initialization function on sha1 and sha256.
Nick Moore
2017-12-13
esp32/mphalport.h: Make mp_hal_pin_<dir> select gpio on the pad.
Eric Poulsen
2017-12-13
esp32/mpconfigport.h: Add missing uhashlib.
Nick Moore
2017-12-13
esp32/modsocket: Implement setsockopt(IP_ADD_MEMBERSHIP).
Timmenem
2017-12-13
esp32/modnetwork: Give better error msgs for AP timeout and not-found.
Damien George
2017-12-13
esp32: Add new port to Espressif ESP32 SoC.
Damien George
2017-12-13
py/builtinimport: Call __init__ for modules imported via a weak link.
Damien George
2017-12-13
drivers/display/ssd1306: Make SSD1306 class inherit from FrameBuffer.
Peter Hinch
2017-12-13
docs/packages: Add quick "Creating distribution packages" section.
Paul Sokolovsky
2017-12-12
tests: Fix few test for proper "skipped" detection with qemu-arm's tinytest.
Paul Sokolovsky
2017-12-12
tests/cpydiff: Update subclassing Exception case and give work-around.
Damien George
2017-12-12
py/objtype: Refactor object's handling of __new__ to not create 2 objs.
Damien George
2017-12-12
tests/extmod: Add test which subclasses framebuf.FrameBuffer.
Damien George
2017-12-12
tests/basics: Add test for overriding a native base-class's init method.
Damien George
2017-12-12
py/objtype: Implement better support for overriding native's __init__.
Damien George
2017-12-11
py/mpstate.h: Remove obsolete comment about nlr_top being coded in asm.
Damien George
2017-12-11
py: Extend nan-boxing config to have 47-bit small integers.
Damien George
2017-12-11
py/objexcept: Use INT_FMT when printing errno value.
Damien George
2017-12-11
tests/heapalloc, heapalloc_super: Skip in strict stackless mode.
Paul Sokolovsky
2017-12-11
tests/heapalloc_*: Refactor some tests to work in strict stackless mode.
Paul Sokolovsky
2017-12-11
py/runtime: Use the Python stack when building *arg and **kwarg state.
Damien George
2017-12-11
stm32: Add support for using the Python stack.
Damien George
2017-12-11
unix: Add support for using the Python stack.
Damien George
2017-12-11
extmod/modure: Convert alloca() to use new scoped allocation API.
Damien George
2017-12-11
extmod/machine_signal: Change VLA to use new scoped allocation API.
Damien George
2017-12-11
py: Convert all uses of alloca() to use new scoped allocation API.
Damien George
2017-12-11
py: Introduce a Python stack for scoped allocation.
Damien George
2017-12-11
py/runtime: Move mp_exc_recursion_depth to runtime and rename to raise.
Damien George
2017-12-11
docs/reference/packages: Add chapter on distribution packages and deployment.
Paul Sokolovsky
2017-12-10
unix/mpconfigport: Disable uio.resource_stream().
Paul Sokolovsky
2017-12-10
py/mkrules.mk: Add "clean-frozen" target to clean frozen script/modules dir.
Paul Sokolovsky
2017-12-09
py/map: Allow to trace rehashing operations.
Paul Sokolovsky
2017-12-09
py/objfun: Factor out macro for initializing codestate.
Paul Sokolovsky
2017-12-09
py/objfun, vm: Add comments on codestate allocation in stackless mode.
Paul Sokolovsky
2017-12-09
py/objfun: Factor out macro for decoding codestate size.
Paul Sokolovsky
2017-12-09
py/gc: In sweep debug output, print pointer as a pointer.
Paul Sokolovsky
2017-12-09
py/gc: Factor out a macro to trace GC mark operations.
Paul Sokolovsky
2017-12-09
py/runtime: When tracing unary/binary ops, output op (method) name.
Paul Sokolovsky
2017-12-08
py/objint_longlong: Check for zero division/modulo.
Paul Sokolovsky
2017-12-08
lib/tinytest: Move from tools/tinytest.
Paul Sokolovsky
[prev]
[next]