[rp20xx][pico] platform and target for rp20xx and pico board

- just a skeleton to get us started
- cpu feature config and irq names / vectab2 setup done
- pulled in the second stage for pico as a blob for now
- seems to be hard faulting out of systick setup in platform_init()
This commit is contained in:
Brian Swetland
2021-02-05 18:00:28 -08:00
parent 9270460385
commit b142c6bdcd
14 changed files with 316 additions and 0 deletions

11
project/pico-test.mk Normal file
View File

@@ -0,0 +1,11 @@
LOCAL_DIR := $(GET_LOCAL_DIR)
TARGET := pico
MODULES += \
app/shell \
app/stringtests \
app/tests \
lib/cksum \
lib/debugcommands \