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
/
feather_m0_basic
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2021-02-22
set SUPEROPT_VM = 0 on most non-Express SAMD21 boards
Dan Halbert
2020-12-08
Add `board_deinit` for use with sleep
Scott Shawcroft
2020-04-23
implement requested changes
Lucian Copeland
2019-10-20
Parameterize linker script
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-04-08
Reorganize board busses into shared-bindings and shared-module.
Scott Shawcroft
2019-03-27
turn off frequencyio for all SAMD21 builds
Dan Halbert
2019-03-24
Enable 256b of nvm storage for all samd21x18-bootloader.ld boards.
Justin R. Cutler
2019-03-01
better handle frequencyio inclusion
sommersoft
2019-02-15
WIP: atmel-samd trinket build works
Dan Halbert
2019-01-17
Fix other builds and hallowing
Scott Shawcroft
2018-12-06
Rework safe mode and have heap overwrite trigger it.
Scott Shawcroft
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft
2018-10-14
change BAT to BATTERY
Paul Sajna
2018-10-13
add pin def for BAT
Paul Sajna
2018-09-14
Move VOLTAGE_BATTERY line just under D9 line
Pierrick C
2018-09-13
Add VOLTAGE_MONITOR alias for D9 pin to feather boards
Pierrick C
2018-06-08
Turn off USB pin objects since they are always used for USB.
Scott Shawcroft
2018-06-01
atmel-samd: Re-org helper peripheral files into their own subdirectory.
Scott Shawcroft
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-17
arduino, circuitplayground, feather boards
Matt Land
2018-05-16
fix formatting
Matt Land
2018-05-16
Merge branch 'feature-i2c-gemma' into feature-default-spi-circuit-playground
Matt Land
2018-05-16
used pins.c instead of README.rst
Matt Land
2018-05-16
SPI for all boards
Matt Land
2018-05-16
spi on much
Matt Land
2018-05-15
feather m0 boards
Matt Land
2018-01-04
revise boards/ files for 3.0. All now compiled (but I don't have all to test).
Dan Halbert
2017-10-30
atmel-samd: More USB polish
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft