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
Age
Commit message (
Expand
)
Author
2017-11-02
atmel-samd: update to October 2017 ASF4.
Scott Shawcroft
2017-11-01
atmel-samd: Fix the neopixel delay method so it handles overflow better.
Scott Shawcroft
2017-11-01
Merge pull request #391 from tannewt/longint_usb_fix
Dan Halbert
2017-11-01
atmel-samd: Reorder mpconfigport.mk and mpconfigboard.mk includes.
Scott Shawcroft
2017-11-01
Merge pull request #393 from tannewt/m4_neopixel
Dan Halbert
2017-10-31
atmel-samd: Add TX/RX led support for Metro M4.
Scott Shawcroft
2017-10-31
atmel-samd: remove infinite loop if USB MSC read fails.
Scott Shawcroft
2017-10-31
atmel-samd: Add samd21 neopixel support.
Scott Shawcroft
2017-10-31
atmel-samd: Update and enable neopixel_write for ASF4, tested on SAMD21 only.
Tony DiCola
2017-10-31
atmel-samd: Turn on slice assignment in all builds.
Scott Shawcroft
2017-10-31
atmel-samd: Enable longints for M4 builds.
Scott Shawcroft
2017-10-31
atmel-samd: Fix non-DEBUG USB cdc.
Scott Shawcroft
2017-10-31
Create the build directory before running gen_usb_descriptor
Radomir Dopieralski
2017-10-30
atmel-samd: More USB polish
Scott Shawcroft
2017-10-27
Read serial input as a background task so we can check for the interrupt char...
Dan Halbert
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
Read serial input as a background task so we can check for the interrupt char...
Dan Halbert
2017-10-27
Check INTERNAL_LIBM make flag in a safer way.
Dan Halbert
2017-10-26
Sync with https://github.com/adafruit/asf4/pull/3
Dan Halbert
2017-10-26
Don't use ERR_ABORTED. (#375)
Scott Shawcroft
2017-10-25
atmel-samd: Add support for ERR_ABORTED to indicate medium not present.
Scott Shawcroft
2017-10-25
atmel-samd: Stop hanging on usb write when a terminal isn't connected by chec...
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft