File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,12 @@ jobs:
5757 TARGET : x86_64-unknown-linux-gnu
5858 TRAVIS_OS_NAME : linux
5959
60- # Espressif testing disabled as xensa-lx 0.4.0 is now broken on nightly,
61- # see https://github.com/esp-rs/xtensa-lx/issues/14
62- # # Use nightly for architectures which don't support stable
63- # - rust: nightly
64- # experimental: true
65- # vendor: Espressif
66- # TARGET: x86_64-unknown-linux-gnu
67- # TRAVIS_OS_NAME: linux
60+ # Use nightly for architectures which don't support stable
61+ - rust : nightly
62+ experimental : true
63+ vendor : Espressif
64+ TARGET : x86_64-unknown-linux-gnu
65+ TRAVIS_OS_NAME : linux
6866
6967 # OSX
7068 - rust : stable
Original file line number Diff line number Diff line change @@ -609,12 +609,12 @@ main() {
609609 echo ' version = "1.0.0"' >> $td /Cargo.toml
610610
611611 echo ' [dependencies.xtensa-lx]' >> $td /Cargo.toml
612- echo ' version = "0.4 .0"' >> $td /Cargo.toml
613- echo ' features = ["lx6 "]' >> $td /Cargo.toml
612+ echo ' version = "0.6 .0"' >> $td /Cargo.toml
613+ echo ' features = ["esp32 "]' >> $td /Cargo.toml
614614
615615 echo ' [dependencies.xtensa-lx-rt]' >> $td /Cargo.toml
616- echo ' version = "0.7 .0"' >> $td /Cargo.toml
617- echo ' features = ["lx6 "]' >> $td /Cargo.toml
616+ echo ' version = "0.8 .0"' >> $td /Cargo.toml
617+ echo ' features = ["esp32 "]' >> $td /Cargo.toml
618618
619619 test_svd_for_target xtensa-lx https://raw.githubusercontent.com/esp-rs/esp32/master/svd/esp32.svd
620620 ;;
You can’t perform that action at this time.
0 commit comments