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>
Sun, 25 Sep 2022 20:57:08 +0000 (13:57 -0700)
commitc869985188ce9d28c332e449b36c4c88077cd587
treec48b7a5b7259ad118d3ab99d49beba3c8c9d190f
parent5e7e4303f161e38ac2d84110dccafc67b3aa7fc8
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]