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
2017-06-28
py/builtinimport: Remove unreachable code for relative imports.
Damien George
2017-06-28
esp8266,minimal,pic16bit: Use size_t for mp_builtin_open argument.
Alexander Steffen
2017-06-27
Introduce a random module that is a subset of CPython's random. It
Scott Shawcroft
2017-06-27
docs: Typos and rename to CircuitPython.
Scott Shawcroft
2017-06-27
Split uos module into os and storage.
Scott Shawcroft
2017-06-28
py/frozenmod.h: Add missing header guards
Alexander Steffen
2017-06-28
docs/{micropython,sys,uos}: Use markup adhering to the latest docs conventions.
Paul Sokolovsky
2017-06-27
stmhal/sdcard: Allow a board to customise the SDIO pins.
Benjamin Weps
2017-06-27
docs/{esp,pyb,ubinascii}: Use markup adhering to the latest docs conventions.
Paul Sokolovsky
2017-06-27
docs: Move all ports docs to the single ToC.
Paul Sokolovsky
2017-06-26
atmel-samd: Fix running off of the new VFS filesystem including
Scott Shawcroft
2017-06-26
drivers/onewire: Enable pull-up when init'ing the 1-wire pin.
Damien George
2017-06-26
stmhal/boards/stm32f405.ld: Increase FLASH_TEXT to end of 1MiB flash.
Damien George
2017-06-26
README: Improve description of precompiled bytecode; mention mpy-cross.
Damien George
2017-06-26
docs/library/gc: Fix grammar and improve readability of gc.threshold().
Damien George
2017-06-26
docs/esp8266/tutorial/intro: Fix some grammatical typos.
Damien George
2017-06-26
esp8266/machine_rtc: Use correct arithmetic for aligning RTC mem len.
Damien George
2017-06-26
tests: Auto detect floating point capabilites of the target.
Damien George
2017-06-26
py/mpconfig.h: Remove spaces in "Micro Python" and remove blank line.
Damien George
2017-06-26
docs/ref/speed_python: Update and make more hardware-neutral.
Paul Sokolovsky
2017-06-26
docs/network: Use markup adhering to the latest docs conventions.
Paul Sokolovsky
2017-06-25
docs/machine*: Use markup adhering to the latest docs conventions.
Paul Sokolovsky
2017-06-25
docs/lcd160cr: Group related constants together. Use full sentences.
Paul Sokolovsky
2017-06-25
docs/conf.py: Set default_role = 'any'.
Paul Sokolovsky
2017-06-25
docs/utime: Use markup adhering to the latest conventions.
Paul Sokolovsky
2017-06-25
docs/lcd160cr: Use markup adhering to the latest conventions.
Paul Sokolovsky
2017-06-25
CODECONVENTIONS: docs: Markup for None/True/False.
Paul Sokolovsky
2017-06-25
docs/btree: Use markup adhering to the latest conventions.
Paul Sokolovsky
2017-06-25
CODECONVENTIONS: Start to describe docs conventions.
Paul Sokolovsky
2017-06-24
docs/builtins: List builtin exceptions.
Paul Sokolovsky
2017-06-24
esp8266/README: Make "Documentation" a top-level section.
Paul Sokolovsky
2017-06-24
README: Mention support for bytecode and frozen bytecode.
Paul Sokolovsky
2017-06-24
extmod/moduzlib: decompress: Remove stale "(void)n_args".
Paul Sokolovsky
2017-06-24
docs/gc: Document gc.threshold() function.
Paul Sokolovsky
2017-06-24
docs/gc: Mark mem_alloc()/mem_free() as uPy-specific.
Paul Sokolovsky
2017-06-24
docs/conf.py: Include 3 levels of ToC in latexpdf output.
Paul Sokolovsky
2017-06-23
docs/esp8266/tutorial/intro: Sphinx requires blank lines around literal blocks.
Paul Sokolovsky
2017-06-23
docs/esp8266/tutorial/intro: Discourage use of 512kb firmwares.
Paul Sokolovsky
2017-06-23
docs/license: Update copyright year.
Paul Sokolovsky
2017-06-23
tests/connect_nonblock: Refactor towards real net_hosted test.
Paul Sokolovsky
2017-06-23
tests/net_inet: Move tests which don't require full Internet to net_hosted.
Paul Sokolovsky
2017-06-23
esp8266: Enable MICROPY_ENABLE_FINALISER.
Paul Sokolovsky
2017-06-22
esp8266: Move mp_hal_pin_open_drain from esp_mphal.c to machine_pin.c.
Damien George
2017-06-22
stmhal/modules: Provide sym-link to onewire.py driver.
Damien George
2017-06-22
esp8266: Reinstate 1-wire scripts by sym-linking to drivers/onewire/.
Damien George
2017-06-22
drivers/onewire: Move onewire.py, ds18x20.py from esp8266 to drivers.
Damien George
2017-06-22
stmhal: Make available the _onewire module, for low-level bus control.
Damien George
2017-06-22
stmhal: Add "quiet timing" enter/exit functions.
Damien George
2017-06-22
extmmod/modonewire: Rename public module to mp_module_onewire.
Damien George
2017-06-22
extmod: Move modonewire.c from esp8266 to extmod directory.
Damien George
[prev]
[next]