9 lines
154 B
Makefile
9 lines
154 B
Makefile
# project specific files
|
|
SRC += config_led.c
|
|
|
|
#For platform and packs
|
|
ARM_ATSAM = SAMD51J18A
|
|
MCU = cortex-m4
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = md-boot
|