nrf-hal-common 0.17.0

Implementation details of the nRF HAL crates. Don't use this directly, use one of the specific HAL crates instead (`nrfXYZ-hal`).
Build #1182943 2024-04-08T16:18:50.111443+00:00
# rustc version
rustc 1.79.0-nightly (9d5cdf75a 2024-04-07)
# docs.rs version
docsrs 0.6.0 (42f2c842 2024-04-05)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/nrf-hal-common-0.17.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/nrf-hal-common-0.17.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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240407-1.79.0-nightly-9d5cdf75a\", \"--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] 885d4cc074e7427e962d5af6da44787d0c6bc7ee384823a10bf595cb4c1cdabb
[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" "885d4cc074e7427e962d5af6da44787d0c6bc7ee384823a10bf595cb4c1cdabb", 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.17.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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]     |
[INFO] [stderr] 8   | 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:11:25
[INFO] [stderr]     |
[INFO] [stderr] 11  | 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:14:25
[INFO] [stderr]     |
[INFO] [stderr] 14  | 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:17:25
[INFO] [stderr]     |
[INFO] [stderr] 17  | 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:20:25
[INFO] [stderr]     |
[INFO] [stderr] 20  | 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:23:25
[INFO] [stderr]     |
[INFO] [stderr] 23  | 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:26:28
[INFO] [stderr]     |
[INFO] [stderr] 26  | 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:29:28
[INFO] [stderr]     |
[INFO] [stderr] 29  | 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:32:24
[INFO] [stderr]     |
[INFO] [stderr] 32  | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:123:15
[INFO] [stderr]     |
[INFO] [stderr] 123 |     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:125:15
[INFO] [stderr]     |
[INFO] [stderr] 125 |     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:127:15
[INFO] [stderr]     |
[INFO] [stderr] 127 |     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:129:15
[INFO] [stderr]     |
[INFO] [stderr] 129 |     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:131:15
[INFO] [stderr]     |
[INFO] [stderr] 131 |     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:133:15
[INFO] [stderr]     |
[INFO] [stderr] 133 |     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:135:15
[INFO] [stderr]     |
[INFO] [stderr] 135 |     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:137:15
[INFO] [stderr]     |
[INFO] [stderr] 137 |     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:139:15
[INFO] [stderr]     |
[INFO] [stderr] 139 |     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:141:15
[INFO] [stderr]     |
[INFO] [stderr] 141 |     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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]     |
[INFO] [stderr] 8   | 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:11:25
[INFO] [stderr]     |
[INFO] [stderr] 11  | 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:14:25
[INFO] [stderr]     |
[INFO] [stderr] 14  | 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:17:25
[INFO] [stderr]     |
[INFO] [stderr] 17  | 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:20:25
[INFO] [stderr]     |
[INFO] [stderr] 20  | 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:23:25
[INFO] [stderr]     |
[INFO] [stderr] 23  | 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:26:28
[INFO] [stderr]     |
[INFO] [stderr] 26  | 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:29:28
[INFO] [stderr]     |
[INFO] [stderr] 29  | 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:32:24
[INFO] [stderr]     |
[INFO] [stderr] 32  | 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:123:15
[INFO] [stderr]     |
[INFO] [stderr] 123 |     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:125:15
[INFO] [stderr]     |
[INFO] [stderr] 125 |     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:127:15
[INFO] [stderr]     |
[INFO] [stderr] 127 |     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:129:15
[INFO] [stderr]     |
[INFO] [stderr] 129 |     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:131:15
[INFO] [stderr]     |
[INFO] [stderr] 131 |     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:133:15
[INFO] [stderr]     |
[INFO] [stderr] 133 |     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:135:15
[INFO] [stderr]     |
[INFO] [stderr] 135 |     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:137:15
[INFO] [stderr]     |
[INFO] [stderr] 137 |     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:139:15
[INFO] [stderr]     |
[INFO] [stderr] 139 |     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:141:15
[INFO] [stderr]     |
[INFO] [stderr] 141 |     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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:17:12
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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:25:24
[INFO] [stderr]     |
[INFO] [stderr] 25  |     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:123:15
[INFO] [stderr]     |
[INFO] [stderr] 123 |     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:125:15
[INFO] [stderr]     |
[INFO] [stderr] 125 |     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:127:15
[INFO] [stderr]     |
[INFO] [stderr] 127 |     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:129:15
[INFO] [stderr]     |
[INFO] [stderr] 129 |     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:131:15
[INFO] [stderr]     |
[INFO] [stderr] 131 |     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:133:15
[INFO] [stderr]     |
[INFO] [stderr] 133 |     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:135:15
[INFO] [stderr]     |
[INFO] [stderr] 135 |     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:137:15
[INFO] [stderr]     |
[INFO] [stderr] 137 |     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:139:15
[INFO] [stderr]     |
[INFO] [stderr] 139 |     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:141:15
[INFO] [stderr]     |
[INFO] [stderr] 141 |     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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[INFO] [stderr] 20 | 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:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 | 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:26:28
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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:29:28
[INFO] [stderr]    |
[INFO] [stderr] 29 | 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:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | 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/twis.rs:25:5
[INFO] [stderr]     |
[INFO] [stderr] 25  |     pac::Interrupt,
[INFO] [stderr]     |     ^^^ could not find `pac` in the crate root
[INFO] [stderr] 26  |     slice_in_ram_or,
[INFO] [stderr] 27  |     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:8:22
[INFO] [stderr]     |
[INFO] [stderr] 8   | 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:11:25
[INFO] [stderr]     |
[INFO] [stderr] 11  | 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:14:25
[INFO] [stderr]     |
[INFO] [stderr] 14  | 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:17:25
[INFO] [stderr]     |
[INFO] [stderr] 17  | 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:20:25
[INFO] [stderr]     |
[INFO] [stderr] 20  | 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:23:25
[INFO] [stderr]     |
[INFO] [stderr] 23  | 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:26:28
[INFO] [stderr]     |
[INFO] [stderr] 26  | 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:29:28
[INFO] [stderr]     |
[INFO] [stderr] 29  | 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:32:24
[INFO] [stderr]     |
[INFO] [stderr] 32  | 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:123:15
[INFO] [stderr]     |
[INFO] [stderr] 123 |     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:125:15
[INFO] [stderr]     |
[INFO] [stderr] 125 |     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:127:15
[INFO] [stderr]     |
[INFO] [stderr] 127 |     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:129:15
[INFO] [stderr]     |
[INFO] [stderr] 129 |     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:131:15
[INFO] [stderr]     |
[INFO] [stderr] 131 |     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:133:15
[INFO] [stderr]     |
[INFO] [stderr] 133 |     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:135:15
[INFO] [stderr]     |
[INFO] [stderr] 135 |     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:137:15
[INFO] [stderr]     |
[INFO] [stderr] 137 |     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:139:15
[INFO] [stderr]     |
[INFO] [stderr] 139 |     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:141:15
[INFO] [stderr]     |
[INFO] [stderr] 141 |     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/uarte.rs:32:12
[INFO] [stderr]    |
[INFO] [stderr] 32 | use crate::pac::{uarte0, UARTE0};
[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:8:22
[INFO] [stderr]    |
[INFO] [stderr] 8  | 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:11:25
[INFO] [stderr]    |
[INFO] [stderr] 11 | 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:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 | 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:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 | 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:20:25
[INFO] [stderr]    |
[WARN] too much data in the log, truncating it