circuitpython/ports/atmel-samd
Scott Shawcroft dcb0e50f04
Fix USB midi and hid disable.
2020-04-21 14:15:44 -07:00
..
asf4@039b5f3bbc
asf4_conf AnalogOut / AudioOut: Copy settings from Arduino 2019-09-15 11:30:49 -05:00
bindings/samd atmel-samd working 2019-12-06 15:18:20 -05:00
boards Merge remote-tracking branch 'adafruit/master' into lower_power 2020-04-20 18:25:13 -07:00
common-hal Merge remote-tracking branch 'adafruit/master' into lower_power 2020-04-20 18:25:13 -07:00
freetouch@b6859a349e
modules
peripherals@6b531fc923 Add Protomatter and FramebufferDisplay 2020-04-14 18:24:54 -05:00
supervisor Tweaks based on dhalberts feedback 2020-04-08 10:49:46 -07:00
tools Add PS/2 support -- ps2io module 2019-06-04 18:05:46 -03:00
.gitattributes
.gitignore
Makefile Fix USB midi and hid disable. 2020-04-21 14:15:44 -07:00
README.rst Tweaks based on dhalberts feedback 2020-04-08 10:49:46 -07:00
audio_dma.c samd: audio-dma: avoid memory allocations 2020-01-27 08:49:41 -06:00
audio_dma.h samd: audio_dma: Track channel allocation 2019-08-28 17:00:22 -05:00
background.c Initial work on SAMD 2020-03-13 11:16:41 -07:00
background.h Don't let a background task call run_background_tasks() 2019-04-09 20:23:01 -04:00
eic_handler.c Add PS/2 support -- ps2io module 2019-06-04 18:05:46 -03:00
eic_handler.h Add PS/2 support -- ps2io module 2019-06-04 18:05:46 -03:00
fatfs_port.c WIP: fix issues with remaining atmel-samd builds 2019-02-15 09:52:45 -05:00
ld_defines.c wip 2019-12-05 22:45:53 -05:00
mpconfigport.h correct chec^Cfor flash erase boundaries 2020-02-13 17:41:05 -05:00
mpconfigport.mk RGBMatrix: finish renaming from Protomatter 2020-04-17 18:44:07 -05:00
mphalport.c Initial work on SAMD 2020-03-13 11:16:41 -07:00
mphalport.h Fix up Spresense build. It doesn't sleep. 2020-03-17 14:21:45 -07:00
qstrdefsport.h
reset.c
reset.h
samd_peripherals_config.h
timer_handler.c Merge remote-tracking branch 'adafruit/master' into lower_power 2020-04-20 18:25:13 -07:00
timer_handler.h Merge remote-tracking branch 'adafruit/master' into lower_power 2020-04-20 18:25:13 -07:00

README.rst

SAMD21 and SAMD51
==================

This port supports many development boards that utilize SAMD21 and SAMD51 chips. See
https://circuitpython.org/downloads for all supported boards.


Building
--------

For build instructions see this guide: https://learn.adafruit.com/building-circuitpython/


Debugging
---------

For debugging instructions see this guide: https://learn.adafruit.com/debugging-the-samd21-with-gdb


Port Specific modules
---------------------

.. toctree::
    bindings/samd/__init__