circuitpython/ports/atmel-samd
Dan Halbert 4d175ab41a convert to MP_DEFINED_CONST_OBJ_TYPE() 2023-09-19 21:09:29 -04:00
..
asf4@84f56af132
asf4_conf fix typos (partial) detected by codepell 2023-03-18 22:17:02 +07:00
bindings/samd convert to MP_DEFINED_CONST_OBJ_TYPE() 2023-09-19 21:09:29 -04:00
boards Merge remote-tracking branch 'adafruit/main' into merge-micropython-v1.19.1 2023-08-18 13:29:39 -04:00
common-hal initial merge from v1.20.0; just satisifying conflicts 2023-09-19 11:10:12 -04:00
freetouch@b6859a349e
libs Use libgcc from Arch on SAMD21 (it's smaller.) 2022-08-04 16:33:41 -07:00
modules
peripherals@82e514b6e0 samx5x: support external clock sources 2023-07-18 17:12:58 -06:00
sd_mmc fix typos (partial) detected by codepell 2023-03-18 22:17:02 +07:00
supervisor samx5x: support external clock sources 2023-07-18 17:12:58 -06:00
tools Remove busio.OneWire and bitbangio.OneWire 2022-05-24 12:26:33 -04:00
.gitattributes
Makefile silabs build needs work; other builds are working 2023-08-13 19:05:16 -04:00
README.rst
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 Fix ticks 2023-04-07 09:49:51 -07:00
background.h
eic_handler.c
eic_handler.h
ld_defines.c
mpconfigport.h samx5x: support external clock sources 2023-07-18 17:12:58 -06:00
mpconfigport.mk Optimize ulab for size on samd51/same51 2023-07-25 09:35:49 -05:00
mphalport.c rework auto-reload delay logic 2022-03-11 14:03:04 -05:00
mphalport.h
qstrdefsport.h
reset.c
reset.h
samd_peripherals_config.h
shared_timers.c
shared_timers.h
timer_handler.c
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