mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
13 lines
287 B
Makefile
13 lines
287 B
Makefile
MCU = same54
|
|
|
|
CFLAGS += \
|
|
-DCONF_CPU_FREQUENCY=48000000 \
|
|
-D__SAME54P20A__ \
|
|
-DBOARD_NAME="\"Microchip SAM E54 Xplained Pro\""
|
|
|
|
# All source paths should be relative to the top level.
|
|
LD_FILE = $(BOARD_PATH)/same54p20a_flash.ld
|
|
|
|
# For flash-jlink target
|
|
JLINK_DEVICE = ATSAME54P20
|