You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
samd: Add minimum config for Atmel SAMD21-XPLAINED-PRO board.
This commit is contained in:
committed by
Damien George
parent
05eb897d06
commit
fe3c064d42
@@ -0,0 +1,2 @@
|
||||
#define MICROPY_HW_BOARD_NAME "SAMD21-XPLAINED-PRO"
|
||||
#define MICROPY_HW_MCU_NAME "SAMD21J18A"
|
||||
@@ -0,0 +1,4 @@
|
||||
MCU_SERIES = SAMD21
|
||||
CMSIS_MCU = SAMD21J18A
|
||||
LD_FILES = boards/samd21x18a.ld sections.ld
|
||||
TEXT0 = 0x2000
|
||||
Reference in New Issue
Block a user