circuitpython/ports/atmel-samd
Scott Shawcroft 965a4961ce
Merge pull request #3120 from DavePutz/issue#3049
Issue#3049 -PulseIn not working in CP5.4
2020-07-07 08:59:22 -07:00
..
asf4@35a1525796 atmel-samd: Add SDIO SD card interface 2020-06-26 11:50:42 -05:00
asf4_conf atmel-samd: Add SDIO SD card interface 2020-06-26 11:50:42 -05:00
bindings/samd atmel-samd: Add support for SAM E54 family MCUs 2020-06-23 10:41:48 -05:00
boards Merge pull request #3113 from ansonhe97/main 2020-07-06 14:50:47 -07:00
common-hal Implementation of RTC continuous synchronization during pulsein 2020-07-04 21:15:38 -05:00
freetouch@b6859a349e
modules
peripherals@e4161d7d6d atmel-samd: Add support for SAM E54 family MCUs 2020-06-23 10:41:48 -05:00
sd_mmc samd: sdio: Add needed files from atmel start 2020-06-26 11:50:41 -05:00
supervisor Correct for SAMD51 build 2020-07-06 23:25:33 -05:00
tools
.gitattributes
.gitignore
Makefile atmel-samd: Add SDIO SD card interface 2020-06-26 11:50:42 -05:00
README.rst docs: Improve 5.0.x <-> main branch doc linkrot 2020-06-14 11:12:35 -05:00
audio_dma.c samd: audio dma: enable/disable supervisor tick as needed 2020-05-13 10:29:36 -05:00
audio_dma.h samd: audio_dma: Track channel allocation 2019-08-28 17:00:22 -05:00
background.c Initial work on SAMD 2020-03-13 11:16:41 -07:00
background.h
eic_handler.c refactor countio based on feedback 2020-05-05 15:23:38 +10:00
eic_handler.h refactor countio based on feedback 2020-05-05 15:23:38 +10:00
fatfs_port.c
ld_defines.c wip 2019-12-05 22:45:53 -05:00
mpconfigport.h atmel-samd: Add support for SAM E54 family MCUs 2020-06-23 10:41:48 -05:00
mpconfigport.mk sdcardio: implement new library for SD card I/O 2020-06-26 11:50:23 -05:00
mphalport.c atmel-samd: Add support for SAM E54 family MCUs 2020-06-23 10:41:48 -05:00
mphalport.h Fix up Spresense build. It doesn't sleep. 2020-03-17 14:21:45 -07:00
qstrdefsport.h
reset.c
reset.h
samd_peripherals_config.h
timer_handler.c _pew: move to common-hal 2020-06-22 10:45:27 -05:00
timer_handler.h Merge remote-tracking branch 'adafruit/master' into lower_power 2020-04-20 18:25:13 -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