circuitpython/ports/atmel-samd
2024-09-29 22:37:11 -04:00
..
asf4@84f56af132 update submodules to merge commits 2020-09-14 17:22:30 -05:00
asf4_conf guard2once -s ... 2024-05-19 20:40:44 -04:00
bindings/samd CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
boards shrink some builds 2024-09-29 19:31:10 -04:00
common-hal address review 2024-09-29 22:37:11 -04:00
freetouch@b6859a349e Use merged in FreeTouch 2018-05-23 11:57:35 -07:00
libs Use libgcc from Arch on SAMD21 (it's smaller.) 2022-08-04 16:33:41 -07:00
modules run code formatting script 2021-03-15 19:27:36 +05:30
peripherals@82e514b6e0 samx5x: support external clock sources 2023-07-18 17:12:58 -06:00
sd_mmc guard2once -s ... 2024-05-19 20:40:44 -04:00
supervisor CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
tools update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
.gitattributes Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
audio_dma.c CircuitPython files: replace STATIC with static 2024-05-20 11:02:17 -04:00
audio_dma.h guard2once -s ... 2024-05-19 20:40:44 -04:00
background.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
background.h guard2once -s ... 2024-05-19 20:40:44 -04:00
eic_handler.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
eic_handler.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
ld_defines.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
Makefile update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
mpconfigport.h avoid linker error: use MICROPY_NLR_THUMB_USE_LONG_JUMP; update translations 2024-09-09 19:11:59 -04:00
mpconfigport.mk Add Max3421E support for usb host 2024-04-10 10:57:28 -07:00
mphalport.c wip: fixing compilation 2024-07-26 18:38:46 -04:00
mphalport.h guard2once -s ... 2024-05-19 20:40:44 -04:00
qstrdefsport.h qstrdefport.h: remove #pragma once 2024-05-20 08:38:05 -04:00
README.rst docs: Improve 5.0.x <-> main branch doc linkrot 2020-06-14 11:12:35 -05:00
reset.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
reset.h guard2once -s ... 2024-05-19 20:40:44 -04:00
samd_peripherals_config.h guard2once -s ... 2024-05-19 20:40:44 -04:00
timer_handler.c update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
timer_handler.h guard2once -s ... 2024-05-19 20:40:44 -04:00

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