Skip to content

Commit

Permalink
Remove unnecessary Espressif dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Nov 5, 2024
1 parent e8fddfa commit 8b2f7ad
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b2f7ad

Please sign in to comment.