mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
Add support for the boards: - SparkFun SAMD21 Dev Breakout - SparkFun RedBoard Turbo Both boards are SAMD21 based and actively sold by SparkFun. Signed-off-by: robert-hh <robert@hammelrath.com>
5 lines
102 B
Makefile
5 lines
102 B
Makefile
MCU_SERIES = SAMD21
|
|
CMSIS_MCU = SAMD21G18A
|
|
LD_FILES = boards/samd21x18a.ld sections.ld
|
|
TEXT0 = 0x2000
|