Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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://github.com/raw/espressif/svd/main/svd/esp32c3.svd

test_svd_for_target xtensa-lx https://github.com/raw/espressif/svd/main/svd/esp32.svd
Expand Down
Loading