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-22
esp8266/modonewire: Make timings static and remove onewire.timings func.
Damien George
2017-06-22
esp8266/modonewire: Move low-level 1-wire bus code to modonewire.c.
Damien George
2017-06-22
py/compile: Optimise emitter label indices to save a word of heap.
Damien George
2017-06-22
tests/basics: Add tests for for-else statement.
Damien George
2017-06-22
py/compile: Fix bug with break/continue in else of optimised for-range.
Damien George
2017-06-21
tests/net_inet: Add tests for accept and connect in nonblocking mode.
Damien George
2017-06-20
travis: Turn off coveralls.
Scott Shawcroft
2017-06-20
minimal: Update mp_builtin_open signature to match new function type.
Scott Shawcroft
2017-06-20
py: Change asm form to make minimal port happy.
Scott Shawcroft
2017-06-21
tests/net_inet/test_tls_sites.py: Integration test for SSL connections.
Paul Sokolovsky
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-06-20
esp8266: Make onewire module and support code usable by other ports.
Damien George
2017-06-20
cc3200: Initialise variable to zero to prevent compiler warnings.
Damien George
2017-06-20
cc3200: Make non-zero socket timeout work with connect/accept/send.
Damien George
2017-06-20
esp8266/Makefile: Add LIB_SRC_C variable to qstr auto-extraction list.
Damien George
2017-06-19
docs: Update design guide for new DigitalInOut API.
Scott Shawcroft
2017-06-17
unix/mpconfigport.mk: Update descriptions of readline and TLS options.
Paul Sokolovsky
2017-06-16
atmel-samd: Introduce board reset mechanic used on CircuitPlayground
1.0.0-rc.1
Scott Shawcroft
2017-06-16
atmel-samd: Add user initiated safe mode and rework board.c for
Scott Shawcroft
2017-06-16
shared-bindings: Move enum-like classes out of DigitalInOut into digitalio.
Scott Shawcroft
2017-06-16
CODECONVENTIONS: Clarify MicroPython changes sign-off process.
Paul Sokolovsky
2017-06-16
docs/select: Rename to uselect, to match the actual module name.
Paul Sokolovsky
2017-06-15
teensy/Makefile: Include relevant sources in list for qstr extraction.
Damien George
2017-06-15
qemu-arm/Makefile: Include relevant sources in list for qstr extraction.
Damien George
2017-06-15
stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.
Damien George
2017-06-15
esp8266/Makefile: Allow FROZEN_DIR,FROZEN_MPY_DIR to be overridden.
Damien George
2017-06-15
teensy: Provide dummy implementation of extint_register_pin.
Damien George
2017-06-15
stmhal: Add .value() method to Switch object, to mirror Pin and Signal.
Damien George
2017-06-15
stmhal: Add initial implementation of Pin.irq() method.
Damien George
2017-06-15
py/objint: In to_bytes(), allow length arg to be any int and check sign.
Damien George
2017-06-15
py/objint: Support "big" byte-order in int.to_bytes().
Damien George
2017-06-15
stmhal: Make error messages more consistent across peripherals.
Damien George
2017-06-15
all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.
Damien George
2017-06-14
py/compile: Raise SyntaxError if positional args are given after */**.
Damien George
2017-06-14
cc3200/modusocket: Simplify socket.makefile() function.
Damien George
2017-06-14
lib/libm/math: Remove implementations of float conversion functions.
Damien George
2017-06-14
stmhal/mpconfigport.h: Remove config of PY_THREAD_GIL to use default.
Damien George
2017-06-14
py/modthread: Raise RuntimeError in release() if lock is not acquired.
Damien George
2017-06-14
esp8266/Makefile: Bump axTLS TLS record buffer size to 5K.
Paul Sokolovsky
2017-06-14
extmod/modussl_axtls: Implement server_hostname arg to wrap_socket().
Paul Sokolovsky
2017-06-13
extmod/modussl_axtls: Update for axTLS 2.1.3.
Paul Sokolovsky
2017-06-13
lib/axtls: Upgrade to axTLS 2.1.3 + MicroPython patchset.
Paul Sokolovsky
2017-06-13
py/formatfloat: Fix number of digits and exponent sign when rounding.
Damien George
2017-06-12
atmel-samd: Fix sharing TCCs by statically storing the current period.
Scott Shawcroft
2017-06-12
atmel-samd: Fix TCC1, its two channels and four wave outputs.
Scott Shawcroft
2017-06-11
unix/modtime: Replace strftime() with localtime().
Paul Sokolovsky
2017-06-11
docs/btree: Typo/wording fixes.
Paul Sokolovsky
2017-06-11
docs/btree: Add hints about opening db file and need to flush db.
Paul Sokolovsky
2017-06-11
docs: Bump version to 1.9.1.
v1.9.1
Damien George
2017-06-11
tests/extmod/vfs_basic: Allow test to pass on embedded targets.
Damien George
[prev]
[next]