We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a64799 commit f37f6adCopy full SHA for f37f6ad
.travis.yml
@@ -5,8 +5,8 @@ rust:
5
- nightly
6
env:
7
- MCU=stm32l0x1
8
- - MCU=stm32l0x2
9
- - MCU=stm32l0x3
+ - MCU=stm32l0x2 FEATURES=stm32-usbd
+ - MCU=stm32l0x3 FEATURES=stm32-usbd
10
matrix:
11
allow_failures:
12
- rust: nightly
@@ -47,4 +47,4 @@ matrix:
47
before_script:
48
- rustup target add thumbv6m-none-eabi
49
script:
50
- - RUSTFLAGS="-D warnings" cargo build --release --examples --features="rt $MCU $PACKAGE"
+ - RUSTFLAGS="-D warnings" cargo build --release --examples --features="rt $MCU $PACKAGE $FEATURES"
0 commit comments