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

@@ -42,14 +42,14 @@ INC += \
$(TOP)/hw/mcu/nuvoton/nuc505/CMSIS/Include
# For freeRTOS port source
FREERTOS_PORT = $(FREERTOS_PORT_PATH)/ARM_CM4F
FREERTOS_PORTABLE_SRC = $(FREERTOS_PORTABLE_PATH)/ARM_CM4F
# For flash-jlink target
JLINK_DEVICE = NUC505YO13Y
# Note
# To be able to program the SPI flash, it need to boot with ICP mode "1011".
# However, in ICP mode, opencod cannot establish connection to the mcu.
# To be able to program the SPI flash, it need to boot with ICP mode "1011".
# However, in ICP mode, opencod cannot establish connection to the mcu.
# Therefore, there is no easy command line flash for NUC505
# It is probably better to just use Nuvoton NuMicro ICP programming on windows to program the board
# - 1111 "SPI" (run from internal flash)