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-12-16
zephyr: Use core-provided keyboard exception object.
Paul Sokolovsky
2016-12-16
zephyr/main: Initialize sys.path and sys.argv.
Paul Sokolovsky
2016-12-15
esp8266: Add "erase" target to Makefile, to erase entire flash.
Mike Causer
2016-12-15
esp8266: Use core-provided keyboard exception object.
Damien George
2016-12-15
stmhal: Use core-provided keyboard exception object.
Damien George
2016-12-15
lib/utils/interrupt_char: Use core-provided mp_kbd_exception if enabled.
Damien George
2016-12-15
py: Add MICROPY_KBD_EXCEPTION config option to provide mp_kbd_exception.
Damien George
2016-12-15
stmhal/usb: Always use the mp_kbd_exception object for VCP interrupt.
Damien George
2016-12-15
stmhal: Rename mp_const_vcp_interrupt to mp_kbd_exception.
Damien George
2016-12-15
tools/pyboard.py: Refactor so target is not reset between scripts/cmd.
Damien George
2016-12-15
stmhal/mpconfigport: Add weak-module links for io, collections, random.
Damien George
2016-12-15
tests/micropython: Get heapalloc_traceback test running on baremetal.
Damien George
2016-12-15
docs/library/pyb.UART: Moved writechar doc to sit with other writes.
Lorenz Schmid
2016-12-15
docs/library/pyb.UART: Added clarification about timeouts.
Lorenz Schmid
2016-12-15
zephyr: Implement soft reset feature.
Paul Sokolovsky
2016-12-15
zephyr: Support raw REPL.
Paul Sokolovsky
2016-12-14
py/mpconfig.h: Enable MICROPY_PY_SYS_EXIT by default.
Paul Sokolovsky
2016-12-14
esp8266: Add "ota" target to produce firmware binary for use with yaota8266.
Paul Sokolovsky
2016-12-13
atmel-samd: Add samd module for atmel-samd specific configuration.
Scott Shawcroft
2016-12-14
py/runtime: Zero out fs_user_mount array in mp_init.
Damien George
2016-12-13
atmel-samd: Commit QTouch library. Missed because .a files are usually ignored.
Scott Shawcroft
2016-12-13
atmel-samd: Remove debug output.
Scott Shawcroft
2016-12-13
Fix up Analog classes: unify them at 16 bits and adds reference_voltage member
Scott Shawcroft
2016-12-14
py/mpz: Remove unreachable code in mpn_or_neg functions.
Damien George
2016-12-13
tests/extmod: Improve modframebuf test coverage.
Rami Ali
2016-12-13
stmhal: Move PY_SYS_PLATFORM config from board to general config file.
Damien George
2016-12-13
stmhal: Add STM32F769DISC board files.
Rami Ali
2016-12-13
stmhal/cmsis: Add CMSIS file stm32f769xx.h, V1.1.2.
Rami Ali
2016-12-13
stmhal: Add NUCLEO_F767ZI board, with openocd config for stm32f7.
Rami Ali
2016-12-13
stmhal/cmsis: Add CMSIS file stm32f767xx.h, V1.1.2.
Rami Ali
2016-12-13
py/builtinimport: Support importing packages from compiled .mpy files.
Damien George
2016-12-12
esp8266: Fix pyexec calls.
Scott Shawcroft
2016-12-12
atmel-samd: Use bootloader again on the Metro M0
Scott Shawcroft
2016-12-12
atmel-samd: Basic capacitive touch button support.
Scott Shawcroft
2016-12-12
tests/extmod: Improve moductypes test coverage.
Rami Ali
2016-12-12
py/binary: Do zero extension when storing a value larger than word size.
Damien George
2016-12-09
Fix pyexec_file calls.
Scott Shawcroft
2016-12-09
atmel-samd: Add APA102 support and flash more advanced status.
Scott Shawcroft
2016-12-09
tests: Update for required byteorder arg for int.from_bytes()/to_bytes().
Paul Sokolovsky
2016-12-09
py/objint: from_bytes, to_bytes: Require byteorder arg, require "little".
Paul Sokolovsky
2016-12-09
py/asm: Fix x86 and ARM assemblers due to recent code refactoring.
Damien George
2016-12-09
py/asm: Remove need for dummy_data when doing initial assembler passes.
Damien George
2016-12-09
py/emitinline: Move common code for end of final pass to compiler.
Damien George
2016-12-09
py/emitinline: Move inline-asm align and data methods to compiler.
Damien George
2016-12-09
py/emitinline: Embed entire asm struct instead of a pointer to it.
Damien George
2016-12-09
esp8266: Enable inline Xtensa assembler.
Damien George
2016-12-09
py: Add inline Xtensa assembler.
Damien George
2016-12-09
py: Allow inline-assembler emitter to be generic.
Damien George
2016-12-09
esp8266: Enable native emitter for Xtensa arch.
Damien George
2016-12-09
py: Integrate Xtensa assembler into native emitter.
Damien George
[prev]
[next]