mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-24 05:42:57 +08:00
16 lines
378 B
Makefile
16 lines
378 B
Makefile
|
CFLAGS += \
|
||
|
-mcpu=cortex-m33 \
|
||
|
-mfloat-abi=hard \
|
||
|
-mfpu=fpv5-sp-d16 \
|
||
|
-DCFG_TUSB_MCU=OPT_MCU_RAXXX
|
||
|
|
||
|
FSP_MCU_DIR = hw/mcu/renesas/fsp/ra/fsp/src/bsp/mcu/ra4m3
|
||
|
FSP_BOARD_DIR = hw/mcu/renesas/fsp/ra/board/ra4m3_ek
|
||
|
|
||
|
# All source paths should be relative to the top level.
|
||
|
LD_FILE = $(BOARD_PATH)/ek_ra4m3.ld
|
||
|
|
||
|
# For flash-jlink target
|
||
|
JLINK_DEVICE = R7FA4M3AF
|
||
|
JLINK_IF = SWD
|