mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
3f788a4e5a
add BOARD_UPPERCASE for board detection
10 lines
149 B
Makefile
10 lines
149 B
Makefile
CPU_CORE = cortex-m4
|
|
MCU_VARIANT = ra4m1
|
|
|
|
LD_FILE = ${BOARD_PATH}/${BOARD}.ld
|
|
|
|
# For flash-jlink target
|
|
JLINK_DEVICE = R7FA4M1AB
|
|
|
|
flash: flash-jlink
|