diff options
| author | Rafael Silva <[email protected]> | 2022-03-09 12:14:55 +0000 |
|---|---|---|
| committer | Rafael Silva <[email protected]> | 2022-06-02 09:35:30 +0100 |
| commit | 2a17a7e8f851c1a29d7e06ff520d15f36b7a652c (patch) | |
| tree | cc004dd15bbef0deb8a8aa0401e2756f1055cd22 /hw/bsp/same54xplainedpro | |
| parent | 03777f4a467c7ff7e0e764cfcf79d04235a2659d (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/same54xplainedpro')
| -rw-r--r-- | hw/bsp/same54xplainedpro/board.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/same54xplainedpro/board.mk b/hw/bsp/same54xplainedpro/board.mk index 2d0d928ff..7d7ede0f0 100644 --- a/hw/bsp/same54xplainedpro/board.mk +++ b/hw/bsp/same54xplainedpro/board.mk @@ -38,7 +38,7 @@ INC += \ $(TOP)/hw/mcu/microchip/same54/CMSIS/Include # For freeRTOS port source -FREERTOS_PORT = ARM_CM4F +FREERTOS_PORT = $(FREERTOS_PORT_PATH)/ARM_CM4F # For flash-jlink target JLINK_DEVICE = ATSAME54P20 |
