circuitpython/ports/atmel-samd
Dan Halbert 7522522a0a
Merge pull request #7501 from pypewpew/pewpewm4-cdc
pewpew m4: enable CDC back
2023-01-28 12:00:49 -05:00
..
asf4@84f56af132
asf4_conf
bindings/samd Tweak black_bindings 2022-09-30 11:18:13 -05:00
boards pewpew m4: enable CDC back 2023-01-28 17:20:22 +01:00
common-hal more thoroughly disable UART when 2022-11-30 12:06:19 -06: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
supervisor samd21: port_disable_tick() should disable event channel 2022-11-15 21:52:12 -05:00
tools Remove busio.OneWire and bitbangio.OneWire 2022-05-24 12:26:33 -04:00
.gitattributes
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
background.h
eic_handler.c
eic_handler.h reworked fake sleep. functional for pin and time 2021-10-09 11:44:10 -06:00
ld_defines.c
Makefile SAM E54 Xplained devkit hardfaults at start with -O2 2022-11-29 13:05:39 -06:00
mpconfigport.h squeeze some specialized builds 2022-06-10 16:24:52 -04:00
mpconfigport.mk alphabetize 2022-12-09 14:12:43 -06:00
mphalport.c rework auto-reload delay logic 2022-03-11 14:03:04 -05:00
mphalport.h
qstrdefsport.h
README.rst
reset.c
reset.h
samd_peripherals_config.h
shared_timers.c
shared_timers.h
timer_handler.c
timer_handler.h

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