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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
atmel-samd
/
boards
/
feather_m0_basic
Age
Commit message (
Expand
)
Author
2017-08-27
Modernize module and class static dicts; update freetouch
Dan Halbert
2017-08-25
atmel-samd: Introduce a nvm module for non-volatile byte-level memory access....
Scott Shawcroft
2017-07-13
atmel-samd: Update README and add pinout tables that map MCU names
Scott Shawcroft
2017-07-12
atmel-samd: Reboot to bootloader when a 1200 baud serial connection is
Scott Shawcroft
2017-06-16
atmel-samd: Introduce board reset mechanic used on CircuitPlayground
1.0.0-rc.1
Scott Shawcroft
2017-06-16
atmel-samd: Add user initiated safe mode and rework board.c for
Scott Shawcroft
2017-05-12
atmel-samd: Rename auto-reset to auto-reload to reduce confusion with physica...
Scott Shawcroft
2017-04-18
atmel-samd: Use LTO for all builds to get 5000 bytes back on express boards.
Scott Shawcroft
2017-02-27
atmel-samd: Add USB HID mouse and keyboard support.
Scott Shawcroft
2017-02-26
atmel-samd: Use link time optimization to reduce code size of builds which
Scott Shawcroft
2017-02-10
atmel-samd: Rework the clock configs to only be crystalless when needed by th...
Scott Shawcroft
2017-01-12
atmel-samd: Split UART pin names into two so that all names start
Scott Shawcroft
2016-12-07
atmel-samd & esp8266: Make sure pins are not already in use.
Scott Shawcroft
2016-12-01
atmel-samd: Only include bitbangio on boards with flash.
Scott Shawcroft
2016-11-29
atmel-samd: Switch to MICROPY_PORT_ROOT_POINTERS for the flash cache.
Scott Shawcroft
2016-11-22
atmel-samd: Support Trinket and Gemma M0 prototypes.
Scott Shawcroft
2016-11-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft
2016-10-31
atmel-samd: Increase autoreset delay to reduce duplicate resets.
Scott Shawcroft
2016-10-28
atmel-samd: Rework tick timer to use TC5 and support neopixel status LED.
Scott Shawcroft
2016-10-26
atmel-samd: Rework pin definitions to share most of the data structures and i...
Scott Shawcroft
2016-10-26
atmel-samd: Hook in DTR for more ports and make the serial TX more resiliant ...
Scott Shawcroft
2016-10-25
atmel-samd: Support auto-reset based on USB write activity.
Scott Shawcroft
2016-10-25
atmel-samd: Add D13 led as mass storage write indicator.
Scott Shawcroft
2016-10-24
atmel-samd: Fix the Feather builds by switching to the VFS mass storage imple...
Scott Shawcroft
2016-10-21
atmel-samd: Rework mass storage interaction with underlying block
Scott Shawcroft
2016-10-14
atmel-samd: Rename Feather M0 Bluefruit files to Feather M0 Basic because the...
v1.8.4-20161014
Scott Shawcroft