blob: d10e9e34ce0b7a4708e4536e9049178efb14890b (
plain)
1
2
3
4
5
6
7
8
9
|
SAM_FAMILY = same54
CFLAGS += -D__SAME54P20A__
# All source paths should be relative to the top level.
LD_FILE = $(BOARD_PATH)/same54p20a_flash.ld
# For flash-jlink target
JLINK_DEVICE = ATSAME54P20
|