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
2017-07-18
py/asmx64: Support moving a 64-bit immediate to one of top 8 registers.
Damien George
2017-07-18
py/vm: Make n_state variable local to just set-up part of VM.
Damien George
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-07-17
zephyr: Remove long-obsolete machine_ptr_t typedef's.
Damien George
2017-07-16
Fix problems that prevented use of internal frozen modules:
Dan Halbert
2017-07-15
docs,teensy: Use the name MicroPython consistently in documentation
Alexander Steffen
2017-07-14
docs: tweak css so a horizontal scroll bar shows up on the wide pinout tables...
Scott Shawcroft
2017-07-14
stmhal/servo: Don't compile servo code when it's not enabled.
Damien George
2017-07-14
stmhal/pin_named_pins: Remove unreachable print function.
Damien George
2017-07-14
stmhal/servo: Make pyb.Servo(n) map to Pin('Xn') on all MCUs.
Damien George
2017-07-13
atmel-samd: Fix potential buffer overflow in UART.c by recalculating
Scott Shawcroft
2017-07-13
atmel-samd: Update README and add pinout tables that map MCU names
Scott Shawcroft
2017-07-12
shared-bindings: Fix neopixel_write example. I forgot to save in the editor. ...
Scott Shawcroft
2017-07-12
atmel-samd: Reboot to bootloader when a 1200 baud serial connection is
Scott Shawcroft
2017-07-12
atmel-samd: Add Trinket Rev D support.
Scott Shawcroft
2017-07-12
atmel-samd: Add TX/RX and SCL/SDA pins names for Gemma M0.
Scott Shawcroft
2017-07-12
atmel-samd: Switch streams to non-blocking mode. Fixes #159.
Scott Shawcroft
2017-07-12
atmel-samd: Update Gemma M0 USB device name.
Scott Shawcroft
2017-07-12
atmel-samd: Update Gemma M0 for release revision.
Scott Shawcroft
2017-07-12
atmel-samd: Add IR_TX and IR_RX pin names for REMOTEOUT and REMOTEIN to the C...
Scott Shawcroft
2017-07-12
Fix USB Busy error for kbd hid. Made kbd USB report descriptor be
Dan Halbert
2017-07-12
atmel-samd: Fix AudioOut buffer playback by supporting bytes_per_sample.
Scott Shawcroft
2017-07-12
shared-bindings: Add neopixel_write example. Fixes #163
Scott Shawcroft
2017-07-12
stmhal: Reduce size of ESPRUINO_PICO build so it fits in flash.
Damien George
2017-07-12
py/gc: Refactor assertions in gc_free function.
Damien George
2017-07-12
unix/Makefile: Disable assertions in the standard unix executable.
Damien George
2017-07-12
unix/modsocket: Remove unnecessary asserts.
Damien George
2017-07-11
cc3200/modusocket: Fix connect() when in non-blocking or timeout mode.
Damien George
2017-07-09
tests/cpydiff: Add case for str.ljust/rjust.
Paul Sokolovsky
2017-07-09
tests/cpydiff/: Improve wording, add more workarounds.
Paul Sokolovsky
2017-07-09
tools/gen-cpydiff: Use case description as 3rd-level heading.
Paul Sokolovsky
2017-07-09
tests/cpydiff/core_class_supermultiple: Same cause as core_class_mro.
Paul Sokolovsky
2017-07-09
tests/cpydiff/core_arguments: Move under Functions subsection.
Paul Sokolovsky
2017-07-09
tests/cpydiff/core_class_mro: Move under Classes, add workaround.
Paul Sokolovsky
2017-07-09
zephyr/Makefile: Revert prj.conf construction rule to the previous state.
Paul Sokolovsky
2017-07-09
py/compile: Fix enum variable declaration.
Damien George
2017-07-08
zephyr/Makefile: Rework dependencies and "clean" target.
Paul Sokolovsky
2017-07-07
py/objgenerator: Allow to hash generators and generator instances.
Damien George
2017-07-07
py,extmod: Some casts and minor refactors to quiet compiler warnings.
Tom Collins
2017-07-05
tests/cpydiff/modules_deque: Elaborate workaround.
Paul Sokolovsky
2017-07-05
tests/basics: Add tests for arithmetic operators precedence.
Krzysztof Blazewicz
2017-07-05
py/compile: Use switch-case to match token and operator.
Krzysztof Blazewicz
2017-07-05
py/compile: Combine arith and bit-shift ops into 1 compile routine.
Krzysztof Blazewicz
2017-07-05
extmod/modujson: Properly initialise temporary StringIO object.
Damien George
2017-07-04
py/repl: Change mp_uint_t to size_t in repl helpers.
Damien George
2017-07-04
py: Change mp_uint_t to size_t in builtins code.
Damien George
2017-07-04
py/objdict: Factorise dict accessor helper to reduce code size.
Damien George
2017-07-04
stmhal/boards/NUCLEO_F429ZI: Change USB config from HS to FS peripheral.
Damien George
2017-07-04
py/makeversionhdr.py: Update to parse new release line in docs/conf.py.
Damien George
2017-07-04
esp8266/mpconfigport_512k: Use terse error messages to get 512k to fit.
Damien George
[prev]
[next]