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
/
mpconfigboard.mk
Age
Commit message (
Expand
)
Author
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-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-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-10-11
Turn off async for circuitplayground express
Kenny
2020-06-25
I2CPeripheral: Rename class and its module
Jeff Epler
2019-10-20
Parameterize linker script
Dan Halbert
2019-06-12
Uncomment vm.c SUPEROPT (debugging typo); trim a few builds
Dan Halbert
2019-06-12
Turn off SUPEROPT on gc.c instead of trying to squueze inline limit so much; ...
Dan Halbert
2019-06-11
shrink a bunch of builds to fit
Dan Halbert
2019-05-24
Implement forced clean builds for boards so designated.
Dan Halbert
2019-05-21
Make pinyin fit on cpx
Dan Halbert
2019-04-12
Update font location and shrink a bunch of builds
Scott Shawcroft
2019-03-20
enable MICROPY_CPYTHON_COMPAT for most builds except CIRCUITPY_SMALL_BUILD; r...
Dan Halbert
2019-03-01
better handle frequencyio inclusion
sommersoft
2019-02-15
WIP: fix issues with remaining atmel-samd builds
Dan Halbert
2018-11-15
merge 3.x swap of /lib and .frozen; update frozen libs
Dan Halbert
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft
2018-11-03
adding changes to mpconfigboard.mk to reduce memory usage on CPX per @danh
ATMakersBill
2018-05-22
make longint choice mechanism more readable
Dan Halbert
2018-05-21
refactor longint settings; make crickit cpx build
Dan Halbert
2018-05-18
atmel-samd/samd21: Enable long int on Express boards
Noralf Trønnes
2018-05-04
3.0: add CircuitPlayground and HID to CPX frozen modules
Dan Halbert
2018-01-03
use correct LD_FILE in mpconfigboard.mk for boards with external flash
Dan Halbert
2018-01-02
merge from 2.2.0 + fix up board defs
Dan Halbert
2017-11-16
non-DMA SPI working; adding this now for testing; will continue with DMA
Dan Halbert
2017-11-07
Implement busio.I2c.
Dan Halbert
2017-10-30
atmel-samd: More USB polish
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft