summaryrefslogtreecommitdiff
path: root/platforms/index.yaml
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2021-01-07 02:12:00 +0100
committerVegard Storheil Eriksen <zyp@jvnv.net>2021-01-07 02:12:00 +0100
commitd4244f3d52f276337b44b0bab8c85094c985682f (patch)
tree26732a0db12d0b856d450409312536e8a1969e37 /platforms/index.yaml
parentba807914e4f6afe9f95aad7aa4e634d47193ba5c (diff)
build: Add platform spec framework.
Diffstat (limited to 'platforms/index.yaml')
-rw-r--r--platforms/index.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/platforms/index.yaml b/platforms/index.yaml
new file mode 100644
index 0000000..558b535
--- /dev/null
+++ b/platforms/index.yaml
@@ -0,0 +1,9 @@
+- match:
+ mcu: !re stm32
+
+ -: !import stm32/index.yaml
+
+- match:
+ cpu: !re cortex-m
+
+ -: !import cortex-m.yaml