4141 # Subsequent steps can just check the examples instead, as we're already
4242 # confident that they link.
4343 - name : check esp32-hal (common features)
44- run : cd esp32-hal/ && cargo check --examples --features=eh1,smartled, ufmt
44+ run : cd esp32-hal/ && cargo check --examples --features=eh1,ufmt
4545 - name : check esp32-hal (async)
4646 run : cd esp32-hal/ && cargo check --example=embassy_hello_world --features=embassy,embassy-time-timg0
4747 - name : check esp32-hal (async, gpio)
@@ -107,7 +107,7 @@ jobs:
107107 # Subsequent steps can just check the examples instead, as we're already
108108 # confident that they link.
109109 - name : check esp32c3-hal (common features)
110- run : cd esp32c3-hal/ && cargo check --examples --features=eh1,smartled, ufmt
110+ run : cd esp32c3-hal/ && cargo check --examples --features=eh1,ufmt
111111 - name : check esp32c3-hal (async, systick)
112112 run : cd esp32c3-hal/ && cargo check --example=embassy_hello_world --features=embassy,embassy-time-systick
113113 - name : check esp32c3-hal (async, timg0)
@@ -140,7 +140,7 @@ jobs:
140140 # Subsequent steps can just check the examples instead, as we're already
141141 # confident that they link.
142142 - name : check esp32c6-hal (common features)
143- run : cd esp32c6-hal/ && cargo check --examples --features=eh1,smartled, ufmt
143+ run : cd esp32c6-hal/ && cargo check --examples --features=eh1,ufmt
144144 - name : check esp32c6-hal (async, systick)
145145 run : cd esp32c6-hal/ && cargo check --example=embassy_hello_world --features=embassy,embassy-time-systick
146146 - name : check esp32c6-hal (async, timg0)
@@ -169,7 +169,7 @@ jobs:
169169 # Subsequent steps can just check the examples instead, as we're already
170170 # confident that they link.
171171 - name : check esp32s2-hal (common features)
172- run : cd esp32s2-hal/ && cargo check --examples --features=eh1,smartled, ufmt
172+ run : cd esp32s2-hal/ && cargo check --examples --features=eh1,ufmt
173173 # FIXME: `time-systick` feature disabled for now, see 'esp32s2-hal/Cargo.toml'.
174174 # - name: check esp32s2-hal (async, systick)
175175 # run: cd esp32s2-hal/ && cargo check --example=embassy_hello_world --features=embassy,embassy-time-systick
@@ -203,7 +203,7 @@ jobs:
203203 # Subsequent steps can just check the examples instead, as we're already
204204 # confident that they link.
205205 - name : check esp32s3-hal (common features)
206- run : cd esp32s3-hal/ && cargo check --examples --features=eh1,smartled, ufmt
206+ run : cd esp32s3-hal/ && cargo check --examples --features=eh1,ufmt
207207 - name : check esp32s3-hal (async, systick)
208208 run : cd esp32s3-hal/ && cargo check --example=embassy_hello_world --features=embassy,embassy-time-systick
209209 - name : check esp32s3-hal (async, timg0)
@@ -230,9 +230,9 @@ jobs:
230230 - name : msrv (esp32c2-hal)
231231 run : cd esp32c2-hal/ && cargo check --features=eh1,ufmt
232232 - name : msrv (esp32c3-hal)
233- run : cd esp32c3-hal/ && cargo check --features=eh1,ufmt,smartled
233+ run : cd esp32c3-hal/ && cargo check --features=eh1,ufmt
234234 - name : msrv (esp32c6-hal)
235- run : cd esp32c6-hal/ && cargo check --features=eh1,ufmt,smartled
235+ run : cd esp32c6-hal/ && cargo check --features=eh1,ufmt
236236
237237 msrv-xtensa :
238238 runs-on : ubuntu-latest
@@ -247,11 +247,11 @@ jobs:
247247
248248 # Verify the MSRV for all Xtensa chips.
249249 - name : msrv (esp32-hal)
250- run : cd esp32-hal/ && cargo check --features=eh1,ufmt,smartled
250+ run : cd esp32-hal/ && cargo check --features=eh1,ufmt
251251 - name : msrv (esp32s2-hal)
252- run : cd esp32s2-hal/ && cargo check --features=eh1,ufmt,smartled
252+ run : cd esp32s2-hal/ && cargo check --features=eh1,ufmt
253253 - name : msrv (esp32s3-hal)
254- run : cd esp32s3-hal/ && cargo check --features=eh1,ufmt,smartled
254+ run : cd esp32s3-hal/ && cargo check --features=eh1,ufmt
255255
256256 # --------------------------------------------------------------------------
257257 # Lint
@@ -327,4 +327,4 @@ jobs:
327327 - name : rustfmt (esp32s2-hal)
328328 run : cargo fmt --all --manifest-path=esp32s2-hal/Cargo.toml -- --check
329329 - name : rustfmt (esp32s3-hal)
330- run : cargo fmt --all --manifest-path=esp32s3-hal/Cargo.toml -- --check
330+ run : cargo fmt --all --manifest-path=esp32s3-hal/Cargo.toml -- --check
0 commit comments