circuitpython/ports/atmel-samd
Dan Halbert 8500e846c6 partially working 2021-04-27 23:53:23 -04:00
..
asf4@84f56af132 update submodules to merge commits 2020-09-14 17:22:30 -05:00
asf4_conf wip: starting to try to compile 2021-04-25 23:17:41 -04:00
bindings/samd run code formatting script 2021-03-15 19:27:36 +05:30
boards Merge pull request #4635 from jepler/pcc 2021-04-23 13:31:53 -07:00
common-hal merge from main 2021-04-25 10:27:52 -04:00
freetouch@b6859a349e
modules run code formatting script 2021-03-15 19:27:36 +05:30
peripherals@a7e39c4d01 samd: Update peripherals submodule 2020-10-17 20:08:32 -05:00
sd_mmc
supervisor Fix PWMOut on SAMD21 2021-04-20 15:21:05 -05:00
tools run code formatting script 2021-03-15 19:27:36 +05:30
.gitattributes
.gitignore
Makefile remove general changes; not consistent across builds 2021-03-05 10:10:50 -05:00
README.rst
audio_dma.c samd: Rename dma_{allocate,free} channel 2021-04-23 09:46:33 -05:00
audio_dma.h samd: Rename dma_{allocate,free} channel 2021-04-23 09:46:33 -05:00
background.c run code formatting script 2021-03-15 19:27:36 +05:30
background.h
eic_handler.c modifications by pre-commit 2021-03-15 18:11:00 -05:00
eic_handler.h
fatfs_port.c modifications by pre-commit 2021-03-15 18:11:00 -05:00
ld_defines.c modifications by pre-commit 2021-03-15 18:11:00 -05:00
mpconfigport.h modifications by pre-commit 2021-03-15 18:11:00 -05:00
mpconfigport.mk partially working 2021-04-27 23:53:23 -04:00
mphalport.c modifications by pre-commit 2021-03-15 18:11:00 -05:00
mphalport.h modifications by pre-commit 2021-03-15 18:11:00 -05:00
qstrdefsport.h
reset.c Add some NORETURN attributes 2020-09-28 18:55:56 -05:00
reset.h Add some NORETURN attributes 2020-09-28 18:55:56 -05:00
samd_peripherals_config.h
timer_handler.c modifications by pre-commit 2021-03-15 18:11:00 -05:00
timer_handler.h

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::
    ../../shared-bindings/samd/index