diff options
| -rw-r--r-- | embassy-nrf/src/pdm.rs | 2 | ||||
| -rw-r--r-- | examples/nrf/Cargo.toml | 37 |
2 files changed, 1 insertions, 38 deletions
diff --git a/embassy-nrf/src/pdm.rs b/embassy-nrf/src/pdm.rs index 1fc717fd1..f2675bb7a 100644 --- a/embassy-nrf/src/pdm.rs +++ b/embassy-nrf/src/pdm.rs | |||
| @@ -463,4 +463,4 @@ macro_rules! impl_pdm { | |||
| 463 | type Interrupt = crate::interrupt::typelevel::$irq; | 463 | type Interrupt = crate::interrupt::typelevel::$irq; |
| 464 | } | 464 | } |
| 465 | }; | 465 | }; |
| 466 | } \ No newline at end of file | 466 | } |
diff --git a/examples/nrf/Cargo.toml b/examples/nrf/Cargo.toml deleted file mode 100644 index 8309dda08..000000000 --- a/examples/nrf/Cargo.toml +++ /dev/null | |||
| @@ -1,37 +0,0 @@ | |||
| 1 | [package] | ||
| 2 | edition = "2021" | ||
| 3 | name = "embassy-nrf-examples" | ||
| 4 | version = "0.1.0" | ||
| 5 | |||
| 6 | [features] | ||
| 7 | default = ["nightly"] | ||
| 8 | nightly = ["embassy-executor/nightly", "embassy-nrf/nightly", "embassy-nrf/unstable-traits", "embassy-usb", "embassy-usb-serial", "embassy-usb-hid", "embassy-usb-ncm", "embedded-io/async", "embassy-net"] | ||
| 9 | |||
| 10 | [dependencies] | ||
| 11 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } | ||
| 12 | embassy-sync = { version = "0.1.0", path = "../../embassy-sync", features = ["defmt"] } | ||
| 13 | embassy-executor = { version = "0.1.0", path = "../../embassy-executor", features = ["defmt", "integrated-timers"] } | ||
| 14 | embassy-time = { version = "0.1.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime"] } | ||
| 15 | embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote", "unstable-pac"] } | ||
| 16 | embassy-net = { version = "0.1.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4", "medium-ethernet", "pool-16"], optional = true } | ||
| 17 | embassy-usb = { version = "0.1.0", path = "../../embassy-usb", features = ["defmt"], optional = true } | ||
| 18 | embassy-usb-serial = { version = "0.1.0", path = "../../embassy-usb-serial", features = ["defmt"], optional = true } | ||
| 19 | embassy-usb-hid = { version = "0.1.0", path = "../../embassy-usb-hid", features = ["defmt"], optional = true } | ||
| 20 | embassy-usb-ncm = { version = "0.1.0", path = "../../embassy-usb-ncm", features = ["defmt"], optional = true } | ||
| 21 | embedded-io = "0.3.0" | ||
| 22 | |||
| 23 | defmt = "0.3" | ||
| 24 | defmt-rtt = "0.3" | ||
| 25 | |||
| 26 | static_cell = "1.0" | ||
| 27 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } | ||
| 28 | cortex-m-rt = "0.7.0" | ||
| 29 | panic-probe = { version = "0.3", features = ["print-defmt"] } | ||
| 30 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | ||
| 31 | rand = { version = "0.8.4", default-features = false } | ||
| 32 | fixed = "1.10.0" | ||
| 33 | embedded-storage = "0.3.0" | ||
| 34 | usbd-hid = "0.5.2" | ||
| 35 | serde = { version = "1.0.136", default-features = false } | ||
| 36 | num-integer = { version = "0.1.45", default-features = false } | ||
| 37 | microfft = "0.5.0" | ||
