From eacb6ac1cd67459a01ea773e5291fbb2cc14cbcd Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Sun, 6 Nov 2022 22:07:55 +1100 Subject: [PATCH] Use ROM --- source/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Makefile b/source/Makefile index f2e54411..f2842429 100644 --- a/source/Makefile +++ b/source/Makefile @@ -269,8 +269,8 @@ LDSCRIPT=./Core/BSP/Pinecilv2/bl_mcu_sdk/drivers/bl702_driver/bl702_flash.ld CPUFLAGS= -march=rv32imafc \ -mabi=ilp32f \ -mcmodel=medany -fsigned-char -fno-builtin -nostartfiles \ - -DportasmHANDLE_INTERRUPT=FreeRTOS_Interrupt_Handler -DARCH_RISCV -D__RISCV_FEATURE_MVE=0 -DportUSING_MPU_WRAPPERS=0 -# -DBFLB_USE_ROM_DRIVER=1 + -DportasmHANDLE_INTERRUPT=FreeRTOS_Interrupt_Handler -DARCH_RISCV -D__RISCV_FEATURE_MVE=0 -DportUSING_MPU_WRAPPERS=0 -DDBFLB_USE_ROM_DRIVER=1 + DEV_LDFLAGS=-nostartfiles DEV_AFLAGS= DEV_GLOBAL_DEFS=