mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
e0d632a954
also make some other changes
8 lines
113 B
Makefile
8 lines
113 B
Makefile
CPU_CORE = cortex-m23
|
|
MCU_VARIANT = ra2a1
|
|
|
|
# For flash-jlink target
|
|
JLINK_DEVICE = R7FA2A1AB
|
|
|
|
flash: flash-jlink
|