2424 workflow_dispatch :
2525
2626jobs :
27- library_check_libhal_v4 :
28- uses : ./.github/workflows/library_check.yml
29- with :
30- library : libhal
31- repo : libhal/libhal
32- dir : v4
33- secrets : inherit
34-
35- library_check_libhal-util :
36- uses : ./.github/workflows/library_check.yml
37- with :
38- library : libhal-util
39- repo : libhal/libhal-util
40- dir : v5
41- secrets : inherit
42-
43- libhal-actuator :
44- uses : ./.github/workflows/library_check.yml
45- with :
46- library : libhal-actuator
47- repo : libhal/libhal-actuator
48- secrets : inherit
49-
50- libhal-sensor :
51- uses : ./.github/workflows/library_check.yml
52- with :
53- library : libhal-sensor
54- repo : libhal/libhal-sensor
55- secrets : inherit
56-
57- libhal-expander :
58- uses : ./.github/workflows/library_check.yml
59- with :
60- library : libhal-expander
61- repo : libhal/libhal-expander
62- secrets : inherit
63-
64- libhal-micromod-lint :
65- uses : ./.github/workflows/lint.yml
66- with :
67- library : libhal-micromod
68- source_dir : src
69- dir : .
70- repo : libhal/libhal-micromod
71- secrets : inherit
72-
73- libhal-micromod-docs :
74- uses : ./.github/workflows/docs.yml
75- with :
76- library : libhal-micromod
77- source_dir : src
78- dir : .
79- repo : libhal/libhal-micromod
80- secrets : inherit
27+ # library_check_libhal_v4:
28+ # uses: ./.github/workflows/library_check.yml
29+ # with:
30+ # library: libhal
31+ # repo: libhal/libhal
32+ # dir: v4
33+ # secrets: inherit
34+
35+ # library_check_libhal-util:
36+ # uses: ./.github/workflows/library_check.yml
37+ # with:
38+ # library: libhal-util
39+ # repo: libhal/libhal-util
40+ # dir: v5
41+ # secrets: inherit
42+
43+ # libhal-actuator:
44+ # uses: ./.github/workflows/library_check.yml
45+ # with:
46+ # library: libhal-actuator
47+ # repo: libhal/libhal-actuator
48+ # secrets: inherit
49+
50+ # libhal-sensor:
51+ # uses: ./.github/workflows/library_check.yml
52+ # with:
53+ # library: libhal-sensor
54+ # repo: libhal/libhal-sensor
55+ # secrets: inherit
56+
57+ # libhal-expander:
58+ # uses: ./.github/workflows/library_check.yml
59+ # with:
60+ # library: libhal-expander
61+ # repo: libhal/libhal-expander
62+ # secrets: inherit
63+
64+ # libhal-micromod-lint:
65+ # uses: ./.github/workflows/lint.yml
66+ # with:
67+ # library: libhal-micromod
68+ # source_dir: src
69+ # dir: .
70+ # repo: libhal/libhal-micromod
71+ # secrets: inherit
72+
73+ # libhal-micromod-docs:
74+ # uses: ./.github/workflows/docs.yml
75+ # with:
76+ # library: libhal-micromod
77+ # source_dir: src
78+ # dir: .
79+ # repo: libhal/libhal-micromod
80+ # secrets: inherit
8181
8282 package-strong_ptr :
8383 uses : ./.github/workflows/package_and_upload_all.yml
@@ -95,66 +95,66 @@ jobs:
9595 dir : v4
9696 secrets : inherit
9797
98- package-libhal-util :
99- uses : ./.github/workflows/package_and_upload_all.yml
100- with :
101- library : libhal-util
102- repo : libhal/libhal-util
103- dir : v5
104- secrets : inherit
98+ # package-libhal-util:
99+ # uses: ./.github/workflows/package_and_upload_all.yml
100+ # with:
101+ # library: libhal-util
102+ # repo: libhal/libhal-util
103+ # dir: v5
104+ # secrets: inherit
105105
106106 # TODO(#95): Enable Windows
107107 # TODO(libhal/async_context#17): Add async-context
108108 # TODO(libhal/libhal#178): Add libhal v5
109109 # TODO(libhal/libhal-util#87): Add libhal-util v6
110110
111- libhal-arm-mcu-lpc4078-demos :
112- uses : ./.github/workflows/app_builder2.yml
113- with :
114- repo : libhal/libhal-arm-mcu
115- dir : demos
116- compiler_profile : hal/tc/arm-gcc
117- platform_profile : hal/mcu/lpc4078
118- secrets : inherit
119-
120- libhal-actuator-demos-lpc4078 :
121- uses : ./.github/workflows/app_builder2.yml
122- with :
123- repo : libhal/libhal-actuator
124- dir : demos
125- compiler_profile : hal/tc/arm-gcc
126- platform_profile : hal/mcu/lpc4078
127- secrets : inherit
128-
129- libhal-actuator-demos-lpc4074 :
130- uses : ./.github/workflows/app_builder2.yml
131- with :
132- repo : libhal/libhal-actuator
133- dir : demos
134- compiler_profile : hal/tc/arm-gcc
135- platform_profile : hal/mcu/lpc4074
136- secrets : inherit
137-
138- libhal-starter-app-lpc4078 :
139- uses : ./.github/workflows/app_builder2.yml
140- with :
141- repo : libhal/libhal-starter
142- compiler_profile : hal/tc/arm-gcc
143- platform_profile : hal/mcu/lpc4078
144- secrets : inherit
145-
146- libhal-starter-app-stm32f103c8 :
147- uses : ./.github/workflows/app_builder2.yml
148- with :
149- repo : libhal/libhal-starter
150- compiler_profile : hal/tc/arm-gcc
151- platform_profile : hal/mcu/stm32f103c8
152- secrets : inherit
153-
154- libhal-starter-app-mod-stmt32f1-v4 :
155- uses : ./.github/workflows/app_builder2.yml
156- with :
157- repo : libhal/libhal-starter
158- compiler_profile : hal/tc/arm-gcc
159- platform_profile : hal/bsp/mod-stm32f1-v4
160- secrets : inherit
111+ # libhal-arm-mcu-lpc4078-demos:
112+ # uses: ./.github/workflows/app_builder2.yml
113+ # with:
114+ # repo: libhal/libhal-arm-mcu
115+ # dir: demos
116+ # compiler_profile: hal/tc/arm-gcc
117+ # platform_profile: hal/mcu/lpc4078
118+ # secrets: inherit
119+
120+ # libhal-actuator-demos-lpc4078:
121+ # uses: ./.github/workflows/app_builder2.yml
122+ # with:
123+ # repo: libhal/libhal-actuator
124+ # dir: demos
125+ # compiler_profile: hal/tc/arm-gcc
126+ # platform_profile: hal/mcu/lpc4078
127+ # secrets: inherit
128+
129+ # libhal-actuator-demos-lpc4074:
130+ # uses: ./.github/workflows/app_builder2.yml
131+ # with:
132+ # repo: libhal/libhal-actuator
133+ # dir: demos
134+ # compiler_profile: hal/tc/arm-gcc
135+ # platform_profile: hal/mcu/lpc4074
136+ # secrets: inherit
137+
138+ # libhal-starter-app-lpc4078:
139+ # uses: ./.github/workflows/app_builder2.yml
140+ # with:
141+ # repo: libhal/libhal-starter
142+ # compiler_profile: hal/tc/arm-gcc
143+ # platform_profile: hal/mcu/lpc4078
144+ # secrets: inherit
145+
146+ # libhal-starter-app-stm32f103c8:
147+ # uses: ./.github/workflows/app_builder2.yml
148+ # with:
149+ # repo: libhal/libhal-starter
150+ # compiler_profile: hal/tc/arm-gcc
151+ # platform_profile: hal/mcu/stm32f103c8
152+ # secrets: inherit
153+
154+ # libhal-starter-app-mod-stmt32f1-v4:
155+ # uses: ./.github/workflows/app_builder2.yml
156+ # with:
157+ # repo: libhal/libhal-starter
158+ # compiler_profile: hal/tc/arm-gcc
159+ # platform_profile: hal/bsp/mod-stm32f1-v4
160+ # secrets: inherit
0 commit comments