8 lines
112 B
Makefile
8 lines
112 B
Makefile
CPU_CORE = cortex-m4
|
|
MCU_VARIANT = ra6m1
|
|
|
|
# For flash-jlink target
|
|
JLINK_DEVICE = R7FA6M1AD
|
|
|
|
flash: flash-jlink
|