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
/
mpconfigport.mk
Age
Commit message (
Expand
)
Author
2020-04-17
RGBMatrix: finish renaming from Protomatter
Jeff Epler
2020-04-14
Add Protomatter and FramebufferDisplay
Jeff Epler
2020-03-17
ulab: rename enable macro so it appears in the support matrix
Jeff Epler
2020-03-09
ulab: don't enable on m0 boards
Jeff Epler
2020-02-27
ulab: Incorporate it
Jeff Epler
2019-12-10
merge from upstream
Dan Halbert
2019-12-10
audiocore: Add MP3File using Adafruit_MP3 library
Jeff Epler
2019-12-05
wip
Dan Halbert
2019-11-22
cosmetic commit, mostly to re-run
Dan Halbert
2019-11-22
change mpconfigport.mk files so they can be overriden by mpconfigboard.mk
Dan Halbert
2019-11-22
enable network, wiznet5k, and ps2io by default on M4
Dan Halbert
2019-10-20
Parameterize linker script
Dan Halbert
2019-10-07
Add an alternative way to number the USB endpoints
Kamil Tomaszewski
2019-09-04
Merge remote-tracking branch 'adafruit/master' into choose-usb-devices-xac
Dan Halbert
2019-09-04
use only one endpoint pair for MSC except on SAMD21
Dan Halbert
2019-09-01
disable 'audiomixer' for all M0 boards
sommersoft
2019-08-18
make nrf touchio be generic: now available for SAMD51 too
Dan Halbert
2019-07-19
Correct typo in line meant to turn off frequencyio on M0 which saves 2k code ...
Scott Shawcroft
2019-03-27
copy/paste error
Dan Halbert
2019-03-27
turn off frequencyio for all SAMD21 builds
Dan Halbert
2019-02-17
correct weak module links; samd module only in m4 ports; update libraries
Dan Halbert
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft
2018-10-11
Changed to only build wiznet for {feather|metro}_m[04]_express
Nick Moore
2018-10-04
Makefile & mpconfigport for atmel-samd with wiznet
Nick Moore
2018-05-22
LONGLONG typo
Dan Halbert
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
2017-10-31
atmel-samd: Enable longints for M4 builds.
Scott Shawcroft
2017-10-27
Check INTERNAL_LIBM make flag in a safer way.
Dan Halbert
2017-10-27
Revert "Allow main.py to be interrupted by ctrl-C" (#381)
Dan Halbert
2017-10-27
Check INTERNAL_LIBM make flag in a safer way.
Dan Halbert
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft