Build #1230753 2024-05-25T08:13:10.786052+00:00
# rustc version
rustc 1.80.0-nightly (36153f1a4 2024-05-24)# docs.rs version
docsrs 0.6.0 (2d4f32bd 2024-05-19)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/nrf-hal-common-0.18.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/nrf-hal-common-0.18.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240524-1.80.0-nightly-36153f1a4\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 003372af92a1eaf3c60264aeaba2079ebb3713e31630449ca088a8d9b4bf4d33
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "003372af92a1eaf3c60264aeaba2079ebb3713e31630449ca088a8d9b4bf4d33", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting nrf-hal-common v0.18.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `pac` in the crate root
[INFO] [stderr] --> src/ccm.rs:63:12
[INFO] [stderr] |
[INFO] [stderr] 63 | use crate::pac::ccm::mode::{DATARATE_A, LENGTH_A};
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/ccm.rs:50:5
[INFO] [stderr] |
[INFO] [stderr] 50 | pac::{AAR, CCM},
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `pac` in the crate root
[INFO] [stderr] --> src/comp.rs:9:12
[INFO] [stderr] |
[INFO] [stderr] 9 | use crate::pac::comp::{
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/clocks.rs:7:12
[INFO] [stderr] |
[INFO] [stderr] 7 | use crate::pac::CLOCK;
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/comp.rs:12:12
[INFO] [stderr] |
[INFO] [stderr] 12 | use crate::pac::COMP;
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/ecb.rs:6:12
[INFO] [stderr] |
[INFO] [stderr] 6 | use crate::pac::ECB;
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `pac` in the crate root
[INFO] [stderr] --> src/gpio.rs:502:12
[INFO] [stderr] |
[INFO] [stderr] 502 | use crate::pac::p0::pin_cnf;
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/gpio.rs:80:12
[INFO] [stderr] |
[INFO] [stderr] 80 | use crate::pac::{p0 as gpio, P0};
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `pac` in the crate root
[INFO] [stderr] --> src/gpiote.rs:27:12
[INFO] [stderr] |
[INFO] [stderr] 27 | crate::pac::gpiote::{EVENTS_IN, EVENTS_PORT, TASKS_OUT},
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/gpiote.rs:13:12
[INFO] [stderr] |
[INFO] [stderr] 13 | use crate::pac::P0;
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `pac` in the crate root
[INFO] [stderr] --> src/gpiote.rs:44:12
[INFO] [stderr] |
[INFO] [stderr] 44 | use crate::pac::gpiote::{TASKS_CLR, TASKS_SET};
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/gpiote.rs:28:12
[INFO] [stderr] |
[INFO] [stderr] 28 | crate::pac::GPIOTE,
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `pac` in the crate root
[INFO] [stderr] --> src/lpcomp.rs:12:12
[INFO] [stderr] |
[INFO] [stderr] 12 | crate::pac::{
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/i2s.rs:5:12
[INFO] [stderr] |
[INFO] [stderr] 5 | use crate::pac::{i2s, I2S as I2S_PAC};
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/lpcomp.rs:12:12
[INFO] [stderr] |
[INFO] [stderr] 12 | crate::pac::{
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/nvmc.rs:6:12
[INFO] [stderr] |
[INFO] [stderr] 6 | use crate::pac::nvmc;
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `pac` in the crate root
[INFO] [stderr] --> src/ppi/mod.rs:12:12
[INFO] [stderr] |
[INFO] [stderr] 12 | use crate::pac::ppi::tasks_chg::{DIS, EN};
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/nvmc.rs:10:12
[INFO] [stderr] |
[INFO] [stderr] 10 | use crate::pac::NVMC;
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `pac` in the crate root
[INFO] [stderr] --> src/pwm.rs:6:12
[INFO] [stderr] |
[INFO] [stderr] 6 | use crate::pac::pwm0::*;
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/ppi/mod.rs:13:12
[INFO] [stderr] |
[INFO] [stderr] 13 | use crate::pac::PPI;
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/pwm.rs:12:5
[INFO] [stderr] |
[INFO] [stderr] 12 | pac::Interrupt,
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/qdec.rs:8:12
[INFO] [stderr] |
[INFO] [stderr] 8 | crate::pac::QDEC,
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/rng.rs:8:12
[INFO] [stderr] |
[INFO] [stderr] 8 | use crate::pac::RNG;
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/rtc.rs:9:12
[INFO] [stderr] |
[INFO] [stderr] 9 | use crate::pac::{rtc0, Interrupt, NVIC, RTC0, RTC1};
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/saadc.rs:33:12
[INFO] [stderr] |
[INFO] [stderr] 33 | use crate::pac::{saadc, SAADC};
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/spi.rs:6:5
[INFO] [stderr] |
[INFO] [stderr] 6 | pac::{spi0, SPI0},
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/spim.rs:17:12
[INFO] [stderr] |
[INFO] [stderr] 17 | use crate::pac::{spim0, SPIM0};
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::target_constants::EASY_DMA_SIZE`
[INFO] [stderr] --> src/spim.rs:34:31
[INFO] [stderr] |
[INFO] [stderr] 34 | use crate::target_constants::{EASY_DMA_SIZE, FORCE_COPY_BUFFER_SIZE};
[INFO] [stderr] | ^^^^^^^^^^^^^ no `EASY_DMA_SIZE` in `target_constants`
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:132:15
[INFO] [stderr] |
[INFO] [stderr] 132 | pub const EASY_DMA_SIZE: usize = (1 << 8) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:134:15
[INFO] [stderr] |
[INFO] [stderr] 134 | pub const EASY_DMA_SIZE: usize = (1 << 14) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:136:15
[INFO] [stderr] |
[INFO] [stderr] 136 | pub const EASY_DMA_SIZE: usize = (1 << 10) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:138:15
[INFO] [stderr] |
[INFO] [stderr] 138 | pub const EASY_DMA_SIZE: usize = (1 << 14) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:140:15
[INFO] [stderr] |
[INFO] [stderr] 140 | pub const EASY_DMA_SIZE: usize = (1 << 15) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52820` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:142:15
[INFO] [stderr] |
[INFO] [stderr] 142 | pub const EASY_DMA_SIZE: usize = (1 << 8) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:144:15
[INFO] [stderr] |
[INFO] [stderr] 144 | pub const EASY_DMA_SIZE: usize = (1 << 16) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:146:15
[INFO] [stderr] |
[INFO] [stderr] 146 | pub const EASY_DMA_SIZE: usize = (1 << 16) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:148:15
[INFO] [stderr] |
[INFO] [stderr] 148 | pub const EASY_DMA_SIZE: usize = (1 << 16) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:150:15
[INFO] [stderr] |
[INFO] [stderr] 150 | pub const EASY_DMA_SIZE: usize = (1 << 12) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `pac` in the crate root
[INFO] [stderr] --> src/spis.rs:19:12
[INFO] [stderr] |
[INFO] [stderr] 19 | use crate::pac::{
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/spis.rs:19:12
[INFO] [stderr] |
[INFO] [stderr] 19 | use crate::pac::{
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved imports `crate::pac`, `crate::target_constants::EASY_DMA_SIZE`
[INFO] [stderr] --> src/spis.rs:32:5
[INFO] [stderr] |
[INFO] [stderr] 32 | pac::Interrupt,
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] 33 | target_constants::{EASY_DMA_SIZE, SRAM_LOWER, SRAM_UPPER},
[INFO] [stderr] | ^^^^^^^^^^^^^ no `EASY_DMA_SIZE` in `target_constants`
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:132:15
[INFO] [stderr] |
[INFO] [stderr] 132 | pub const EASY_DMA_SIZE: usize = (1 << 8) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:134:15
[INFO] [stderr] |
[INFO] [stderr] 134 | pub const EASY_DMA_SIZE: usize = (1 << 14) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:136:15
[INFO] [stderr] |
[INFO] [stderr] 136 | pub const EASY_DMA_SIZE: usize = (1 << 10) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:138:15
[INFO] [stderr] |
[INFO] [stderr] 138 | pub const EASY_DMA_SIZE: usize = (1 << 14) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:140:15
[INFO] [stderr] |
[INFO] [stderr] 140 | pub const EASY_DMA_SIZE: usize = (1 << 15) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52820` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:142:15
[INFO] [stderr] |
[INFO] [stderr] 142 | pub const EASY_DMA_SIZE: usize = (1 << 8) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:144:15
[INFO] [stderr] |
[INFO] [stderr] 144 | pub const EASY_DMA_SIZE: usize = (1 << 16) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:146:15
[INFO] [stderr] |
[INFO] [stderr] 146 | pub const EASY_DMA_SIZE: usize = (1 << 16) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:148:15
[INFO] [stderr] |
[INFO] [stderr] 148 | pub const EASY_DMA_SIZE: usize = (1 << 16) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:150:15
[INFO] [stderr] |
[INFO] [stderr] 150 | pub const EASY_DMA_SIZE: usize = (1 << 12) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `pac` in the crate root
[INFO] [stderr] --> src/timer.rs:15:12
[INFO] [stderr] |
[INFO] [stderr] 15 | use crate::pac::{
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/temp.rs:4:12
[INFO] [stderr] |
[INFO] [stderr] 4 | use crate::pac::TEMP;
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/timer.rs:15:12
[INFO] [stderr] |
[INFO] [stderr] 15 | use crate::pac::{
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/twim.rs:18:12
[INFO] [stderr] |
[INFO] [stderr] 18 | use crate::pac::{twim0, TWIM0};
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:17:25
[INFO] [stderr] |
[INFO] [stderr] 17 | pub use nrf52810_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:20:25
[INFO] [stderr] |
[INFO] [stderr] 20 | pub use nrf52811_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:23:25
[INFO] [stderr] |
[INFO] [stderr] 23 | pub use nrf52832_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:26:25
[INFO] [stderr] |
[INFO] [stderr] 26 | pub use nrf52833_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:29:25
[INFO] [stderr] |
[INFO] [stderr] 29 | pub use nrf52840_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:32:28
[INFO] [stderr] |
[INFO] [stderr] 32 | pub use nrf5340_app_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-app` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:35:28
[INFO] [stderr] |
[INFO] [stderr] 35 | pub use nrf5340_net_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `5340-net` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:38:24
[INFO] [stderr] |
[INFO] [stderr] 38 | pub use nrf9160_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::target_constants::EASY_DMA_SIZE`
[INFO] [stderr] --> src/twim.rs:26:24
[INFO] [stderr] |
[INFO] [stderr] 26 | target_constants::{EASY_DMA_SIZE, FORCE_COPY_BUFFER_SIZE},
[INFO] [stderr] | ^^^^^^^^^^^^^ no `EASY_DMA_SIZE` in `target_constants`
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:132:15
[INFO] [stderr] |
[INFO] [stderr] 132 | pub const EASY_DMA_SIZE: usize = (1 << 8) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:134:15
[INFO] [stderr] |
[INFO] [stderr] 134 | pub const EASY_DMA_SIZE: usize = (1 << 14) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:136:15
[INFO] [stderr] |
[INFO] [stderr] 136 | pub const EASY_DMA_SIZE: usize = (1 << 10) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52810` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:138:15
[INFO] [stderr] |
[INFO] [stderr] 138 | pub const EASY_DMA_SIZE: usize = (1 << 14) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52811` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:140:15
[INFO] [stderr] |
[INFO] [stderr] 140 | pub const EASY_DMA_SIZE: usize = (1 << 15) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52820` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:142:15
[INFO] [stderr] |
[INFO] [stderr] 142 | pub const EASY_DMA_SIZE: usize = (1 << 8) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52832` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:144:15
[INFO] [stderr] |
[INFO] [stderr] 144 | pub const EASY_DMA_SIZE: usize = (1 << 16) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52833` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:146:15
[INFO] [stderr] |
[INFO] [stderr] 146 | pub const EASY_DMA_SIZE: usize = (1 << 16) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `52840` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:148:15
[INFO] [stderr] |
[INFO] [stderr] 148 | pub const EASY_DMA_SIZE: usize = (1 << 16) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:150:15
[INFO] [stderr] |
[INFO] [stderr] 150 | pub const EASY_DMA_SIZE: usize = (1 << 12) - 1;
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `9160` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::pac`
[INFO] [stderr] --> src/twis.rs:13:12
[INFO] [stderr] |
[INFO] [stderr] 13 | use crate::pac::{twis0, P0, TWIS0};
[INFO] [stderr] | ^^^ could not find `pac` in the crate root
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:11:22
[INFO] [stderr] |
[INFO] [stderr] 11 | pub use nrf51_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `51` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/lib.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | pub use nrf52805_pac as pac;
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: the item is gated behind the `52805` feature
[INFO] [stderr] note: found an item that was configured out
[WARN] too much data in the log, truncating it