File tree 2 files changed +10
-12
lines changed 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,12 @@ jobs:
57
57
TARGET : x86_64-unknown-linux-gnu
58
58
TRAVIS_OS_NAME : linux
59
59
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
68
66
69
67
# OSX
70
68
- rust : stable
Original file line number Diff line number Diff line change @@ -609,12 +609,12 @@ main() {
609
609
echo ' version = "1.0.0"' >> $td /Cargo.toml
610
610
611
611
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.5 .0"' >> $td /Cargo.toml
613
+ echo ' features = ["esp32 "]' >> $td /Cargo.toml
614
614
615
615
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
618
618
619
619
test_svd_for_target xtensa-lx https://raw.githubusercontent.com/esp-rs/esp32/master/svd/esp32.svd
620
620
;;
You can’t perform that action at this time.
0 commit comments