rename FREERTOS_PORT to FREERTOS_PORTABLE_SRC

also fix trailing spaces
This commit is contained in:
hathach
2023-03-16 23:11:11 +07:00
parent e0b1de923c
commit ffdffc7e06
60 changed files with 96 additions and 100 deletions

View File

@@ -16,7 +16,7 @@ CFLAGS += \
-nostdlib -nostartfiles \
-DCFG_TUSB_MCU=OPT_MCU_STM32U5
# suppress warning caused by vendor mcu driver
# suppress warning caused by vendor mcu driver
CFLAGS += -Wno-error=maybe-uninitialized -Wno-error=cast-align -Wno-error=undef -Wno-error=unused-parameter
#src/portable/st/synopsys/dcd_synopsys.c
@@ -39,7 +39,7 @@ INC += \
$(TOP)/$(BOARD_PATH)
# For freeRTOS port source
FREERTOS_PORT = ARM_CM33_NTZ/non_secure
FREERTOS_PORTABLE_SRC = ARM_CM33_NTZ/non_secure
# flash target using on-board stlink
flash: flash-stlink