espressif_tinyusb/hw/bsp/rx/boards/gr_citrus/board.mk

25 lines
440 B
Makefile
Raw Normal View History

DEPS_SUBMODULES += hw/mcu/renesas/rx
2021-03-28 09:45:53 +02:00
2021-03-04 17:38:49 +01:00
CFLAGS += \
-mcpu=rx610 \
-misa=v1 \
-DCFG_TUSB_MCU=OPT_MCU_RX63X
MCU_DIR = hw/mcu/renesas/rx/rx63n
2021-03-04 17:38:49 +01:00
# All source paths should be relative to the top level.
2021-03-29 18:54:44 +02:00
LD_FILE = $(BOARD_PATH)/r5f5631fd.ld
2021-03-04 17:38:49 +01: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