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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
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
2016-07-01
tests/meminfo: Update for addition of "max free sz" output.
Paul Sokolovsky
2016-07-01
py/gc: Calculate (and report) maximum contiguous free block size.
Paul Sokolovsky
2016-06-30
esp8266/modpybuart: allow setting baudrate and other params
Radomir Dopieralski
2016-06-30
esp8266/websocket_helper.py: Fix typo in debug output.
Paul Sokolovsky
2016-06-30
py/gc: Be sure to count last allocated block at heap end in stats.
Paul Sokolovsky
2016-06-30
esp8266/websocket_helper.py: Avoid extra string allocations.
Paul Sokolovsky
2016-06-29
stmhal: Enable SD card on L4 MCUs.
dpslwk
2016-06-29
stmhal: Correct DMA to allow SD card on L4 MCUs.
dpslwk
2016-06-29
stmhal: Update HALCOMMITS due to change to hal
dpslwk
2016-06-29
stmhal: Port of f4 hal commit 1d7fb82 to l4 hal
dpslwk
2016-06-29
esp8266/README: Describe how to build mpy-cross.
Damien George
2016-06-29
esp8266: Enable frozen bytecode, with scripts in modules/ subdir.
Damien George
2016-06-28
qemu-arm: Disable gcc LTO option for nlrthumb.c.
Damien George
2016-06-28
cc3200: Remove obsolete singleton heart-beat object.
Damien George
2016-06-28
cc3200: Allow to compile bootloader with threading enabled.
Damien George
2016-06-28
cc3200: Shrink the FreeRTOS heap and place TCB+stack in freed location.
Damien George
2016-06-28
cc3200: Start the simplelink spawn task using the static task creator.
Damien George
2016-06-28
cc3200: Remove .boot section attribute from osi_TaskCreate function.
Damien George
2016-06-28
cc3200: In FreeRTOSConfig.h, comment on configSUPPORT_STATIC_ALLOCATION.
Damien George
2016-06-28
tests/thread: Allow some tests to run on ports with not much heap.
Damien George
2016-06-28
tests/thread: Allow thread_sleep1 to run without floating point.
Damien George
2016-06-28
cc3200: Enable the GIL.
Damien George
2016-06-28
cc3200/mpthreadport: Move mem alloc outside the thread_mutex lock.
Damien George
2016-06-28
cc3200/mpthreadport: Scan more root pointers from thread data.
Damien George
[next]