Skip to content

Commit 216c195

Browse files
authored
Update to esp-hal 1.0.0-rc.1 (#143)
1 parent 9b41336 commit 216c195

File tree

5 files changed

+244
-225
lines changed

5 files changed

+244
-225
lines changed

ci.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,9 @@ cargo build \
7373
cargo build \
7474
--manifest-path example/nrf52840-serial/Cargo.toml \
7575
--target thumbv7em-none-eabihf
76-
# TODO: Update me for rc.1 release!
77-
#
78-
# cargo build \
79-
# --manifest-path example/esp32c6-serial/Cargo.toml \
80-
# --target riscv32imac-unknown-none-elf
76+
cargo build \
77+
--manifest-path example/esp32c6-serial/Cargo.toml \
78+
--target riscv32imac-unknown-none-elf
8179

8280
# Test Project
8381
cargo test \

0 commit comments

Comments
 (0)