Skip to content

Commit ea02ce9

Browse files
authored
Merge pull request #884 from bugadani/ci
Remove unnecessary Espressif dependencies
2 parents d56f939 + 8b2f7ad commit ea02ce9

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

ci/script.sh

-17
Original file line numberDiff line numberDiff line change
@@ -613,23 +613,6 @@ main() {
613613
;;
614614

615615
Espressif)
616-
echo '[dependencies.bare-metal]' >> $td/Cargo.toml
617-
echo 'version = "1.0.0"' >> $td/Cargo.toml
618-
619-
echo '[dependencies.riscv]' >> $td/Cargo.toml
620-
echo 'version = "0.6.0"' >> $td/Cargo.toml
621-
622-
echo '[dependencies.riscv-rt]' >> $td/Cargo.toml
623-
echo 'version = "0.8.0"' >> $td/Cargo.toml
624-
625-
echo '[dependencies.xtensa-lx]' >> $td/Cargo.toml
626-
echo 'version = "0.6.0"' >> $td/Cargo.toml
627-
echo 'features = ["esp32"]' >> $td/Cargo.toml
628-
629-
echo '[dependencies.xtensa-lx-rt]' >> $td/Cargo.toml
630-
echo 'version = "0.9.0"' >> $td/Cargo.toml
631-
echo 'features = ["esp32"]' >> $td/Cargo.toml
632-
633616
test_svd_for_target riscv https://raw.githubusercontent.com/espressif/svd/main/svd/esp32c3.svd
634617

635618
test_svd_for_target xtensa-lx https://raw.githubusercontent.com/espressif/svd/main/svd/esp32.svd

0 commit comments

Comments
 (0)