From 968937d0d937487ab301f017c145889fc0e94692 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Wed, 15 Sep 2021 23:16:11 +0200 Subject: platforms: Add initial RISC-V/GD32V support. --- platforms/index.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'platforms/index.yaml') diff --git a/platforms/index.yaml b/platforms/index.yaml index 558b535..15a83e6 100644 --- a/platforms/index.yaml +++ b/platforms/index.yaml @@ -3,7 +3,17 @@ -: !import stm32/index.yaml +- match: + mcu: !re gd32v + + -: !import gd32v.yaml + - match: cpu: !re cortex-m -: !import cortex-m.yaml + +- match: + cpu: !re rv + + -: !import riscv.yaml \ No newline at end of file -- cgit v1.2.3