index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-07-22
examples/embedding: Example for embedding MicroPython in an app.
Paul Sokolovsky
2016-07-22
wundows/README: Typo fix.
Paul Sokolovsky
2016-07-22
mpy-cross: Use binary file translation mode for creating mpy files on windows
stijn
2016-07-22
lib/utils/stdout_helpers: Move from minimal/uart_extra.c for reuse.
Paul Sokolovsky
2016-07-22
tests/bytes_compare: Rework test for bytes <-> str comparison.
Paul Sokolovsky
2016-07-22
esp8266: Enable MICROPY_PY_STR_BYTES_CMP_WARN.
Paul Sokolovsky
2016-07-22
unix: Enable MICROPY_PY_STR_BYTES_CMP_WARN.
Paul Sokolovsky
2016-07-22
py/mpconfig.h: Fix description for MICROPY_PY_STR_BYTES_CMP_WARN.
Paul Sokolovsky
2016-07-22
py/obj: Issue a warning when str and bytes objects are compared.
Paul Sokolovsky
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.
v1.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
[prev]
[next]