adding rx65n

This commit is contained in:
hathach
2021-06-20 15:04:39 +07:00
parent 2b5bad7362
commit fbda7d5837
6 changed files with 471 additions and 9 deletions
+17 -1
View File
@@ -1 +1,17 @@
include $(TOP)/$(BOARD_PATH)/board.mk
DEPS_SUBMODULES += hw/mcu/renesas/rx
# Cross Compiler for RX
CROSS_COMPILE = rx-elf-
include $(TOP)/$(BOARD_PATH)/board.mk
CFLAGS += \
-nostartfiles \
-ffunction-sections \
-fdata-sections \
-fshort-enums \
-mlittle-endian-data \
$(BUILD)/$(PROJECT).mot: $(BUILD)/$(PROJECT).elf
@echo CREATE $@
$(OBJCOPY) -O srec -I elf32-rx-be-ns $^ $@