Skip to content
Snippets Groups Projects
Commit a5d85d30 authored by Jim Mussared's avatar Jim Mussared Committed by Damien George
Browse files

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.
parent 8db517f2
Branches
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ $(error Invalid BOARD specified: $(BOARD_DIR)) ...@@ -10,7 +10,7 @@ $(error Invalid BOARD specified: $(BOARD_DIR))
endif endif
include ../../py/mkenv.mk include ../../py/mkenv.mk
include $(BOARD_DIR)/board.mk include $(BOARD_DIR)/mpconfigboard.mk
# Qstr definitions (must come before including py.mk) # Qstr definitions (must come before including py.mk)
QSTR_DEFS = qstrdefsport.h QSTR_DEFS = qstrdefsport.h
......
MCU_SERIES = SAMD51 MCU_SERIES = SAMD51
CMSIS_MCU = SAMD51G19A CMSIS_MCU = SAMD51G19A
LD_FILES = $(BOARD_DIR)/link.ld sections.ld LD_FILES = boards/samd51g19a.ld sections.ld
TEXT0 = 0x4000 TEXT0 = 0x4000
MCU_SERIES = SAMD21 MCU_SERIES = SAMD21
CMSIS_MCU = SAMD21E18A CMSIS_MCU = SAMD21E18A
LD_FILES = $(BOARD_DIR)/link.ld sections.ld LD_FILES = boards/samd21x18a.ld sections.ld
TEXT0 = 0x2000 TEXT0 = 0x2000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment