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
path:
root
/
ports
/
atmel-samd
/
boards
/
circuitplayground_express_displayio
Age
Commit message (
Expand
)
Author
2021-03-16
Adding LED for D13/L pin name.
Kattni Rembor
2021-03-15
run code formatting script
microDev
2021-03-07
Automatically count EXTERNAL_FLASH_DEVICES
Jeff Epler
2021-02-25
Updated build configs to turn off BITMAPTOOLS for smaller builds
Kevin Matocha
2021-02-22
set SUPEROPT_VM = 0 on most non-Express SAMD21 boards
Dan Halbert
2021-01-26
Merge pull request #4060 from dhalbert/regularize-extmod-modules
Dan Halbert
2021-01-25
fix some build errors
Dan Halbert
2021-01-24
CIRCUITPY_* switches for JSON, RE, etc. Doc cleanup
Dan Halbert
2021-01-16
Removing frozen libraries
gamblor21
2021-01-11
Merge pull request #3659 from iot49/msgpack
Scott Shawcroft
2021-01-04
Add adafruit_bus_device to CPX builds.
Kattni Rembor
2020-12-11
Merge branch 'main' into msgpack
Scott Shawcroft
2020-12-08
Fix build and more comments
Scott Shawcroft
2020-12-08
Add `board_deinit` for use with sleep
Scott Shawcroft
2020-12-01
disable on boards tight on memory. add stddef.h to imports (not actually need...
Bernhard Boser
2020-11-11
Removing from smaller builds
gamblor21
2020-09-29
Update make translate script
microDev
2020-09-13
Update safe mode reason
microDev
2020-09-13
Update board specific safe mode message
microDev
2020-08-12
cpx_display: Put back AUDIOBUSIO, take away ROTARYIO
Jeff Epler
2020-08-12
circuitplayground_express_displayio: make ja translation fit
Jeff Epler
2020-07-27
add adjustments for crickit and displayio variants of CPX
Jerry Needell
2020-06-25
I2CPeripheral: Rename class and its module
Jeff Epler
2020-05-12
nerf vectorio on a ton of m0 and overcommitted m4 boards due to translation t...
warriorofwire
2020-01-30
add gamepad to specialty cpx builds; update frozen libs
Dan Halbert
2020-01-23
reset NeoPixels on CPB on soft reload
Dan Halbert
2020-01-21
Increase CPX stack size by 256
Dan Halbert
2019-12-20
Remove `re` from CPX Displayio build to make space.
Scott Shawcroft
2019-12-19
circuitplayground_express_displayio: reduce inlining to make .ko translation fit
Jeff Epler
2019-12-16
Increase CPX stack size slightly
Dan Halbert
2019-10-20
Parameterize linker script
Dan Halbert
2019-09-17
Add custom CPX build for display support
Scott Shawcroft