Skip to content

Commit

Permalink
Update Cargo.toml for pwm move to unproven (#150)
Browse files Browse the repository at this point in the history
* Add required-features to pwm example

* Add required-features to metro_m4

* Add required-features to samd11_bare

* Add required-features to serpente

* Add required-features to trinket m0
  • Loading branch information
tekulvw authored and sajattack committed Jan 15, 2020
1 parent 2ac1bb7 commit 1bbeedb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/feather_m0/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ name = "blinky_basic"

[[example]]
name = "pwm"
required-features = ["unproven"]


[[example]]
name = "adc"
Expand Down
1 change: 1 addition & 0 deletions boards/metro_m4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ name = "neopixel_rainbow"

[[example]]
name = "pwm"
required-features = ["unproven"]

[[example]]
name = "serial"
Expand Down
1 change: 1 addition & 0 deletions boards/samd11_bare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ name = "blinky_basic"

[[example]]
name = "pwm"
required-features = ["unproven"]

[[example]]
name = "serial"
Expand Down
7 changes: 7 additions & 0 deletions boards/serpente/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ default = ["rt", "atsamd-hal/samd21e18a"]
rt = ["cortex-m-rt", "atsamd-hal/samd21e18a-rt"]
unproven = ["atsamd-hal/unproven"]
use_semihosting = []

[[example]]
name = "blinky_basic"

[[example]]
name = "pwm"
required-features = ["unproven"]
1 change: 1 addition & 0 deletions boards/trinket_m0/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ name = "blinky_basic"

[[example]]
name = "pwm"
required-features = ["unproven"]

[[example]]
name = "watchdog"

0 comments on commit 1bbeedb

Please sign in to comment.