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-07-21
py: Fix nlrthumb.c when DEBUG=1 is defined
Dave Hylands
2016-07-21
minimal: Disable MICROPY_GC_ALLOC_THRESHOLD.
Paul Sokolovsky
2016-07-21
unix: Disable MICROPY_GC_ALLOC_THRESHOLD for minimal build.
Paul Sokolovsky
2016-07-21
py/gc: Implement GC running by allocation threshold.
Paul Sokolovsky
2016-07-21
lib/utils/pyexec: Use full path to readline.h header, per latest conventions.
Paul Sokolovsky
2016-07-17
tests/extmod/machine_pinbase: Skip if machine.PinBase is not available.
Paul Sokolovsky
2016-07-16
unix: Cache libaxtls.a in local build dir.
Paul Sokolovsky
2016-07-16
esp8266: Cache Xtensa-built libaxtls.a in local build dir.
Paul Sokolovsky
2016-07-16
esp8266/moduos: Add rmdir() function.
Paul Sokolovsky
2016-07-16
extmod/vfs_fat: Implement rmdir() method.
Paul Sokolovsky
2016-07-15
extmod/modussl_axtls: Add dummy setblocking() method.
Paul Sokolovsky
2016-07-14
tests: Add test for extended arguments to stream .write() method.
Paul Sokolovsky
2016-07-14
py/stream: Implement 2- and 3-arg write() method as an extension to CPython.
Paul Sokolovsky
2016-07-13
esp8266: Select axTLS for SSL implementation, following recent refactor.
Paul Sokolovsky
2016-07-13
extmod/modussl_axtls: Further changes to allow alternative SSL modules.
Paul Sokolovsky
2016-07-13
extmod/modussl: Rename to modussl_axtls.c, to allow impl using other SSL libs.
Paul Sokolovsky
2016-07-11
drivers/wiznet5k: Fix indentation so it's not misleading.
Damien George
2016-07-11
unix/mpthreadport: Adjust minimum thread stack, and stack limit check.
Damien George
2016-07-11
lib/axtls: Update, fixes esp8266 build.
Paul Sokolovsky
2016-07-11
py/nlrx64.S: Prefix mp_thread_get_state with an underscore on Mac.
Damien George
2016-07-11
mpy-cross: Fix Makefile to handle gc-sections linker flags on OS X.
Anton Sokolchenko
2016-07-11
qemu-arm: Enable gcc LTO option for nlrthumb.c
Daniel Tralamazza
2016-07-10
lib/axtls: Upgrade to axTLS 1.5.4 + MicroPython patchset.
Paul Sokolovsky
2016-07-10
examples/http_server*: Update for buffered-like streams (read line by line).
Paul Sokolovsky
2016-07-10
docs: Bump version to 1.8.2.
Damien George
2016-07-09
travis: Run unix thread tests.
Damien George
2016-07-09
tests/run-tests: If running thread tests on unix, don't run mutate ones.
Damien George
2016-07-09
unix: Disable the GIL to improve performance of non-thread code.
Damien George
2016-07-09
unix/main: When preparing sys.path, allocate exact strings on uPy heap.
Paul Sokolovsky
2016-07-08
unix/main: Improve help for -X options a bit.
Paul Sokolovsky
2016-07-08
unix/main: Error out on unknown value of suffix in -X heapsize= option.
Paul Sokolovsky
2016-07-07
extmod/moduos_dupterm: Reuse dupterm_arr_obj for write operations.
Paul Sokolovsky
2016-07-06
py/objarray: Split out header to allow direct access to object.
Paul Sokolovsky
2016-07-05
esp8266/esp_mphal: Properly handle dupterm EOF after switching to readinto().
Paul Sokolovsky
2016-07-04
esp8266/esp_mphal: call_dupterm_read: Use readinto() method.
Paul Sokolovsky
2016-07-04
esp8266/main: Init recently added dupterm_arr_obj port state var.
Paul Sokolovsky
2016-07-04
extmod/moduos_dupterm: Reserve buffer bytearray object for dupterm.
Paul Sokolovsky
2016-07-03
unix/mpconfigport_minimal.h: Allow to print a string within 1KB of heap.
Paul Sokolovsky
2016-07-03
unix/Makefile: Make "minimal" build be minimal again.
Paul Sokolovsky
2016-07-02
esp8266/README: Promote from "highly experimental" to "experimental".
Paul Sokolovsky
2016-07-02
esp8266: Switch webrepl to use frozen bytecode.
Paul Sokolovsky
2016-07-02
esp8266: Switch webrepl_setup to use frozen bytecode.
Paul Sokolovsky
2016-07-02
esp8266: Explicitly collect garbage in bootstrap scripts.
Paul Sokolovsky
2016-07-02
extmod/modbtree: Fixes for nanbox build.
Paul Sokolovsky
2016-07-02
unix: Enable btree module.
Paul Sokolovsky
2016-07-02
extmod/modbtree: Fix unused argument warning.
Paul Sokolovsky
2016-07-02
py/mpconfig.h: Mention MICROPY_PY_BTREE config option.
Paul Sokolovsky
2016-07-02
py/builtinimport: Disable "imported as namespace package" warning.
Paul Sokolovsky
2016-07-02
extmod/modwebrepl: Add readinto() method.
Paul Sokolovsky
2016-07-02
extmod/modwebsocket: Add readinto() method.
Paul Sokolovsky
[prev]
[next]