circuitpython/ports/atmel-samd
Scott Shawcroft d01f5dc0bd
Turn off terminalio for ja and ko
The font is missing many characters and the build needs the space.
We can optimize font storage when we get a good font.

The serial output will work as usual.
2020-08-17 17:17:59 -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 Fix several type hints 2020-07-27 18:05:13 +09:00
boards Merge pull request #3251 from jerryneedell/jerryn_rfm9x 2020-08-17 17:11:35 -04:00
common-hal "pop from empty %q" 2020-08-04 18:42:09 -05:00
freetouch@b6859a349e Use merged in FreeTouch 2018-05-23 11:57:35 -07:00
modules Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
peripherals@0f5f1522d0 Use samd peripherals fixed for gcc 10 2020-07-28 11:14:25 -07:00
sd_mmc samd: sdio: Add needed files from atmel start 2020-06-26 11:50:41 -05:00
supervisor add blm_badge; add CIRCUITPY_AUDIOBUSIOIO_I2SOUT 2020-07-28 11:49:54 -04:00
tools atmel-samd: move samd-specific script 2020-07-30 07:18:02 -05:00
.gitattributes Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
.gitignore Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
Makefile atmel-samd: move samd-specific script 2020-07-30 07:18:02 -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 adjust stack for SAMD21 to accomodate larger pystack -- update frozen module adafruit_busdevice 2020-07-27 21:50:36 -04:00
mpconfigport.mk Turn off terminalio for ja and ko 2020-08-17 17:17:59 -07: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 Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
reset.c Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
reset.h atmel-samd: reset: reset() was always entering bootloader mode 2018-04-05 08:16:53 -05:00
samd_peripherals_config.h Move pin struct to the peripherals library. 2018-08-02 13:59:05 -07:00
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