diff options
Diffstat (limited to 'examples/nrf')
| -rw-r--r-- | examples/nrf/src/bin/awaitable_timer.rs | 1 | ||||
| -rw-r--r-- | examples/nrf/src/bin/blinky.rs | 1 | ||||
| -rw-r--r-- | examples/nrf/src/bin/buffered_uart.rs | 1 | ||||
| -rw-r--r-- | examples/nrf/src/bin/executor_fairness_test.rs | 1 | ||||
| -rw-r--r-- | examples/nrf/src/bin/gpiote_channel.rs | 1 | ||||
| -rw-r--r-- | examples/nrf/src/bin/gpiote_port.rs | 1 | ||||
| -rw-r--r-- | examples/nrf/src/bin/mpsc.rs | 1 | ||||
| -rw-r--r-- | examples/nrf/src/bin/multiprio.rs | 1 | ||||
| -rw-r--r-- | examples/nrf/src/bin/ppi.rs | 1 | ||||
| -rw-r--r-- | examples/nrf/src/bin/pwm.rs | 1 | ||||
| -rw-r--r-- | examples/nrf/src/bin/qspi.rs | 1 | ||||
| -rw-r--r-- | examples/nrf/src/bin/qspi_lowpower.rs | 1 | ||||
| -rw-r--r-- | examples/nrf/src/bin/rng.rs | 1 | ||||
| -rw-r--r-- | examples/nrf/src/bin/saadc.rs | 1 | ||||
| -rw-r--r-- | examples/nrf/src/bin/spim.rs | 1 | ||||
| -rw-r--r-- | examples/nrf/src/bin/timer.rs | 1 | ||||
| -rw-r--r-- | examples/nrf/src/bin/twim.rs | 1 | ||||
| -rw-r--r-- | examples/nrf/src/bin/twim_lowpower.rs | 1 | ||||
| -rw-r--r-- | examples/nrf/src/bin/uart.rs | 1 | ||||
| -rw-r--r-- | examples/nrf/src/bin/uart_idle.rs | 1 | ||||
| -rw-r--r-- | examples/nrf/src/bin/wdt.rs | 1 |
21 files changed, 0 insertions, 21 deletions
diff --git a/examples/nrf/src/bin/awaitable_timer.rs b/examples/nrf/src/bin/awaitable_timer.rs index 289a33c71..98b656005 100644 --- a/examples/nrf/src/bin/awaitable_timer.rs +++ b/examples/nrf/src/bin/awaitable_timer.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #![allow(incomplete_features)] | ||
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
| 7 | mod example_common; | 6 | mod example_common; |
diff --git a/examples/nrf/src/bin/blinky.rs b/examples/nrf/src/bin/blinky.rs index 8fa1f87a9..a12fe58ff 100644 --- a/examples/nrf/src/bin/blinky.rs +++ b/examples/nrf/src/bin/blinky.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #![allow(incomplete_features)] | ||
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
| 7 | mod example_common; | 6 | mod example_common; |
diff --git a/examples/nrf/src/bin/buffered_uart.rs b/examples/nrf/src/bin/buffered_uart.rs index 3201ec9a0..69c7de93b 100644 --- a/examples/nrf/src/bin/buffered_uart.rs +++ b/examples/nrf/src/bin/buffered_uart.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #![allow(incomplete_features)] | ||
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
| 7 | mod example_common; | 6 | mod example_common; |
diff --git a/examples/nrf/src/bin/executor_fairness_test.rs b/examples/nrf/src/bin/executor_fairness_test.rs index 2d81a7551..397bb16f6 100644 --- a/examples/nrf/src/bin/executor_fairness_test.rs +++ b/examples/nrf/src/bin/executor_fairness_test.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #![allow(incomplete_features)] | ||
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
| 7 | mod example_common; | 6 | mod example_common; |
diff --git a/examples/nrf/src/bin/gpiote_channel.rs b/examples/nrf/src/bin/gpiote_channel.rs index a96523e65..f29dae022 100644 --- a/examples/nrf/src/bin/gpiote_channel.rs +++ b/examples/nrf/src/bin/gpiote_channel.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #![allow(incomplete_features)] | ||
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
| 7 | mod example_common; | 6 | mod example_common; |
diff --git a/examples/nrf/src/bin/gpiote_port.rs b/examples/nrf/src/bin/gpiote_port.rs index 57f8a518e..ba9436aca 100644 --- a/examples/nrf/src/bin/gpiote_port.rs +++ b/examples/nrf/src/bin/gpiote_port.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #![allow(incomplete_features)] | ||
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
| 7 | mod example_common; | 6 | mod example_common; |
diff --git a/examples/nrf/src/bin/mpsc.rs b/examples/nrf/src/bin/mpsc.rs index b40ed5e0e..c8cc67d77 100644 --- a/examples/nrf/src/bin/mpsc.rs +++ b/examples/nrf/src/bin/mpsc.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #![allow(incomplete_features)] | ||
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
| 7 | mod example_common; | 6 | mod example_common; |
diff --git a/examples/nrf/src/bin/multiprio.rs b/examples/nrf/src/bin/multiprio.rs index b91bbb740..78ea5bc0e 100644 --- a/examples/nrf/src/bin/multiprio.rs +++ b/examples/nrf/src/bin/multiprio.rs | |||
| @@ -56,7 +56,6 @@ | |||
| 56 | #![no_std] | 56 | #![no_std] |
| 57 | #![no_main] | 57 | #![no_main] |
| 58 | #![feature(type_alias_impl_trait)] | 58 | #![feature(type_alias_impl_trait)] |
| 59 | #![allow(incomplete_features)] | ||
| 60 | 59 | ||
| 61 | #[path = "../example_common.rs"] | 60 | #[path = "../example_common.rs"] |
| 62 | mod example_common; | 61 | mod example_common; |
diff --git a/examples/nrf/src/bin/ppi.rs b/examples/nrf/src/bin/ppi.rs index 2dc3fe1b7..6ea03ebd0 100644 --- a/examples/nrf/src/bin/ppi.rs +++ b/examples/nrf/src/bin/ppi.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #![allow(incomplete_features)] | ||
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
| 7 | mod example_common; | 6 | mod example_common; |
diff --git a/examples/nrf/src/bin/pwm.rs b/examples/nrf/src/bin/pwm.rs index f30ad8f52..ab033eb50 100644 --- a/examples/nrf/src/bin/pwm.rs +++ b/examples/nrf/src/bin/pwm.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #![allow(incomplete_features)] | ||
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
| 7 | mod example_common; | 6 | mod example_common; |
diff --git a/examples/nrf/src/bin/qspi.rs b/examples/nrf/src/bin/qspi.rs index 0adeadd65..e5560cead 100644 --- a/examples/nrf/src/bin/qspi.rs +++ b/examples/nrf/src/bin/qspi.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #![allow(incomplete_features)] | ||
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
| 7 | mod example_common; | 6 | mod example_common; |
diff --git a/examples/nrf/src/bin/qspi_lowpower.rs b/examples/nrf/src/bin/qspi_lowpower.rs index 30df22451..7a3c68ee1 100644 --- a/examples/nrf/src/bin/qspi_lowpower.rs +++ b/examples/nrf/src/bin/qspi_lowpower.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #![allow(incomplete_features)] | ||
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
| 7 | mod example_common; | 6 | mod example_common; |
diff --git a/examples/nrf/src/bin/rng.rs b/examples/nrf/src/bin/rng.rs index aa5215af6..5f575897e 100644 --- a/examples/nrf/src/bin/rng.rs +++ b/examples/nrf/src/bin/rng.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #![allow(incomplete_features)] | ||
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
| 7 | mod example_common; | 6 | mod example_common; |
diff --git a/examples/nrf/src/bin/saadc.rs b/examples/nrf/src/bin/saadc.rs index f96cf2903..311ffe2eb 100644 --- a/examples/nrf/src/bin/saadc.rs +++ b/examples/nrf/src/bin/saadc.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #![allow(incomplete_features)] | ||
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
| 7 | mod example_common; | 6 | mod example_common; |
diff --git a/examples/nrf/src/bin/spim.rs b/examples/nrf/src/bin/spim.rs index 7c9779a36..9afd17ef9 100644 --- a/examples/nrf/src/bin/spim.rs +++ b/examples/nrf/src/bin/spim.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #![allow(incomplete_features)] | ||
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
| 7 | mod example_common; | 6 | mod example_common; |
diff --git a/examples/nrf/src/bin/timer.rs b/examples/nrf/src/bin/timer.rs index 60cbe5a0f..f27081b74 100644 --- a/examples/nrf/src/bin/timer.rs +++ b/examples/nrf/src/bin/timer.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #![allow(incomplete_features)] | ||
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
| 7 | mod example_common; | 6 | mod example_common; |
diff --git a/examples/nrf/src/bin/twim.rs b/examples/nrf/src/bin/twim.rs index 0b8f1407b..c0a2aab58 100644 --- a/examples/nrf/src/bin/twim.rs +++ b/examples/nrf/src/bin/twim.rs | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | #![no_std] | 5 | #![no_std] |
| 6 | #![no_main] | 6 | #![no_main] |
| 7 | #![feature(type_alias_impl_trait)] | 7 | #![feature(type_alias_impl_trait)] |
| 8 | #![allow(incomplete_features)] | ||
| 9 | 8 | ||
| 10 | #[path = "../example_common.rs"] | 9 | #[path = "../example_common.rs"] |
| 11 | mod example_common; | 10 | mod example_common; |
diff --git a/examples/nrf/src/bin/twim_lowpower.rs b/examples/nrf/src/bin/twim_lowpower.rs index a4bab9606..e25ecb576 100644 --- a/examples/nrf/src/bin/twim_lowpower.rs +++ b/examples/nrf/src/bin/twim_lowpower.rs | |||
| @@ -7,7 +7,6 @@ | |||
| 7 | #![no_std] | 7 | #![no_std] |
| 8 | #![no_main] | 8 | #![no_main] |
| 9 | #![feature(type_alias_impl_trait)] | 9 | #![feature(type_alias_impl_trait)] |
| 10 | #![allow(incomplete_features)] | ||
| 11 | 10 | ||
| 12 | #[path = "../example_common.rs"] | 11 | #[path = "../example_common.rs"] |
| 13 | mod example_common; | 12 | mod example_common; |
diff --git a/examples/nrf/src/bin/uart.rs b/examples/nrf/src/bin/uart.rs index 76f940b49..df7a4e78e 100644 --- a/examples/nrf/src/bin/uart.rs +++ b/examples/nrf/src/bin/uart.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #![allow(incomplete_features)] | ||
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
| 7 | mod example_common; | 6 | mod example_common; |
diff --git a/examples/nrf/src/bin/uart_idle.rs b/examples/nrf/src/bin/uart_idle.rs index 4fb5129cb..e9f4a285a 100644 --- a/examples/nrf/src/bin/uart_idle.rs +++ b/examples/nrf/src/bin/uart_idle.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #![allow(incomplete_features)] | ||
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
| 7 | mod example_common; | 6 | mod example_common; |
diff --git a/examples/nrf/src/bin/wdt.rs b/examples/nrf/src/bin/wdt.rs index eaa0b5ee1..76f171cd3 100644 --- a/examples/nrf/src/bin/wdt.rs +++ b/examples/nrf/src/bin/wdt.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | #![allow(incomplete_features)] | ||
| 5 | 4 | ||
| 6 | #[path = "../example_common.rs"] | 5 | #[path = "../example_common.rs"] |
| 7 | mod example_common; | 6 | mod example_common; |
