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
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-09
Fix pyexec_file calls.
Scott Shawcroft
2016-12-09
atmel-samd: Add APA102 support and flash more advanced status.
Scott Shawcroft
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-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-02
Add try_lock and unlock to I2C and SPI classes to make sure things
Scott Shawcroft
2016-12-01
atmel-samd: Slim down the pin struct to save ~1200 bytes.
Scott Shawcroft
2016-12-01
atmel-samd: Only include bitbangio on boards with flash.
Scott Shawcroft
2016-12-01
Fix two bugs found by clang:
Scott Shawcroft
2016-11-30
atmel-samd: Move the README text out of ROM to save space. We can still ship ...
Scott Shawcroft
2016-11-30
atmel-samd: Fix FLASH_ROOT_POINTERS for internal flash builds.
Scott Shawcroft
2016-11-29
shared-bindings: Make MOSI and MISO optional for SPI.
Scott Shawcroft
2016-11-29
shared-bindings: Ensure pin objects are actually pins.
Scott Shawcroft
2016-11-29
atmel-samd: Use MICROPY_VM_HOOK_LOOP to make sure the mass storage handling c...
Scott Shawcroft
2016-11-29
shared-bindings: Fix blinky example. Fixes #55
Scott Shawcroft
2016-11-29
Slim down Arduino Zero build by turning off mass storage LEDs.
Scott Shawcroft
2016-11-29
Update Ubuntu and GCC versions used in Travis build. Now uses GCC 5.4.1. Also...
Scott Shawcroft
2016-11-29
atmel-samd: Switch to MICROPY_PORT_ROOT_POINTERS for the flash cache.
Scott Shawcroft
2016-11-29
Revert "py: Add ability to manually mark blocks during collect."
Scott Shawcroft
2016-11-29
tools: Use a for loop to build all board variants.
Scott Shawcroft
2016-11-29
Only include uheap in debug builds.
Scott Shawcroft
2016-11-28
shared-bindings: Stop using negative length at all. Having uint and int mixed...
Scott Shawcroft
2016-11-28
shared-bindings: Stop using max and min because C doesn't define them.
Scott Shawcroft
2016-11-28
atmel-samd: Hook in bitbangio
Scott Shawcroft
2016-11-28
esp8266: Make work with python 3 as default python impl.
Scott Shawcroft
2016-11-28
Add links to two more libraries.
Scott Shawcroft
2016-11-28
atmel-samd: Add Circuit Playground M0 board. Its experimental.
Scott Shawcroft
2016-11-28
py: fix python3 compatibility error
Scott Shawcroft
2016-11-28
Add start and end kwargs to writeto and readfrom_into so a single buffer can ...
Scott Shawcroft
2016-11-23
uheap: Switch to using gc_nbytes to measure allcoation size so we stop underc...
Scott Shawcroft
2016-11-23
Add heap analysis scripts based on GDB breakpoint logs.
Scott Shawcroft
2016-11-22
Add uheap for debugging the size of objects. Still not perfect though.
Scott Shawcroft
2016-11-22
atmel-samd: Support Trinket and Gemma M0 prototypes.
Scott Shawcroft
2016-11-21
Add script to build bins for Adafruit boards.
Scott Shawcroft
2016-11-21
atmel-samd: Default to code.txt instead of main.py (main.py will still work o...
Scott Shawcroft
2016-11-21
Merge pull request #50 from tannewt/microcontroller
Scott Shawcroft
2016-11-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft
2016-11-21
py: Add ability to manually mark blocks during collect.
Scott Shawcroft
2016-11-18
py: Add support for properties on native objects when they are in the locals ...
Scott Shawcroft
2016-11-18
atmel-samd: Add Feather M0 with flash
Scott Shawcroft
2016-11-18
atmel-samd: Turn off using the red LED to show mass storage writes.
Scott Shawcroft
2016-11-18
py: Change frozen build to not use -printf which isn't available on Mac OSX.
Scott Shawcroft
2016-11-18
atmel-samd: Move neopixel out of internal flash.
Scott Shawcroft
2016-11-18
py: Fix typo in comment.
Scott Shawcroft
2016-11-14
Merge tag 'v1.8.6'
Scott Shawcroft
[next]