diff --git a/ci/script.sh b/ci/script.sh index 9f634458..3d71b080 100755 --- a/ci/script.sh +++ b/ci/script.sh @@ -613,23 +613,6 @@ main() { ;; Espressif) - echo '[dependencies.bare-metal]' >> $td/Cargo.toml - echo 'version = "1.0.0"' >> $td/Cargo.toml - - echo '[dependencies.riscv]' >> $td/Cargo.toml - echo 'version = "0.6.0"' >> $td/Cargo.toml - - echo '[dependencies.riscv-rt]' >> $td/Cargo.toml - echo 'version = "0.8.0"' >> $td/Cargo.toml - - echo '[dependencies.xtensa-lx]' >> $td/Cargo.toml - echo 'version = "0.6.0"' >> $td/Cargo.toml - echo 'features = ["esp32"]' >> $td/Cargo.toml - - echo '[dependencies.xtensa-lx-rt]' >> $td/Cargo.toml - echo 'version = "0.9.0"' >> $td/Cargo.toml - echo 'features = ["esp32"]' >> $td/Cargo.toml - test_svd_for_target riscv https://raw.githubusercontent.com/espressif/svd/main/svd/esp32c3.svd test_svd_for_target xtensa-lx https://raw.githubusercontent.com/espressif/svd/main/svd/esp32.svd