altos: Add sample samd21 application for snekboard
authorKeith Packard <keithp@keithp.com>
Sun, 25 Sep 2022 20:57:08 +0000 (13:57 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 27 Oct 2022 23:59:11 +0000 (16:59 -0700)
commit4d116df20ae2d13bbc29344a91e557448cd8c19b
treee06e4e6e71c60925822fbf9f759bbda39c936192
parentc59892cd337162c63e5d7ba8e8eec779d201022d
altos: Add sample samd21 application for snekboard

This runs a primitive application and flash loader on snekboard for
samd21 development.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/snekboard/Makefile [new file with mode: 0644]
src/snekboard/ao_pins.h [new file with mode: 0644]
src/snekboard/flash-loader/Makefile [new file with mode: 0644]
src/snekboard/flash-loader/ao_pins.h [new file with mode: 0644]
src/snekboard/snekboard.c [new file with mode: 0644]