25 lines
440 B
Makefile
Raw Normal View History

DEPS_SUBMODULES += hw/mcu/renesas/rx
2021-03-28 16:45:53 +09:00
2021-03-05 01:38:49 +09:00
CFLAGS += \
-mcpu=rx610 \
-misa=v1 \
-DCFG_TUSB_MCU=OPT_MCU_RX63X
MCU_DIR = hw/mcu/renesas/rx/rx63n
2021-03-05 01:38:49 +09:00
# All source paths should be relative to the top level.
2021-03-29 23:54:44 +07:00
LD_FILE = $(BOARD_PATH)/r5f5631fd.ld
2021-03-05 01:38:49 +09:00
# For freeRTOS port source
FREERTOS_PORT = RX600
# For flash-jlink target
JLINK_DEVICE = R5F5631F
JLINK_IF = JTAG
# For flash-pyocd target
PYOCD_TARGET =
# flash using jlink
flash: flash-jlink