circuitpython/ports/atmel-samd
Scott Shawcroft 5c33c9d597
Fix SAMD
RTC needed to wait for sync. NeoPixel on SAMD doesn't need disabled
caches. It just needed timing adjustment for 120mhz clock speed.
2021-05-14 16:14:24 -07: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 SAMD 2021-05-14 16:14:24 -07:00
common-hal Fix SAMD 2021-05-14 16:14:24 -07:00
freetouch@b6859a349e
modules
peripherals@a7e39c4d01
sd_mmc
supervisor Fix SAMD 2021-05-14 16:14:24 -07:00
tools
.gitattributes
.gitignore
Makefile
README.rst
audio_dma.c
audio_dma.h
background.c
background.h
eic_handler.c
eic_handler.h
fatfs_port.c
ld_defines.c
mpconfigport.h
mpconfigport.mk regularize and shrink many builds 2021-05-05 12:35:41 -04:00
mphalport.c
mphalport.h
qstrdefsport.h
reset.c
reset.h
samd_peripherals_config.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