diff options
| author | Ha Thach <[email protected]> | 2023-07-03 12:25:29 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-03 12:25:29 +0700 |
| commit | f1e006d09bd32088ab421d0b519eb89c531eda4e (patch) | |
| tree | 8c689045ba616ac31a085c8b8cfd770959d5329a /tools/make/cpu/cortex-m7.mk | |
| parent | 942eb0f323c04f53e207fde995580eeee2c01283 (diff) | |
| parent | d5d1b43eb9d1a619b71879892ada7cb85ca3c00f (diff) | |
Merge pull request #2137 from hathach/cmake-ra
enhance RA family
Diffstat (limited to 'tools/make/cpu/cortex-m7.mk')
| -rw-r--r-- | tools/make/cpu/cortex-m7.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make/cpu/cortex-m7.mk b/tools/make/cpu/cortex-m7.mk index 0e53cbe9c..0e3461787 100644 --- a/tools/make/cpu/cortex-m7.mk +++ b/tools/make/cpu/cortex-m7.mk @@ -16,4 +16,4 @@ else ifeq ($(TOOLCHAIN),iar) endif -FREERTOS_PORTABLE_SRC = $(FREERTOS_PORTABLE_PATH)/ARM_CM7/r0p1 +FREERTOS_PORTABLE_SRC ?= $(FREERTOS_PORTABLE_PATH)/ARM_CM7/r0p1 |
