circuitpython/ports/atmel-samd
Dan Halbert e9369d50e1
Merge pull request #5067 from tannewt/pulseout_switch
Switch to pin, frequency and duty_cycle PulseOut
2021-07-28 14:58:06 -04: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 Merge pull request #5068 from dhalbert/remove-gamepad 2021-07-27 11:35:06 -04:00
common-hal Switch to pin, frequency and duty_cycle PulseOut 2021-07-26 18:35:49 -07:00
freetouch@b6859a349e
modules
peripherals@a7e39c4d01
sd_mmc codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00
supervisor remove gamepad; deprecate gamepadshift 2021-07-26 22:15:09 -04:00
tools
.gitattributes
.gitignore
Makefile Remove OSError(0) and old network modules 2021-07-21 17:33:40 -07:00
README.rst
audio_dma.c RP2040 PWMAudioOut: Release DMA channels after play has finished. 2021-07-01 17:36:29 -04:00
audio_dma.h RP2040 PWMAudioOut: Release DMA channels after play has finished. 2021-07-01 17:36:29 -04:00
background.c Remove OSError(0) and old network modules 2021-07-21 17:33:40 -07:00
background.h
eic_handler.c
eic_handler.h
fatfs_port.c
ld_defines.c
mpconfigport.h Allow changing size of the filesystem on samd21 per board 2021-07-08 22:19:54 +02:00
mpconfigport.mk Remove OSError(0) and old network modules 2021-07-21 17:33:40 -07:00
mphalport.c
mphalport.h
qstrdefsport.h Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
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