summaryrefslogtreecommitdiff
path: root/tools/make/cpu/cortex-m0plus.mk
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2023-07-03 12:25:29 +0700
committerGitHub <[email protected]>2023-07-03 12:25:29 +0700
commitf1e006d09bd32088ab421d0b519eb89c531eda4e (patch)
tree8c689045ba616ac31a085c8b8cfd770959d5329a /tools/make/cpu/cortex-m0plus.mk
parent942eb0f323c04f53e207fde995580eeee2c01283 (diff)
parentd5d1b43eb9d1a619b71879892ada7cb85ca3c00f (diff)
Merge pull request #2137 from hathach/cmake-ra
enhance RA family
Diffstat (limited to 'tools/make/cpu/cortex-m0plus.mk')
-rw-r--r--tools/make/cpu/cortex-m0plus.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make/cpu/cortex-m0plus.mk b/tools/make/cpu/cortex-m0plus.mk
index 626f7156e..b416b7a4a 100644
--- a/tools/make/cpu/cortex-m0plus.mk
+++ b/tools/make/cpu/cortex-m0plus.mk
@@ -11,4 +11,4 @@ else ifeq ($(TOOLCHAIN),iar)
endif
# For freeRTOS port source
-FREERTOS_PORTABLE_SRC = $(FREERTOS_PORTABLE_PATH)/ARM_CM0
+FREERTOS_PORTABLE_SRC ?= $(FREERTOS_PORTABLE_PATH)/ARM_CM0