V2 Board Support, Health Manager, Radio Receive, and Cleanup #186
docs.yml
on: pull_request
Deploy Documentation
5m 22s
Annotations
12 errors and 6 warnings
failed to resolve: use of undeclared crate or module `button_click`:
boards/sensor_v2/src/main.rs#L56
error[E0433]: failed to resolve: use of undeclared crate or module `button_click`
--> boards/sensor_v2/src/main.rs:56:26
|
56 | fn button_click(ctx: button_click::Context) {
| ^^^^^^^^^^^^ use of undeclared crate or module `button_click`
|
failed to resolve: use of undeclared crate or module `init`:
boards/sensor_v2/src/main.rs#L51
error[E0433]: failed to resolve: use of undeclared crate or module `init`
--> boards/sensor_v2/src/main.rs:51:13
|
51 | init::Monotonics(),
| ^^^^ use of undeclared crate or module `init`
|
failed to resolve: use of undeclared crate or module `init`:
boards/sensor_v2/src/main.rs#L27
error[E0433]: failed to resolve: use of undeclared crate or module `init`
--> boards/sensor_v2/src/main.rs:27:44
|
27 | ) -> (SharedResources, LocalResources, init::Monotonics) {
| ^^^^ use of undeclared crate or module `init`
|
failed to resolve: use of undeclared crate or module `init`:
boards/sensor_v2/src/main.rs#L26
error[E0433]: failed to resolve: use of undeclared crate or module `init`
--> boards/sensor_v2/src/main.rs:26:18
|
26 | mut ctx: init::Context,
| ^^^^ use of undeclared crate or module `init`
|
failed to resolve: use of undeclared crate or module `utilities`:
boards/sensor_v2/src/main.rs#L28
error[E0433]: failed to resolve: use of undeclared crate or module `utilities`
--> boards/sensor_v2/src/main.rs:28:9
|
28 | utilities::logger::init();
| ^^^^^^^^^ use of undeclared crate or module `utilities`
|
failed to resolve: use of undeclared crate or module `rtic`:
boards/sensor_v2/src/main.rs#L7
error[E0433]: failed to resolve: use of undeclared crate or module `rtic`
--> boards/sensor_v2/src/main.rs:7:3
|
7 | #[rtic::app(device = stm32h7xx_hal::stm32, peripherals = true)]
| ^^^^ use of undeclared crate or module `rtic`
|
unresolved imports `stm32h7xx_hal::gpio::gpioc::PC13`, `stm32h7xx_hal::gpio::gpioc::PC3`, `stm32h7xx_hal::gpio::Edge`, `stm32h7xx_hal::gpio::ExtiPin`, `stm32h7xx_hal::gpio::Input`, `stm32h7xx_hal::gpio::Output`, `stm32h7xx_hal::gpio::PushPull`:
boards/sensor_v2/src/main.rs#L9
error[E0432]: unresolved imports `stm32h7xx_hal::gpio::gpioc::PC13`, `stm32h7xx_hal::gpio::gpioc::PC3`, `stm32h7xx_hal::gpio::Edge`, `stm32h7xx_hal::gpio::ExtiPin`, `stm32h7xx_hal::gpio::Input`, `stm32h7xx_hal::gpio::Output`, `stm32h7xx_hal::gpio::PushPull`
--> boards/sensor_v2/src/main.rs:9:38
|
9 | use stm32h7xx_hal::gpio::gpioc::{PC13, PC3};
| ^^^^ ^^^
10 | use stm32h7xx_hal::gpio::{Edge, ExtiPin, Input};
| ^^^^ ^^^^^^^ ^^^^^
11 | use stm32h7xx_hal::gpio::{Output, PushPull};
| ^^^^^^ ^^^^^^^^
|
failed to resolve: use of undeclared crate or module `stm32h7xx_hal`:
boards/sensor_v2/src/main.rs#L11
error[E0433]: failed to resolve: use of undeclared crate or module `stm32h7xx_hal`
--> boards/sensor_v2/src/main.rs:11:9
|
11 | use stm32h7xx_hal::gpio::{Output, PushPull};
| ^^^^^^^^^^^^^ use of undeclared crate or module `stm32h7xx_hal`
|
failed to resolve: use of undeclared crate or module `stm32h7xx_hal`:
boards/sensor_v2/src/main.rs#L10
error[E0433]: failed to resolve: use of undeclared crate or module `stm32h7xx_hal`
--> boards/sensor_v2/src/main.rs:10:9
|
10 | use stm32h7xx_hal::gpio::{Edge, ExtiPin, Input};
| ^^^^^^^^^^^^^ use of undeclared crate or module `stm32h7xx_hal`
|
failed to resolve: use of undeclared crate or module `stm32h7xx_hal`:
boards/sensor_v2/src/main.rs#L9
error[E0433]: failed to resolve: use of undeclared crate or module `stm32h7xx_hal`
--> boards/sensor_v2/src/main.rs:9:9
|
9 | use stm32h7xx_hal::gpio::gpioc::{PC13, PC3};
| ^^^^^^^^^^^^^ use of undeclared crate or module `stm32h7xx_hal`
|
failed to resolve: use of undeclared crate or module `stm32h7xx_hal`:
boards/sensor_v2/src/main.rs#L12
error[E0433]: failed to resolve: use of undeclared crate or module `stm32h7xx_hal`
--> boards/sensor_v2/src/main.rs:12:9
|
12 | use stm32h7xx_hal::prelude::*;
| ^^^^^^^^^^^^^ use of undeclared crate or module `stm32h7xx_hal`
|
Deploy Documentation
Process completed with exit code 101.
|
unused import: `super::*`:
boards/sensor_v2/src/main.rs#L14
warning: unused import: `super::*`
--> boards/sensor_v2/src/main.rs:14:9
|
14 | use super::*;
| ^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
Deploy Documentation
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Deploy Documentation
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Deploy Documentation
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Deploy Documentation
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Deploy Documentation
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|