14 lines
278 B
Makefile
Raw Normal View History

2023-06-24 18:38:41 +07:00
CPU_CORE = cortex-m4
2023-06-30 14:52:04 +07:00
MCU_VARIANT = ra4m1
2023-03-16 22:39:00 +07:00
FSP_BOARD_DIR = hw/mcu/renesas/fsp/ra/board/ra4m1_ek
# All source paths should be relative to the top level.
LD_FILE = $(BOARD_PATH)/ra4m1_ek.ld
# For flash-jlink target
JLINK_DEVICE = R7FA4M1AB
JLINK_IF = SWD
flash: flash-jlink