summaryrefslogtreecommitdiff
path: root/hw/bsp/msp432e4
diff options
context:
space:
mode:
authorRafael Silva <[email protected]>2022-03-09 12:14:55 +0000
committerRafael Silva <[email protected]>2022-06-02 09:35:30 +0100
commit2a17a7e8f851c1a29d7e06ff520d15f36b7a652c (patch)
treecc004dd15bbef0deb8a8aa0401e2756f1055cd22 /hw/bsp/msp432e4
parent03777f4a467c7ff7e0e764cfcf79d04235a2659d (diff)
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 <[email protected]>
Diffstat (limited to 'hw/bsp/msp432e4')
-rw-r--r--hw/bsp/msp432e4/family.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/msp432e4/family.mk b/hw/bsp/msp432e4/family.mk
index e3cb90abc..7f823b1aa 100644
--- a/hw/bsp/msp432e4/family.mk
+++ b/hw/bsp/msp432e4/family.mk
@@ -34,7 +34,7 @@ INC += \
SRC_S += $(MCU_DIR)/Source/startup_msp432e411y_gcc.S
# For freeRTOS port source
-FREERTOS_PORT = ARM_CM4F
+FREERTOS_PORT = $(FREERTOS_PORT_PATH)/ARM_CM4F
# For flash-jlink target
JLINK_DEVICE = MSP432E401Y