23
23
- changed-files :
24
24
- any-glob-to-any-file : bsp/nxp/**
25
25
26
+ ' BSP: GD32 ' :
27
+ - changed-files :
28
+ - any-glob-to-any-file : bsp/gd32/**
29
+
30
+ ' BSP: AT32 ' :
31
+ - changed-files :
32
+ - any-glob-to-any-file : bsp/at32/**
33
+
34
+ ' BSP: Infineon ' :
35
+ - changed-files :
36
+ - any-glob-to-any-file : bsp/Infineon/**
37
+
38
+ ' BSP: Renesas ' :
39
+ - changed-files :
40
+ - any-glob-to-any-file : bsp/renesas/**
41
+
42
+ ' BSP: Phytium ' :
43
+ - changed-files :
44
+ - any-glob-to-any-file : bsp/phytium/**
45
+
26
46
' BSP: Cvitek ' :
27
47
- changed-files :
28
48
- any-glob-to-any-file : bsp/cvitek/**
29
49
30
- ' BSP: GD32 ' :
50
+ ' BSP: WCH ' :
31
51
- changed-files :
32
- - any-glob-to-any-file : bsp/gd32/**
52
+ - any-glob-to-any-file : bsp/wch/**
53
+
54
+ testcase :
55
+ - changed-files :
56
+ - any-glob-to-any-file : examples/**
57
+
58
+ tools :
59
+ - changed-files :
60
+ - any-glob-to-any-file : tools/**
61
+
62
+ Kernel :
63
+ - changed-files :
64
+ - any-glob-to-any-file : src/**
33
65
34
66
action :
35
67
- changed-files :
36
68
- any-glob-to-any-file : .github/**
37
69
- any-glob-to-any-file : tools/ci/**
38
70
71
+ Component :
72
+ - changed-files :
73
+ - any-glob-to-any-file : components/**
74
+
75
+ ' component: lwp ' :
76
+ - changed-files :
77
+ - any-glob-to-any-file : components/lwp**
78
+
79
+ ' component: dfsv1 ' :
80
+ - changed-files :
81
+ - any-glob-to-any-file : components/dfs_v1**
82
+
83
+ ' component: dfsv2 ' :
84
+ - changed-files :
85
+ - any-glob-to-any-file : components/dfs_v2**
86
+
87
+ libcpu :
88
+ - changed-files :
89
+ - any-glob-to-any-file : libcpu/**
90
+
91
+ ' Arch: ARM/AArch64 ' :
92
+ - changed-files :
93
+ - any-glob-to-any-file : libcpu/aarch64/**
94
+
95
+ ' Arch: RISC-V ' :
96
+ - changed-files :
97
+ - any-glob-to-any-file : libcpu/risc-v/**
98
+ - any-glob-to-any-file : BSP/wch/**
99
+ - any-glob-to-any-file : BSP/k210/**
100
+ - any-glob-to-any-file : BSP/cvitek/**
101
+ - any-glob-to-any-file : BSP/hpmicro/**
102
+ - any-glob-to-any-file : BSP/ESP32_C3/**
103
+ - any-glob-to-any-file : BSP/core-v-mcu/**
104
+ - any-glob-to-any-file : BSP/gd32/risc-v/**
105
+ - any-glob-to-any-file : BSP/allwinner/d1/**
106
+ - any-glob-to-any-file : BSP/allwinner/d1s/**
107
+ - any-glob-to-any-file : BSP/qemu-virt64-riscv/**
108
+
39
109
Doc :
40
110
- changed-files :
41
111
- any-glob-to-any-file : documentation/**
0 commit comments