From d4244f3d52f276337b44b0bab8c85094c985682f Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Thu, 7 Jan 2021 02:12:00 +0100 Subject: build: Add platform spec framework. --- platforms/index.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 platforms/index.yaml (limited to 'platforms/index.yaml') 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 -- cgit v1.2.3