blob: 15a83e601c2cf146a6a59069921208eb546c2381 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
- match:
mcu: !re stm32
-: !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
|