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.
pull/4994/merge
Jim Mussared 2019-08-10 15:17:09 +10:00 zatwierdzone przez Damien George
rodzic 8db517f26d
commit a5d85d306c
5 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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

Wyświetl plik

@ -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