2019-10-08 09:05:11 +02:00
|
|
|
CPU_ARCH = cortex-m4f
|
2017-03-29 14:09:54 +02:00
|
|
|
export CPU_FAM = stm32l4
|
|
|
|
|
2019-06-06 11:54:09 +02:00
|
|
|
# "The Vector table must be naturally aligned to a power of two whose alignment
|
|
|
|
# value is greater than or equal to number of Exceptions supported x 4"
|
|
|
|
# CPU_IRQ_NUMOFF for stm32l4 boards is < 91+16 so (107*4 bytes = 428 bytes ~= 0x200)
|
|
|
|
# RIOTBOOT_HDR_LEN can be set to 0x200
|
|
|
|
RIOTBOOT_HDR_LEN ?= 0x200
|
|
|
|
|
2017-03-29 14:09:54 +02:00
|
|
|
include $(RIOTCPU)/stm32_common/Makefile.include
|
2016-01-27 10:47:12 +01:00
|
|
|
include $(RIOTMAKE)/arch/cortexm.inc.mk
|