circuitpython/ports/atmel-samd
Dan Halbert ed41acd879 merge from upstream to fix translations 2021-06-21 08:26:44 -04:00
..
asf4@84f56af132
asf4_conf Merge pull request #4716 from tyomitch/main 2021-05-08 08:47:29 -05:00
bindings/samd Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
boards fix other too-big builds 2021-06-18 13:20:31 -04:00
common-hal ParallelImageCapture: Switch to taking a list of pins 2021-06-10 11:15:18 -05:00
freetouch@b6859a349e
modules run code formatting script 2021-03-15 19:27:36 +05:30
peripherals@a7e39c4d01
sd_mmc codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00
supervisor Fix SAMD 2021-05-14 16:14:24 -07:00
tools run code formatting script 2021-03-15 19:27:36 +05:30
.gitattributes
.gitignore
Makefile Check that select firmwares build on Windows with MSYS2 2021-05-28 16:47:29 -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 Removed all references to MICROCONTROLLER_VOLTAGE_DISABLE 2021-06-09 10:46:14 -05:00
mpconfigport.mk turn off keypad by default on all SAMD21, for now 2021-06-18 12:26:48 -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 Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
reset.c
reset.h
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