Skip to content

Commit fe3c064

Browse files
rolandvsdpgeorge
authored andcommitted
samd: Add minimum config for Atmel SAMD21-XPLAINED-PRO board.
1 parent 05eb897 commit fe3c064

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#define MICROPY_HW_BOARD_NAME "SAMD21-XPLAINED-PRO"
2+
#define MICROPY_HW_MCU_NAME "SAMD21J18A"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
MCU_SERIES = SAMD21
2+
CMSIS_MCU = SAMD21J18A
3+
LD_FILES = boards/samd21x18a.ld sections.ld
4+
TEXT0 = 0x2000

0 commit comments

Comments
 (0)