mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
9 lines
131 B
Makefile
9 lines
131 B
Makefile
CPU_CORE = cortex-m4
|
|
MCU_VARIANT = ra4m1
|
|
|
|
# For flash-jlink target
|
|
JLINK_DEVICE = R7FA4M1AB
|
|
JLINK_IF = SWD
|
|
|
|
flash: flash-jlink
|