rework make freertos port handling
this allows ports to specify a freertos port outside the FreeRTOS-Kernel lib directory, which would otherwise not be possible Signed-off-by: Rafael Silva <rafaelsilva@ajtec.pt>
This commit is contained in:
@@ -59,5 +59,5 @@ INC += \
|
||||
SRC_S += $(MCU_DIR)/gcc/startup_$(MCU_VARIANT).S
|
||||
|
||||
# For freeRTOS port source
|
||||
FREERTOS_PORT = ARM_CM7/r0p1
|
||||
FREERTOS_PORT = $(FREERTOS_PORT_PATH)/ARM_CM7/r0p1
|
||||
|
||||
|
Reference in New Issue
Block a user