embassy, embassy-nrf: add nightly
Cargo feature to gate nightly-only features.
This commit is contained in:
parent
611961b499
commit
20e14b8edb
19 changed files with 182 additions and 126 deletions
docs/modules/ROOT/examples/basic
|
@ -5,8 +5,8 @@ name = "embassy-basic-example"
|
|||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
embassy = { version = "0.1.0", path = "../../../../../embassy", features = ["defmt"] }
|
||||
embassy-nrf = { version = "0.1.0", path = "../../../../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote"] }
|
||||
embassy = { version = "0.1.0", path = "../../../../../embassy", features = ["defmt", "nightly"] }
|
||||
embassy-nrf = { version = "0.1.0", path = "../../../../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote", "nightly"] }
|
||||
|
||||
defmt = "0.3"
|
||||
defmt-rtt = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue