summaryrefslogtreecommitdiff
path: root/platforms/chibios
diff options
context:
space:
mode:
authorStefan Kerkmann <karlk90@pm.me>2022-06-23 00:37:40 +0200
committerGitHub <noreply@github.com>2022-06-23 08:37:40 +1000
commit9aa9155e880da4d408a4da19ff56007046a0d3b9 (patch)
treee38c92401c5f510e808a0829d6880a8827705547 /platforms/chibios
parenteac0f6d4c99edf37903b14b7b71492fab69d4b08 (diff)
[Core] Mark GD32VF103 as ChibiOS-Contrib (#17444)
Diffstat (limited to 'platforms/chibios')
-rw-r--r--platforms/chibios/platform.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/platforms/chibios/platform.mk b/platforms/chibios/platform.mk
index 21751f23fd..a30ca62bf5 100644
--- a/platforms/chibios/platform.mk
+++ b/platforms/chibios/platform.mk
@@ -36,6 +36,7 @@ ifeq ($(strip $(MCU)), risc-v)
# RISC-V Support
# As of 7.4.2021 there is only one supported RISC-V platform in Chibios-Contrib,
# therefore all required settings are hard-coded
+ USE_CHIBIOS_CONTRIB = yes
STARTUP_MK = $(CHIBIOS_CONTRIB)/os/common/startup/RISCV-ECLIC/compilers/GCC/mk/startup_$(MCU_STARTUP).mk
PORT_V = $(CHIBIOS_CONTRIB)/os/common/ports/RISCV-ECLIC/compilers/GCC/mk/port.mk
RULESPATH = $(CHIBIOS_CONTRIB)/os/common/startup/RISCV-ECLIC/compilers/GCC