Update Makefile
This commit is contained in:
@@ -310,8 +310,9 @@ LDSCRIPT=./Core/BSP/Pinecilv2/bl_mcu_sdk/drivers/bl702_driver/bl702_flash.ld
|
|||||||
CPUFLAGS= -march=rv32imafc \
|
CPUFLAGS= -march=rv32imafc \
|
||||||
-mabi=ilp32f \
|
-mabi=ilp32f \
|
||||||
-mcmodel=medany -fsigned-char -fno-builtin -nostartfiles \
|
-mcmodel=medany -fsigned-char -fno-builtin -nostartfiles \
|
||||||
-DportasmHANDLE_INTERRUPT=FreeRTOS_Interrupt_Handler -DARCH_RISCV -D__RISCV_FEATURE_MVE=0 -DBL702 -DBFLB_USE_ROM_DRIVER=1
|
-DportasmHANDLE_INTERRUPT=FreeRTOS_Interrupt_Handler -DARCH_RISCV -D__RISCV_FEATURE_MVE=0 -DBL702
|
||||||
DEV_LDFLAGS=-nostartfiles -L $(PINECILV2_BLE_CRAPWARE_BLOB_DIR) -L $(PINECILV2_RF_CRAPWARE_BLOB_DIR) -l blecontroller_702_m0s1 -l bl702_rf
|
# -DBFLB_USE_ROM_DRIVER=1
|
||||||
|
DEV_LDFLAGS=-nostartfiles -L $(PINECILV2_BLE_CRAPWARE_BLOB_DIR) -L $(PINECILV2_RF_CRAPWARE_BLOB_DIR) -l blecontroller_702_m0s1s -l bl702_rf
|
||||||
DEV_AFLAGS=
|
DEV_AFLAGS=
|
||||||
DEV_GLOBAL_DEFS= -DCFG_FREERTOS \
|
DEV_GLOBAL_DEFS= -DCFG_FREERTOS \
|
||||||
-DARCH_RISCV \
|
-DARCH_RISCV \
|
||||||
@@ -344,16 +345,16 @@ DEV_GLOBAL_DEFS= -DCFG_FREERTOS \
|
|||||||
-DCONFIG_BT_SIGNING \
|
-DCONFIG_BT_SIGNING \
|
||||||
-DCONFIG_BT_SETTINGS_CCC_LAZY_LOADING \
|
-DCONFIG_BT_SETTINGS_CCC_LAZY_LOADING \
|
||||||
-DCONFIG_BT_SETTINGS_USE_PRINTK \
|
-DCONFIG_BT_SETTINGS_USE_PRINTK \
|
||||||
|
-DCFG_SLEEP \
|
||||||
|
-DCONFIG_BT_ALLROLES \
|
||||||
|
-DCONFIG_BT_CENTRAL \
|
||||||
|
-DCONFIG_BT_OBSERVER \
|
||||||
|
-DCONFIG_BT_BROADCASTER \
|
||||||
|
-DBFLB_USE_ROM_DRIVER \
|
||||||
-DCFG_BLE_STACK_DBG_PRINT \
|
-DCFG_BLE_STACK_DBG_PRINT \
|
||||||
-DportasmHANDLE_INTERRUPT=FreeRTOS_Interrupt_Handler
|
-DportasmHANDLE_INTERRUPT=FreeRTOS_Interrupt_Handler
|
||||||
# -DBFLB_USE_HAL_DRIVER
|
# -DBFLB_USE_HAL_DRIVER
|
||||||
# -DCONFIG_BT_SMP \
|
# -DCONFIG_BT_SMP \
|
||||||
# -DCFG_SLEEP \
|
|
||||||
# -DCONFIG_BT_ALLROLES \
|
|
||||||
# -DCONFIG_BT_CENTRAL \
|
|
||||||
# -DCONFIG_BT_OBSERVER \
|
|
||||||
# -DCONFIG_BT_BROADCASTER \
|
|
||||||
# -DBFLB_USE_ROM_DRIVER \
|
|
||||||
|
|
||||||
|
|
||||||
#Required to be turned off due to their drivers tripping warnings
|
#Required to be turned off due to their drivers tripping warnings
|
||||||
|
|||||||
Reference in New Issue
Block a user