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-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
2016-12-09
py/asmxtensa: Add low-level Xtensa assembler.
Damien George
2016-12-09
py/asmbase: Add MP_PLAT_COMMIT_EXEC option for handling exec code.
Damien George
2016-12-09
py: Move arch-specific assembler macros from emitnative to asmXXX.h.
Damien George
2016-12-09
py/emit.h: Remove long-obsolete declarations for cpython emitter.
Damien George
2016-12-09
extmod/modframebuf: Store underlying buffer object to prevent GC free.
Damien George
2016-12-08
esp8266/mpconfigport_512k: Disable framebuf module for 512k build.
Damien George
2016-12-08
extmod/modframebuf: Make framebuf implement the buffer protocol.
Damien George
2016-12-08
esp8266: Refactor to use extmod implementation of software SPI class.
Damien George
2016-12-08
stmhal: Refactor to use extmod implementation of software SPI class.
Damien George
2016-12-08
extmod/machine_spi: Provide reusable software SPI class.
Damien George
2016-12-07
atmel-samd: Stop dumping gc info on collect.
Scott Shawcroft
2016-12-07
atmel-samd: Enable enumerate() adds 184 bytes.
Scott Shawcroft
2016-12-07
atmel-samd & esp8266: Make sure pins are not already in use.
Scott Shawcroft
2016-12-07
stmhal/hal: Update HALCOMMITS due to change in f7 hal files.
Damien George
2016-12-07
stmhal/boards/STM32F7DISC: Define LSE_STARTUP_TIMEOUT.
Rami Ali
2016-12-07
stmhal: Declare and initialise PrescTables for F7 MCUs.
Rami Ali
2016-12-07
stmhal: Port of f4 hal commit 1d7fb82 to updated f7 hal.
Rami Ali
2016-12-07
stmhal: Port of f4 hal commit 09de030 to updated f7 hal.
Rami Ali
2016-12-07
stmhal: Port of f4 hal commit c568a2b to updated f7 hal.
Rami Ali
2016-12-07
stmhal/hal: Update ST32CubeF7 HAL files to V1.1.2.
Rami Ali
2016-12-07
stmhal/cmsis: Update STM32F7 CMSIS device include files to V1.1.2.
Rami Ali
2016-12-07
py/compile: Simplify configuration of native emitter.
Damien George
2016-12-05
atmel-samd: Correct fake date for FAT. Hopefully it'll be in 2016 now.
Scott Shawcroft
2016-12-05
atmel-samd: Update Trinket and Gemma boards for rev B.
Scott Shawcroft
2016-12-05
stmhal/uart: Add check that UART id is valid for the given board.
Damien George
2016-12-05
stmhal/uart: Add support for UART7 and UART8 on F7 MCUs.
Damien George
2016-12-05
stmhal: Refactor UART configuration to use pin objects.
Rami Ali
2016-12-05
esp8266: Move websocket_helper.py from scripts to modules for frozen BC.
puuu
2016-12-05
tests/extmod/framebuf1: Add basics tests for hline, vline, rect, line.
Damien George
2016-12-05
extmod/modframebuf: Add hline, vline, rect and line methods.
Damien George
2016-12-05
travis: Build STM32 F7 and L4 boards under Travis CI.
Damien George
2016-12-05
stmhal/adc: Use constants from new HAL version.
Damien George
2016-12-05
tests/extmod/btree1: Exercise btree.flush().
Paul Sokolovsky
2016-12-05
extmod/modbtree: Rename "sync" method to "flush" for consistency.
Paul Sokolovsky
2016-12-04
zephyr: Switch to Zephyr 1.6 unified kernel API.
Paul Sokolovsky
2016-12-02
Add try_lock and unlock to I2C and SPI classes to make sure things
Scott Shawcroft
2016-12-02
docs/library/pyb.Accel: Add hardware note about pins used by accel.
Peter Hinch
2016-12-02
extmod/modbtree: Add method to sync the database.
w4kpm
2016-12-02
extmod/vfs_fat_file: Allow file obj to respond to ioctl flush request.
w4kpm
[prev]
[next]