circuitpython/ports/atmel-samd
Scott Shawcroft 2c3002b327
Merge pull request #4370 from jposada202020/i2cperipheral_ctrlc
I2CPeripheral samd51 corrections in the CTRLC bit
2021-03-09 12:58:59 -08:00
..
asf4@84f56af132 update submodules to merge commits 2020-09-14 17:22:30 -05:00
asf4_conf Add CAN to SAM E51 clock config 2020-09-21 16:44:26 -05:00
bindings/samd Fix several type hints 2020-07-27 18:05:13 +09:00
boards Automatically count EXTERNAL_FLASH_DEVICES 2021-03-07 11:48:39 -06:00
common-hal Initial Changes 2021-03-09 10:48:33 -05:00
freetouch@b6859a349e
modules
peripherals@a7e39c4d01 samd: Update peripherals submodule 2020-10-17 20:08:32 -05:00
sd_mmc samd: sdio: Add needed files from atmel start 2020-06-26 11:50:41 -05:00
supervisor samd21 board with only 4 neopixels + two touchpads 2021-01-12 12:50:08 -05:00
tools _canio: Minimal implementation for SAM E5x MCUs 2020-09-21 16:44:26 -05:00
.gitattributes
.gitignore
Makefile remove general changes; not consistent across builds 2021-03-05 10:10:50 -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: Move to background callback 2020-07-15 09:26:47 -05:00
audio_dma.h samd: audio: Move to background callback 2020-07-15 09:26:47 -05:00
background.c supervisor: factor supervisor_background_tasks from sundry ports 2020-07-15 11:49:44 -05:00
background.h supervisor: factor supervisor_background_tasks from sundry ports 2020-07-15 11:49:44 -05:00
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 Add license to some obvious files. 2020-07-06 19:16:25 +01:00
ld_defines.c wip 2019-12-05 22:45:53 -05:00
mpconfigport.h CIRCUITPY_* switches for JSON, RE, etc. Doc cleanup 2021-01-24 23:10:20 -05:00
mpconfigport.mk vm: Make the speed-size trade-off compile time settable 2021-03-05 18:29:27 -06:00
mphalport.c atmel-samd: Add support for SAM E54 family MCUs 2020-06-23 10:41:48 -05:00
mphalport.h Add externs. GCC10 complains about duplicate defines 2020-07-22 16:26:46 -07:00
qstrdefsport.h
reset.c Add some NORETURN attributes 2020-09-28 18:55:56 -05:00
reset.h Add some NORETURN attributes 2020-09-28 18:55:56 -05:00
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