circuitpython/ports/atmel-samd
Dan Halbert 96e2a72d71 run background tasks during multi-part DMA 2023-03-09 11:53:16 -05:00
..
asf4@84f56af132
asf4_conf Merge pull request #4716 from tyomitch/main 2021-05-08 08:47:29 -05:00
bindings/samd Tweak black_bindings 2022-09-30 11:18:13 -05:00
boards enable bus device on hallowing M0 2023-02-27 18:44:08 +01:00
common-hal run background tasks during multi-part DMA 2023-03-09 11:53:16 -05:00
freetouch@b6859a349e
libs Use libgcc from Arch on SAMD21 (it's smaller.) 2022-08-04 16:33:41 -07:00
modules
peripherals@baca4c0843 Use memory fence when disabling cache to avoid -O2 problems 2022-12-29 19:49:40 -05:00
sd_mmc codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00
supervisor Implement safemode.py 2023-02-13 18:26:38 -05:00
tools Remove busio.OneWire and bitbangio.OneWire 2022-05-24 12:26:33 -04:00
.gitattributes
Makefile conditionally build all languages 2023-03-04 15:08:54 +05:30
README.rst docs: Improve 5.0.x <-> main branch doc linkrot 2020-06-14 11:12:35 -05:00
audio_dma.c fix SAMD21 PDMIn DMA event use 2021-10-19 13:18:14 -04:00
audio_dma.h fix SAMD21 PDMIn DMA event use 2021-10-19 13:18:14 -04:00
background.c Add Bangle.js 2, JDI memory displays and ACeP epd 2023-02-15 15:03:40 -08:00
background.h
eic_handler.c working samd deep sleep timealarm and pinalarm (sketchy) 2021-09-29 11:44:15 -06:00
eic_handler.h reworked fake sleep. functional for pin and time 2021-10-09 11:44:10 -06:00
ld_defines.c
mpconfigport.h squeeze some specialized builds 2022-06-10 16:24:52 -04:00
mpconfigport.mk Try -fweb -frename-registers to make more SAMD21 builds fit 2023-02-15 16:38:24 -05:00
mphalport.c rework auto-reload delay logic 2022-03-11 14:03:04 -05:00
mphalport.h
qstrdefsport.h Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
reset.c
reset.h
samd_peripherals_config.h
shared_timers.c Reset timers separate from pwmio 2021-08-11 09:58:31 -07:00
shared_timers.h Reset timers separate from pwmio 2021-08-11 09:58:31 -07:00
timer_handler.c
timer_handler.h Reset timers separate from pwmio 2021-08-11 09:58:31 -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::
    ../../shared-bindings/samd/index