samd: Make common linker scripts, rename board.mk to mpconfigboard.mk.
The rename matches other ports, e.g. stm32, and gives consistency with mpconfigboard.h.
This commit is contained in:
parent
8db517f26d
commit
a5d85d306c
@ -10,7 +10,7 @@ $(error Invalid BOARD specified: $(BOARD_DIR))
|
||||
endif
|
||||
|
||||
include ../../py/mkenv.mk
|
||||
include $(BOARD_DIR)/board.mk
|
||||
include $(BOARD_DIR)/mpconfigboard.mk
|
||||
|
||||
# Qstr definitions (must come before including py.mk)
|
||||
QSTR_DEFS = qstrdefsport.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
MCU_SERIES = SAMD51
|
||||
CMSIS_MCU = SAMD51G19A
|
||||
LD_FILES = $(BOARD_DIR)/link.ld sections.ld
|
||||
LD_FILES = boards/samd51g19a.ld sections.ld
|
||||
TEXT0 = 0x4000
|
@ -1,4 +1,4 @@
|
||||
MCU_SERIES = SAMD21
|
||||
CMSIS_MCU = SAMD21E18A
|
||||
LD_FILES = $(BOARD_DIR)/link.ld sections.ld
|
||||
LD_FILES = boards/samd21x18a.ld sections.ld
|
||||
TEXT0 = 0x2000
|
Loading…
Reference in New Issue
Block a user