summaryrefslogtreecommitdiff
path: root/hw/bsp/same70_xplained
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-03-16 23:11:11 +0700
committerhathach <[email protected]>2023-03-16 23:11:11 +0700
commitffdffc7e06080cfaf94b5c318053576d48cb604e (patch)
tree51c16bd319f4783847964fbcc2039451d3a510aa /hw/bsp/same70_xplained
parente0b1de923c5411417d7818fe0611b3041b2ff2d4 (diff)
rename FREERTOS_PORT to FREERTOS_PORTABLE_SRC
also fix trailing spaces
Diffstat (limited to 'hw/bsp/same70_xplained')
-rw-r--r--hw/bsp/same70_xplained/board.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/bsp/same70_xplained/board.mk b/hw/bsp/same70_xplained/board.mk
index 2f94512d0..95c4aaaa2 100644
--- a/hw/bsp/same70_xplained/board.mk
+++ b/hw/bsp/same70_xplained/board.mk
@@ -44,7 +44,7 @@ INC += \
$(TOP)/$(ASF_DIR)/CMSIS/Core/Include
# For freeRTOS port source
-FREERTOS_PORT = $(FREERTOS_PORT_PATH)/ARM_CM7
+FREERTOS_PORTABLE_SRC = $(FREERTOS_PORTABLE_PATH)/ARM_CM7
# For flash-jlink target
JLINK_DEVICE = SAME70Q21B
@@ -53,4 +53,4 @@ JLINK_DEVICE = SAME70Q21B
# Note: SAME70's GPNVM1 must be set to 1 to boot from flash with
# edbg -t same70 -F w0,1,1
flash: $(BUILD)/$(PROJECT).bin
- edbg --verbose -t same70 -pv -f $<
+ edbg --verbose -t same70 -pv -f $<