[INFO] fetching crate stm32f072-hal 0.6.5... [INFO] testing stm32f072-hal-0.6.5 against 1.60.0 for beta-1.61-1 [INFO] extracting crate stm32f072-hal 0.6.5 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate stm32f072-hal 0.6.5 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2/source/.cargo/config [INFO] started tweaking crates.io crate stm32f072-hal 0.6.5 [INFO] finished tweaking crates.io crate stm32f072-hal 0.6.5 [INFO] tweaked toml for crates.io crate stm32f072-hal 0.6.5 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded numtoa v0.2.4 [INFO] [stderr] Downloaded stm32f0 v0.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4d84ce125eaa1ae14b90a6a0ac63eaee450d75674f1b31c295ecd1933d3e7c4b [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" "4d84ce125eaa1ae14b90a6a0ac63eaee450d75674f1b31c295ecd1933d3e7c4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4d84ce125eaa1ae14b90a6a0ac63eaee450d75674f1b31c295ecd1933d3e7c4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d84ce125eaa1ae14b90a6a0ac63eaee450d75674f1b31c295ecd1933d3e7c4b", kill_on_drop: false }` [INFO] [stdout] 4d84ce125eaa1ae14b90a6a0ac63eaee450d75674f1b31c295ecd1933d3e7c4b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 25be2fe73d96728f07136f8cf743c2ebe38bcd1a0f2c01fd6e24e96b184374da [INFO] running `Command { std: "docker" "start" "-a" "25be2fe73d96728f07136f8cf743c2ebe38bcd1a0f2c01fd6e24e96b184374da", kill_on_drop: false }` [INFO] [stderr] Compiling stm32f0 v0.4.0 [INFO] [stderr] Compiling cortex-m v0.6.7 [INFO] [stderr] Compiling cortex-m v0.5.11 [INFO] [stderr] Compiling stm32f072-hal v0.6.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:81:18 [INFO] [stdout] | [INFO] [stdout] 81 | 3...5 => 0b1001, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:82:18 [INFO] [stdout] | [INFO] [stdout] 82 | 6...11 => 0b1010, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:83:19 [INFO] [stdout] | [INFO] [stdout] 83 | 12...39 => 0b1011, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:84:19 [INFO] [stdout] | [INFO] [stdout] 84 | 40...95 => 0b1100, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | 96...191 => 0b1101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | 192...383 => 0b1110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:99:18 [INFO] [stdout] | [INFO] [stdout] 99 | 3...5 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:100:18 [INFO] [stdout] | [INFO] [stdout] 100 | 6...11 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:98:14 [INFO] [stdout] | [INFO] [stdout] 98 | 1...2 => 0b000, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:99:14 [INFO] [stdout] | [INFO] [stdout] 99 | 3...5 => 0b001, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:100:14 [INFO] [stdout] | [INFO] [stdout] 100 | 6...11 => 0b010, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:101:15 [INFO] [stdout] | [INFO] [stdout] 101 | 12...23 => 0b011, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:102:15 [INFO] [stdout] | [INFO] [stdout] 102 | 24...47 => 0b100, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:103:15 [INFO] [stdout] | [INFO] [stdout] 103 | 48...95 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | 96...191 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:219:14 [INFO] [stdout] | [INFO] [stdout] 219 | 1...2 => 0b000, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:220:14 [INFO] [stdout] | [INFO] [stdout] 220 | 3...5 => 0b001, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:221:14 [INFO] [stdout] | [INFO] [stdout] 221 | 6...11 => 0b010, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:222:15 [INFO] [stdout] | [INFO] [stdout] 222 | 12...23 => 0b011, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:223:15 [INFO] [stdout] | [INFO] [stdout] 223 | 24...47 => 0b100, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:224:15 [INFO] [stdout] | [INFO] [stdout] 224 | 48...95 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:225:15 [INFO] [stdout] | [INFO] [stdout] 225 | 96...191 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:139:25 [INFO] [stdout] | [INFO] [stdout] 139 | / &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] 140 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 141 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 139 | let _ = &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:145:25 [INFO] [stdout] | [INFO] [stdout] 145 | / &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] 146 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 147 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 145 | let _ = &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:149:21 [INFO] [stdout] | [INFO] [stdout] 149 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 150 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 151 | | }); [INFO] [stdout] | |______________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 149 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:232:29 [INFO] [stdout] | [INFO] [stdout] 232 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 233 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 234 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 232 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:235:29 [INFO] [stdout] | [INFO] [stdout] 235 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 236 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 237 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 235 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:248:29 [INFO] [stdout] | [INFO] [stdout] 248 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 249 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 250 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 248 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:251:29 [INFO] [stdout] | [INFO] [stdout] 251 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 252 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 253 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 251 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:264:29 [INFO] [stdout] | [INFO] [stdout] 264 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 265 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 266 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 264 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:267:29 [INFO] [stdout] | [INFO] [stdout] 267 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 268 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 269 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 267 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:280:29 [INFO] [stdout] | [INFO] [stdout] 280 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 281 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 282 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 280 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:283:29 [INFO] [stdout] | [INFO] [stdout] 283 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 284 | | w.bits(r.bits() | (0b1 << $i)) [INFO] [stdout] 285 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 283 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:286:29 [INFO] [stdout] | [INFO] [stdout] 286 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 287 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 288 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 286 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:300:29 [INFO] [stdout] | [INFO] [stdout] 300 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 301 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 302 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 300 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:303:29 [INFO] [stdout] | [INFO] [stdout] 303 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 304 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 305 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 303 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:306:29 [INFO] [stdout] | [INFO] [stdout] 306 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 307 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 308 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 306 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:321:29 [INFO] [stdout] | [INFO] [stdout] 321 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 322 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 323 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 321 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:324:29 [INFO] [stdout] | [INFO] [stdout] 324 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 325 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 326 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 324 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:327:29 [INFO] [stdout] | [INFO] [stdout] 327 | / &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] 328 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 329 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 327 | let _ = &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:330:29 [INFO] [stdout] | [INFO] [stdout] 330 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 331 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 332 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 330 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:139:25 [INFO] [stdout] | [INFO] [stdout] 139 | / &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] 140 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 141 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 139 | let _ = &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:145:25 [INFO] [stdout] | [INFO] [stdout] 145 | / &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] 146 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 147 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 145 | let _ = &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:149:21 [INFO] [stdout] | [INFO] [stdout] 149 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 150 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 151 | | }); [INFO] [stdout] | |______________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 149 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:232:29 [INFO] [stdout] | [INFO] [stdout] 232 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 233 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 234 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 232 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:235:29 [INFO] [stdout] | [INFO] [stdout] 235 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 236 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 237 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 235 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:248:29 [INFO] [stdout] | [INFO] [stdout] 248 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 249 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 250 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 248 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:251:29 [INFO] [stdout] | [INFO] [stdout] 251 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 252 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 253 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 251 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:264:29 [INFO] [stdout] | [INFO] [stdout] 264 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 265 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 266 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 264 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:267:29 [INFO] [stdout] | [INFO] [stdout] 267 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 268 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 269 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 267 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:280:29 [INFO] [stdout] | [INFO] [stdout] 280 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 281 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 282 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 280 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:283:29 [INFO] [stdout] | [INFO] [stdout] 283 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 284 | | w.bits(r.bits() | (0b1 << $i)) [INFO] [stdout] 285 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 283 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:286:29 [INFO] [stdout] | [INFO] [stdout] 286 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 287 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 288 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 286 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:300:29 [INFO] [stdout] | [INFO] [stdout] 300 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 301 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 302 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 300 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:303:29 [INFO] [stdout] | [INFO] [stdout] 303 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 304 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 305 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 303 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:306:29 [INFO] [stdout] | [INFO] [stdout] 306 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 307 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 308 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 306 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:321:29 [INFO] [stdout] | [INFO] [stdout] 321 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 322 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 323 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 321 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:324:29 [INFO] [stdout] | [INFO] [stdout] 324 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 325 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 326 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 324 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:327:29 [INFO] [stdout] | [INFO] [stdout] 327 | / &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] 328 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 329 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 327 | let _ = &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:330:29 [INFO] [stdout] | [INFO] [stdout] 330 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 331 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 332 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 330 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:139:25 [INFO] [stdout] | [INFO] [stdout] 139 | / &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] 140 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 141 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 139 | let _ = &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:145:25 [INFO] [stdout] | [INFO] [stdout] 145 | / &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] 146 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 147 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 145 | let _ = &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:149:21 [INFO] [stdout] | [INFO] [stdout] 149 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 150 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 151 | | }); [INFO] [stdout] | |______________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 149 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:232:29 [INFO] [stdout] | [INFO] [stdout] 232 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 233 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 234 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 232 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:235:29 [INFO] [stdout] | [INFO] [stdout] 235 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 236 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 237 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 235 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:248:29 [INFO] [stdout] | [INFO] [stdout] 248 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 249 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 250 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 248 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:251:29 [INFO] [stdout] | [INFO] [stdout] 251 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 252 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 253 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 251 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:264:29 [INFO] [stdout] | [INFO] [stdout] 264 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 265 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 266 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 264 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:267:29 [INFO] [stdout] | [INFO] [stdout] 267 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 268 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 269 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 267 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:280:29 [INFO] [stdout] | [INFO] [stdout] 280 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 281 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 282 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 280 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:283:29 [INFO] [stdout] | [INFO] [stdout] 283 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 284 | | w.bits(r.bits() | (0b1 << $i)) [INFO] [stdout] 285 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 283 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:286:29 [INFO] [stdout] | [INFO] [stdout] 286 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 287 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 288 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 286 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:300:29 [INFO] [stdout] | [INFO] [stdout] 300 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 301 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 302 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 300 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:303:29 [INFO] [stdout] | [INFO] [stdout] 303 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 304 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 305 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 303 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:306:29 [INFO] [stdout] | [INFO] [stdout] 306 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 307 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 308 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 306 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:321:29 [INFO] [stdout] | [INFO] [stdout] 321 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 322 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 323 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 321 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:324:29 [INFO] [stdout] | [INFO] [stdout] 324 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 325 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 326 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 324 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:327:29 [INFO] [stdout] | [INFO] [stdout] 327 | / &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] 328 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 329 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 327 | let _ = &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:330:29 [INFO] [stdout] | [INFO] [stdout] 330 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 331 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 332 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 330 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:139:25 [INFO] [stdout] | [INFO] [stdout] 139 | / &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] 140 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 141 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 139 | let _ = &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:145:25 [INFO] [stdout] | [INFO] [stdout] 145 | / &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] 146 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 147 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 145 | let _ = &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:149:21 [INFO] [stdout] | [INFO] [stdout] 149 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 150 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 151 | | }); [INFO] [stdout] | |______________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 149 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:232:29 [INFO] [stdout] | [INFO] [stdout] 232 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 233 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 234 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 232 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:235:29 [INFO] [stdout] | [INFO] [stdout] 235 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 236 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 237 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 235 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:248:29 [INFO] [stdout] | [INFO] [stdout] 248 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 249 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 250 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 248 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:251:29 [INFO] [stdout] | [INFO] [stdout] 251 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 252 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 253 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 251 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:264:29 [INFO] [stdout] | [INFO] [stdout] 264 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 265 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 266 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 264 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:267:29 [INFO] [stdout] | [INFO] [stdout] 267 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 268 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 269 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 267 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:280:29 [INFO] [stdout] | [INFO] [stdout] 280 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 281 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 282 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 280 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:283:29 [INFO] [stdout] | [INFO] [stdout] 283 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 284 | | w.bits(r.bits() | (0b1 << $i)) [INFO] [stdout] 285 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 283 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:286:29 [INFO] [stdout] | [INFO] [stdout] 286 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 287 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 288 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 286 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:300:29 [INFO] [stdout] | [INFO] [stdout] 300 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 301 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 302 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 300 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:303:29 [INFO] [stdout] | [INFO] [stdout] 303 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 304 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 305 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 303 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:306:29 [INFO] [stdout] | [INFO] [stdout] 306 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 307 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 308 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 306 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:321:29 [INFO] [stdout] | [INFO] [stdout] 321 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 322 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 323 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 321 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:324:29 [INFO] [stdout] | [INFO] [stdout] 324 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 325 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 326 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 324 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:327:29 [INFO] [stdout] | [INFO] [stdout] 327 | / &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] 328 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 329 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 327 | let _ = &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:330:29 [INFO] [stdout] | [INFO] [stdout] 330 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 331 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 332 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 330 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:139:25 [INFO] [stdout] | [INFO] [stdout] 139 | / &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] 140 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 141 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 139 | let _ = &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:145:25 [INFO] [stdout] | [INFO] [stdout] 145 | / &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] 146 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 147 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 145 | let _ = &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:149:21 [INFO] [stdout] | [INFO] [stdout] 149 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 150 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 151 | | }); [INFO] [stdout] | |______________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 149 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:232:29 [INFO] [stdout] | [INFO] [stdout] 232 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 233 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 234 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 232 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:235:29 [INFO] [stdout] | [INFO] [stdout] 235 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 236 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 237 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 235 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:248:29 [INFO] [stdout] | [INFO] [stdout] 248 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 249 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 250 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 248 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:251:29 [INFO] [stdout] | [INFO] [stdout] 251 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 252 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 253 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 251 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:264:29 [INFO] [stdout] | [INFO] [stdout] 264 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 265 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 266 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 264 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:267:29 [INFO] [stdout] | [INFO] [stdout] 267 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 268 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 269 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 267 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:280:29 [INFO] [stdout] | [INFO] [stdout] 280 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 281 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 282 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 280 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:283:29 [INFO] [stdout] | [INFO] [stdout] 283 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 284 | | w.bits(r.bits() | (0b1 << $i)) [INFO] [stdout] 285 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 283 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:286:29 [INFO] [stdout] | [INFO] [stdout] 286 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 287 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 288 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 286 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:300:29 [INFO] [stdout] | [INFO] [stdout] 300 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 301 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 302 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 300 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:303:29 [INFO] [stdout] | [INFO] [stdout] 303 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 304 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 305 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 303 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:306:29 [INFO] [stdout] | [INFO] [stdout] 306 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 307 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 308 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 306 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:321:29 [INFO] [stdout] | [INFO] [stdout] 321 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 322 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 323 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 321 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:324:29 [INFO] [stdout] | [INFO] [stdout] 324 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 325 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 326 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 324 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:327:29 [INFO] [stdout] | [INFO] [stdout] 327 | / &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] 328 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 329 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 327 | let _ = &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:330:29 [INFO] [stdout] | [INFO] [stdout] 330 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 331 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 332 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 330 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 182 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.00s [INFO] running `Command { std: "docker" "inspect" "25be2fe73d96728f07136f8cf743c2ebe38bcd1a0f2c01fd6e24e96b184374da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25be2fe73d96728f07136f8cf743c2ebe38bcd1a0f2c01fd6e24e96b184374da", kill_on_drop: false }` [INFO] [stdout] 25be2fe73d96728f07136f8cf743c2ebe38bcd1a0f2c01fd6e24e96b184374da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] beb6d8a4a442c66173c99b142665e1c4699f96ea3aaf210ebbb68af76e210f13 [INFO] running `Command { std: "docker" "start" "-a" "beb6d8a4a442c66173c99b142665e1c4699f96ea3aaf210ebbb68af76e210f13", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling numtoa v0.2.4 [INFO] [stderr] Compiling panic-halt v0.2.0 [INFO] [stderr] Compiling ina260 v0.2.6 [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:81:18 [INFO] [stdout] | [INFO] [stdout] 81 | 3...5 => 0b1001, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:82:18 [INFO] [stdout] | [INFO] [stdout] 82 | 6...11 => 0b1010, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:83:19 [INFO] [stdout] | [INFO] [stdout] 83 | 12...39 => 0b1011, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:84:19 [INFO] [stdout] | [INFO] [stdout] 84 | 40...95 => 0b1100, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | 96...191 => 0b1101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | 192...383 => 0b1110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:99:18 [INFO] [stdout] | [INFO] [stdout] 99 | 3...5 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:100:18 [INFO] [stdout] | [INFO] [stdout] 100 | 6...11 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:98:14 [INFO] [stdout] | [INFO] [stdout] 98 | 1...2 => 0b000, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:99:14 [INFO] [stdout] | [INFO] [stdout] 99 | 3...5 => 0b001, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:100:14 [INFO] [stdout] | [INFO] [stdout] 100 | 6...11 => 0b010, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:101:15 [INFO] [stdout] | [INFO] [stdout] 101 | 12...23 => 0b011, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:102:15 [INFO] [stdout] | [INFO] [stdout] 102 | 24...47 => 0b100, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:103:15 [INFO] [stdout] | [INFO] [stdout] 103 | 48...95 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | 96...191 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:219:14 [INFO] [stdout] | [INFO] [stdout] 219 | 1...2 => 0b000, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:220:14 [INFO] [stdout] | [INFO] [stdout] 220 | 3...5 => 0b001, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:221:14 [INFO] [stdout] | [INFO] [stdout] 221 | 6...11 => 0b010, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:222:15 [INFO] [stdout] | [INFO] [stdout] 222 | 12...23 => 0b011, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:223:15 [INFO] [stdout] | [INFO] [stdout] 223 | 24...47 => 0b100, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:224:15 [INFO] [stdout] | [INFO] [stdout] 224 | 48...95 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:225:15 [INFO] [stdout] | [INFO] [stdout] 225 | 96...191 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:139:25 [INFO] [stdout] | [INFO] [stdout] 139 | / &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] 140 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 141 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 139 | let _ = &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:145:25 [INFO] [stdout] | [INFO] [stdout] 145 | / &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] 146 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 147 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 145 | let _ = &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:149:21 [INFO] [stdout] | [INFO] [stdout] 149 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 150 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 151 | | }); [INFO] [stdout] | |______________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 149 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:232:29 [INFO] [stdout] | [INFO] [stdout] 232 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 233 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 234 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 232 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:235:29 [INFO] [stdout] | [INFO] [stdout] 235 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 236 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 237 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 235 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:248:29 [INFO] [stdout] | [INFO] [stdout] 248 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 249 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 250 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 248 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:251:29 [INFO] [stdout] | [INFO] [stdout] 251 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 252 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 253 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 251 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:264:29 [INFO] [stdout] | [INFO] [stdout] 264 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 265 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 266 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 264 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:267:29 [INFO] [stdout] | [INFO] [stdout] 267 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 268 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 269 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 267 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:280:29 [INFO] [stdout] | [INFO] [stdout] 280 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 281 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 282 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 280 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:283:29 [INFO] [stdout] | [INFO] [stdout] 283 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 284 | | w.bits(r.bits() | (0b1 << $i)) [INFO] [stdout] 285 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 283 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:286:29 [INFO] [stdout] | [INFO] [stdout] 286 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 287 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 288 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 286 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:300:29 [INFO] [stdout] | [INFO] [stdout] 300 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 301 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 302 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 300 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:303:29 [INFO] [stdout] | [INFO] [stdout] 303 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 304 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 305 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 303 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:306:29 [INFO] [stdout] | [INFO] [stdout] 306 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 307 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 308 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 306 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:321:29 [INFO] [stdout] | [INFO] [stdout] 321 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 322 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 323 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 321 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:324:29 [INFO] [stdout] | [INFO] [stdout] 324 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 325 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 326 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 324 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:327:29 [INFO] [stdout] | [INFO] [stdout] 327 | / &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] 328 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 329 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 327 | let _ = &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:330:29 [INFO] [stdout] | [INFO] [stdout] 330 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 331 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 332 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 330 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:139:25 [INFO] [stdout] | [INFO] [stdout] 139 | / &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] 140 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 141 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 139 | let _ = &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:145:25 [INFO] [stdout] | [INFO] [stdout] 145 | / &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] 146 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 147 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 145 | let _ = &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:149:21 [INFO] [stdout] | [INFO] [stdout] 149 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 150 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 151 | | }); [INFO] [stdout] | |______________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 149 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:232:29 [INFO] [stdout] | [INFO] [stdout] 232 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 233 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 234 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 232 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:235:29 [INFO] [stdout] | [INFO] [stdout] 235 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 236 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 237 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 235 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:248:29 [INFO] [stdout] | [INFO] [stdout] 248 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 249 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 250 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 248 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:251:29 [INFO] [stdout] | [INFO] [stdout] 251 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 252 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 253 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 251 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:264:29 [INFO] [stdout] | [INFO] [stdout] 264 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 265 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 266 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 264 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:267:29 [INFO] [stdout] | [INFO] [stdout] 267 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 268 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 269 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 267 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:280:29 [INFO] [stdout] | [INFO] [stdout] 280 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 281 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 282 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 280 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:283:29 [INFO] [stdout] | [INFO] [stdout] 283 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 284 | | w.bits(r.bits() | (0b1 << $i)) [INFO] [stdout] 285 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 283 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:286:29 [INFO] [stdout] | [INFO] [stdout] 286 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 287 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 288 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 286 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:300:29 [INFO] [stdout] | [INFO] [stdout] 300 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 301 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 302 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 300 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:303:29 [INFO] [stdout] | [INFO] [stdout] 303 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 304 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 305 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 303 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:306:29 [INFO] [stdout] | [INFO] [stdout] 306 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 307 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 308 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 306 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:321:29 [INFO] [stdout] | [INFO] [stdout] 321 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 322 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 323 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 321 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:324:29 [INFO] [stdout] | [INFO] [stdout] 324 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 325 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 326 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 324 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:327:29 [INFO] [stdout] | [INFO] [stdout] 327 | / &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] 328 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 329 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 327 | let _ = &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:330:29 [INFO] [stdout] | [INFO] [stdout] 330 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 331 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 332 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 330 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:139:25 [INFO] [stdout] | [INFO] [stdout] 139 | / &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] 140 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 141 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 139 | let _ = &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:145:25 [INFO] [stdout] | [INFO] [stdout] 145 | / &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] 146 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 147 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 145 | let _ = &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:149:21 [INFO] [stdout] | [INFO] [stdout] 149 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 150 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 151 | | }); [INFO] [stdout] | |______________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 149 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:232:29 [INFO] [stdout] | [INFO] [stdout] 232 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 233 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 234 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 232 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:235:29 [INFO] [stdout] | [INFO] [stdout] 235 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 236 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 237 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 235 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:248:29 [INFO] [stdout] | [INFO] [stdout] 248 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 249 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 250 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 248 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:251:29 [INFO] [stdout] | [INFO] [stdout] 251 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 252 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 253 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 251 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:264:29 [INFO] [stdout] | [INFO] [stdout] 264 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 265 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 266 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 264 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:267:29 [INFO] [stdout] | [INFO] [stdout] 267 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 268 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 269 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 267 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:280:29 [INFO] [stdout] | [INFO] [stdout] 280 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 281 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 282 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 280 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:283:29 [INFO] [stdout] | [INFO] [stdout] 283 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 284 | | w.bits(r.bits() | (0b1 << $i)) [INFO] [stdout] 285 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 283 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:286:29 [INFO] [stdout] | [INFO] [stdout] 286 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 287 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 288 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 286 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:300:29 [INFO] [stdout] | [INFO] [stdout] 300 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 301 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 302 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 300 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:303:29 [INFO] [stdout] | [INFO] [stdout] 303 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 304 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 305 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 303 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:306:29 [INFO] [stdout] | [INFO] [stdout] 306 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 307 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 308 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 306 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:321:29 [INFO] [stdout] | [INFO] [stdout] 321 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 322 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 323 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 321 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:324:29 [INFO] [stdout] | [INFO] [stdout] 324 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 325 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 326 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 324 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:327:29 [INFO] [stdout] | [INFO] [stdout] 327 | / &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] 328 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 329 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 327 | let _ = &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:330:29 [INFO] [stdout] | [INFO] [stdout] 330 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 331 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 332 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 330 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:139:25 [INFO] [stdout] | [INFO] [stdout] 139 | / &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] 140 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 141 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 139 | let _ = &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:145:25 [INFO] [stdout] | [INFO] [stdout] 145 | / &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] 146 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 147 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 145 | let _ = &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:149:21 [INFO] [stdout] | [INFO] [stdout] 149 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 150 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 151 | | }); [INFO] [stdout] | |______________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 149 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:232:29 [INFO] [stdout] | [INFO] [stdout] 232 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 233 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 234 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 232 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:235:29 [INFO] [stdout] | [INFO] [stdout] 235 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 236 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 237 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 235 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:248:29 [INFO] [stdout] | [INFO] [stdout] 248 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 249 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 250 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 248 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:251:29 [INFO] [stdout] | [INFO] [stdout] 251 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 252 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 253 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 251 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:264:29 [INFO] [stdout] | [INFO] [stdout] 264 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 265 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 266 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 264 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:267:29 [INFO] [stdout] | [INFO] [stdout] 267 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 268 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 269 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 267 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:280:29 [INFO] [stdout] | [INFO] [stdout] 280 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 281 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 282 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 280 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:283:29 [INFO] [stdout] | [INFO] [stdout] 283 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 284 | | w.bits(r.bits() | (0b1 << $i)) [INFO] [stdout] 285 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 283 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:286:29 [INFO] [stdout] | [INFO] [stdout] 286 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 287 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 288 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 286 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:300:29 [INFO] [stdout] | [INFO] [stdout] 300 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 301 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 302 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 300 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:303:29 [INFO] [stdout] | [INFO] [stdout] 303 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 304 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 305 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 303 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:306:29 [INFO] [stdout] | [INFO] [stdout] 306 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 307 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 308 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 306 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:321:29 [INFO] [stdout] | [INFO] [stdout] 321 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 322 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 323 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 321 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:324:29 [INFO] [stdout] | [INFO] [stdout] 324 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 325 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 326 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 324 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:327:29 [INFO] [stdout] | [INFO] [stdout] 327 | / &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] 328 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 329 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 327 | let _ = &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:330:29 [INFO] [stdout] | [INFO] [stdout] 330 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 331 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 332 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 330 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:139:25 [INFO] [stdout] | [INFO] [stdout] 139 | / &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] 140 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 141 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 139 | let _ = &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:145:25 [INFO] [stdout] | [INFO] [stdout] 145 | / &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] 146 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 147 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 145 | let _ = &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:149:21 [INFO] [stdout] | [INFO] [stdout] 149 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 150 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 151 | | }); [INFO] [stdout] | |______________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 149 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:232:29 [INFO] [stdout] | [INFO] [stdout] 232 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 233 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 234 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 232 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:235:29 [INFO] [stdout] | [INFO] [stdout] 235 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 236 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 237 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 235 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:248:29 [INFO] [stdout] | [INFO] [stdout] 248 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 249 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 250 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 248 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:251:29 [INFO] [stdout] | [INFO] [stdout] 251 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 252 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 253 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 251 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:264:29 [INFO] [stdout] | [INFO] [stdout] 264 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 265 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 266 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 264 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:267:29 [INFO] [stdout] | [INFO] [stdout] 267 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 268 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 269 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 267 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:280:29 [INFO] [stdout] | [INFO] [stdout] 280 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 281 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 282 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 280 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:283:29 [INFO] [stdout] | [INFO] [stdout] 283 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 284 | | w.bits(r.bits() | (0b1 << $i)) [INFO] [stdout] 285 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 283 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:286:29 [INFO] [stdout] | [INFO] [stdout] 286 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 287 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 288 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 286 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:300:29 [INFO] [stdout] | [INFO] [stdout] 300 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 301 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 302 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 300 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:303:29 [INFO] [stdout] | [INFO] [stdout] 303 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 304 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 305 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 303 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:306:29 [INFO] [stdout] | [INFO] [stdout] 306 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 307 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 308 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 306 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:321:29 [INFO] [stdout] | [INFO] [stdout] 321 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 322 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 323 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 321 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:324:29 [INFO] [stdout] | [INFO] [stdout] 324 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 325 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 326 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 324 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:327:29 [INFO] [stdout] | [INFO] [stdout] 327 | / &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] 328 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 329 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 327 | let _ = &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:330:29 [INFO] [stdout] | [INFO] [stdout] 330 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 331 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 332 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 330 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 182 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling stm32f072-hal v0.6.5 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `stm32f042_hal` [INFO] [stdout] --> examples/i2c_hal_ina260reader.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern crate stm32f042_hal as hal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `stm32f042_hal` [INFO] [stdout] --> examples/i2c_hal_ssd1306alphabeter.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern crate stm32f042_hal as hal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `I2c` [INFO] [stdout] --> examples/i2c_hal_ssd1306alphabeter.rs:58:23 [INFO] [stdout] | [INFO] [stdout] 58 | let mut i2c = I2c::i2c1(p.I2C1, (scl, sda), 400.khz()); [INFO] [stdout] | ^^^ use of undeclared type `I2c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `stm32` [INFO] [stdout] --> examples/i2c_hal_ssd1306alphabeter.rs:41:29 [INFO] [stdout] | [INFO] [stdout] 41 | if let Some(p) = stm32::Peripherals::take() { [INFO] [stdout] | ^^^^^^^^^^^ not found in `stm32` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 11 | use cortex_m::Peripherals; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] | [INFO] [stdout] = note: this can occur when a binary crate with `#![no_std]` is compiled for a target where `eh_personality` is defined in the standard library [INFO] [stdout] = help: you may be able to compile for a target that doesn't need `eh_personality`, specify a target with `--target` or in `.cargo/config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `I2c` [INFO] [stdout] --> examples/i2c_hal_ina260reader.rs:63:23 [INFO] [stdout] | [INFO] [stdout] 63 | let mut i2c = I2c::i2c1(p.I2C1, (scl, sda), 10.khz()); [INFO] [stdout] | ^^^ use of undeclared type `I2c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `stm32` [INFO] [stdout] --> examples/i2c_hal_ina260reader.rs:46:29 [INFO] [stdout] | [INFO] [stdout] 46 | if let Some(p) = stm32::Peripherals::take() { [INFO] [stdout] | ^^^^^^^^^^^ not found in `stm32` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 13 | use cortex_m::Peripherals; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] | [INFO] [stdout] = note: this can occur when a binary crate with `#![no_std]` is compiled for a target where `eh_personality` is defined in the standard library [INFO] [stdout] = help: you may be able to compile for a target that doesn't need `eh_personality`, specify a target with `--target` or in `.cargo/config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `stm32f042_hal` [INFO] [stdout] --> examples/spi_hal_apa102c.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate stm32f042_hal as hal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Polarity` [INFO] [stdout] --> examples/spi_hal_apa102c.rs:20:19 [INFO] [stdout] | [INFO] [stdout] 20 | polarity: Polarity::IdleHigh, [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Polarity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Phase` [INFO] [stdout] --> examples/spi_hal_apa102c.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | phase: Phase::CaptureOnSecondTransition, [INFO] [stdout] | ^^^^^ use of undeclared type `Phase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Spi` [INFO] [stdout] --> examples/spi_hal_apa102c.rs:35:23 [INFO] [stdout] | [INFO] [stdout] 35 | let mut spi = Spi::spi1(p.SPI1, (sck, miso, mosi), MODE, 100_000.hz(), clocks); [INFO] [stdout] | ^^^ use of undeclared type `Spi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mode` in this scope [INFO] [stdout] --> examples/spi_hal_apa102c.rs:19:21 [INFO] [stdout] | [INFO] [stdout] 19 | pub const MODE: Mode = Mode { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Mode` in this scope [INFO] [stdout] --> examples/spi_hal_apa102c.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 19 | pub const MODE: Mode = Mode { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `stm32` [INFO] [stdout] --> examples/spi_hal_apa102c.rs:24:29 [INFO] [stdout] | [INFO] [stdout] 24 | if let Some(p) = stm32::Peripherals::take() { [INFO] [stdout] | ^^^^^^^^^^^ not found in `stm32` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 10 | use cortex_m::Peripherals; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0689]: can't call method `khz` on ambiguous numeric type `{integer}` [INFO] [stdout] --> examples/i2c_hal_ina260reader.rs:63:56 [INFO] [stdout] | [INFO] [stdout] 63 | let mut i2c = I2c::i2c1(p.I2C1, (scl, sda), 10.khz()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: you must specify a concrete type for this numeric value, like `i32` [INFO] [stdout] | [INFO] [stdout] 63 | let mut i2c = I2c::i2c1(p.I2C1, (scl, sda), 10_i32.khz()); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] | [INFO] [stdout] = note: this can occur when a binary crate with `#![no_std]` is compiled for a target where `eh_personality` is defined in the standard library [INFO] [stdout] = help: you may be able to compile for a target that doesn't need `eh_personality`, specify a target with `--target` or in `.cargo/config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0689]: can't call method `khz` on ambiguous numeric type `{integer}` [INFO] [stdout] --> examples/i2c_hal_ssd1306alphabeter.rs:58:57 [INFO] [stdout] | [INFO] [stdout] 58 | let mut i2c = I2c::i2c1(p.I2C1, (scl, sda), 400.khz()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: you must specify a concrete type for this numeric value, like `i32` [INFO] [stdout] | [INFO] [stdout] 58 | let mut i2c = I2c::i2c1(p.I2C1, (scl, sda), 400_i32.khz()); [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0689]: can't call method `hz` on ambiguous numeric type `{integer}` [INFO] [stdout] --> examples/spi_hal_apa102c.rs:35:74 [INFO] [stdout] | [INFO] [stdout] 35 | let mut spi = Spi::spi1(p.SPI1, (sck, miso, mosi), MODE, 100_000.hz(), clocks); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: you must specify a concrete type for this numeric value, like `i32` [INFO] [stdout] | [INFO] [stdout] 35 | let mut spi = Spi::spi1(p.SPI1, (sck, miso, mosi), MODE, 100_000_i32.hz(), clocks); [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0463, E0689. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `stm32f072-hal` due to 6 previous errors [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0433, E0463, E0689. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `stm32f042_hal` [INFO] [stdout] --> examples/led_hal_button_irq.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern crate stm32f042_hal as hal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0463, E0689. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:81:18 [INFO] [stdout] | [INFO] [stdout] 81 | 3...5 => 0b1001, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:82:18 [INFO] [stdout] | [INFO] [stdout] 82 | 6...11 => 0b1010, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:83:19 [INFO] [stdout] | [INFO] [stdout] 83 | 12...39 => 0b1011, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:84:19 [INFO] [stdout] | [INFO] [stdout] 84 | 40...95 => 0b1100, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | 96...191 => 0b1101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | 192...383 => 0b1110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:99:18 [INFO] [stdout] | [INFO] [stdout] 99 | 3...5 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/rcc.rs:100:18 [INFO] [stdout] | [INFO] [stdout] 100 | 6...11 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:98:14 [INFO] [stdout] | [INFO] [stdout] 98 | 1...2 => 0b000, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:99:14 [INFO] [stdout] | [INFO] [stdout] 99 | 3...5 => 0b001, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:100:14 [INFO] [stdout] | [INFO] [stdout] 100 | 6...11 => 0b010, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:101:15 [INFO] [stdout] | [INFO] [stdout] 101 | 12...23 => 0b011, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:102:15 [INFO] [stdout] | [INFO] [stdout] 102 | 24...47 => 0b100, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:103:15 [INFO] [stdout] | [INFO] [stdout] 103 | 48...95 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | 96...191 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:219:14 [INFO] [stdout] | [INFO] [stdout] 219 | 1...2 => 0b000, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:220:14 [INFO] [stdout] | [INFO] [stdout] 220 | 3...5 => 0b001, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:221:14 [INFO] [stdout] | [INFO] [stdout] 221 | 6...11 => 0b010, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:222:15 [INFO] [stdout] | [INFO] [stdout] 222 | 12...23 => 0b011, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:223:15 [INFO] [stdout] | [INFO] [stdout] 223 | 24...47 => 0b100, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:224:15 [INFO] [stdout] | [INFO] [stdout] 224 | 48...95 => 0b101, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/spi.rs:225:15 [INFO] [stdout] | [INFO] [stdout] 225 | 96...191 => 0b110, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `stm32f042_hal` [INFO] [stdout] --> examples/blinky.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | extern crate stm32f042_hal as hal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `interrupt` in this scope [INFO] [stdout] --> examples/led_hal_button_irq.rs:92:1 [INFO] [stdout] | [INFO] [stdout] 92 | interrupt!(EXTI0_1, button_press); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `gpiob` [INFO] [stdout] --> examples/led_hal_button_irq.rs:26:34 [INFO] [stdout] | [INFO] [stdout] 26 | static LED: Mutex>>>> = Mutex::new(RefCell::new(None)); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `gpiob` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `stm32f042_hal` [INFO] [stdout] --> examples/serial_echo.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate stm32f042_hal as hal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Delay` [INFO] [stdout] --> examples/led_hal_button_irq.rs:58:25 [INFO] [stdout] | [INFO] [stdout] 58 | let mut delay = Delay::new(cp.SYST, clocks); [INFO] [stdout] | ^^^^^ use of undeclared type `Delay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Interrupt` [INFO] [stdout] --> examples/led_hal_button_irq.rs:80:21 [INFO] [stdout] | [INFO] [stdout] 80 | nvic.enable(Interrupt::EXTI0_1); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `Interrupt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Interrupt` [INFO] [stdout] --> examples/led_hal_button_irq.rs:81:36 [INFO] [stdout] | [INFO] [stdout] 81 | unsafe { nvic.set_priority(Interrupt::EXTI0_1, 1) }; [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `Interrupt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Interrupt` [INFO] [stdout] --> examples/led_hal_button_irq.rs:82:44 [INFO] [stdout] | [INFO] [stdout] 82 | cortex_m::peripheral::NVIC::unpend(Interrupt::EXTI0_1); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `Interrupt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Output` in this scope [INFO] [stdout] --> examples/led_hal_button_irq.rs:26:45 [INFO] [stdout] | [INFO] [stdout] 26 | static LED: Mutex>>>> = Mutex::new(RefCell::new(None)); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PushPull` in this scope [INFO] [stdout] --> examples/led_hal_button_irq.rs:26:52 [INFO] [stdout] | [INFO] [stdout] 26 | static LED: Mutex>>>> = Mutex::new(RefCell::new(None)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Delay` in this scope [INFO] [stdout] --> examples/led_hal_button_irq.rs:29:36 [INFO] [stdout] | [INFO] [stdout] 29 | static DELAY: Mutex>> = Mutex::new(RefCell::new(None)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EXTI` in this scope [INFO] [stdout] --> examples/led_hal_button_irq.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | static INT: Mutex>> = Mutex::new(RefCell::new(None)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Peripherals` [INFO] [stdout] --> examples/led_hal_button_irq.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | if let (Some(p), Some(cp)) = (Peripherals::take(), c_m_Peripherals::take()) { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 11 | use cortex_m::Peripherals; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] | [INFO] [stdout] = note: this can occur when a binary crate with `#![no_std]` is compiled for a target where `eh_personality` is defined in the standard library [INFO] [stdout] = help: you may be able to compile for a target that doesn't need `eh_personality`, specify a target with `--target` or in `.cargo/config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Serial` [INFO] [stdout] --> examples/serial_echo.rs:30:22 [INFO] [stdout] | [INFO] [stdout] 30 | let serial = Serial::usart1(p.USART1, (tx, rx), 115_200.bps(), clocks); [INFO] [stdout] | ^^^^^^ use of undeclared type `Serial` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `stm32` [INFO] [stdout] --> examples/serial_echo.rs:22:29 [INFO] [stdout] | [INFO] [stdout] 22 | if let Some(p) = stm32::Peripherals::take() { [INFO] [stdout] | ^^^^^^^^^^^ not found in `stm32` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 10 | use cortex_m::Peripherals; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] | [INFO] [stdout] = note: this can occur when a binary crate with `#![no_std]` is compiled for a target where `eh_personality` is defined in the standard library [INFO] [stdout] = help: you may be able to compile for a target that doesn't need `eh_personality`, specify a target with `--target` or in `.cargo/config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0689]: can't call method `mhz` on ambiguous numeric type `{integer}` [INFO] [stdout] --> examples/serial_echo.rs:25:41 [INFO] [stdout] | [INFO] [stdout] 25 | let clocks = rcc.cfgr.sysclk(48.mhz()).freeze(); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: you must specify a concrete type for this numeric value, like `i32` [INFO] [stdout] | [INFO] [stdout] 25 | let clocks = rcc.cfgr.sysclk(48_i32.mhz()).freeze(); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0689]: can't call method `bps` on ambiguous numeric type `{integer}` [INFO] [stdout] --> examples/serial_echo.rs:30:65 [INFO] [stdout] | [INFO] [stdout] 30 | let serial = Serial::usart1(p.USART1, (tx, rx), 115_200.bps(), clocks); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: you must specify a concrete type for this numeric value, like `i32` [INFO] [stdout] | [INFO] [stdout] 30 | let serial = Serial::usart1(p.USART1, (tx, rx), 115_200_i32.bps(), clocks); [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `pr` on type `&mut _` [INFO] [stdout] --> examples/led_hal_button_irq.rs:113:18 [INFO] [stdout] | [INFO] [stdout] 113 | exti.pr.modify(|_, w| w.pif1().set_bit()); [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `stm32f042_hal` [INFO] [stdout] --> examples/blinky_delay.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate stm32f042_hal as hal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0463, E0689. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `stm32f042_hal` [INFO] [stdout] --> examples/flash_systick.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate stm32f042_hal as hal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0689]: can't call method `mhz` on ambiguous numeric type `{integer}` [INFO] [stdout] --> examples/led_hal_button_irq.rs:55:52 [INFO] [stdout] | [INFO] [stdout] 55 | let clocks = rcc.constrain().cfgr.sysclk(8.mhz()).freeze(); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: you must specify a concrete type for this numeric value, like `i32` [INFO] [stdout] | [INFO] [stdout] 55 | let clocks = rcc.constrain().cfgr.sysclk(8_i32.mhz()).freeze(); [INFO] [stdout] | ~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::ops::DerefMut` [INFO] [stdout] --> examples/led_hal_button_irq.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use core::ops::DerefMut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `stm32` [INFO] [stdout] --> examples/blinky.rs:16:22 [INFO] [stdout] | [INFO] [stdout] 16 | if let Some(p) = stm32::Peripherals::take() { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `stm32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `gpioa` [INFO] [stdout] --> examples/flash_systick.rs:22:35 [INFO] [stdout] | [INFO] [stdout] 22 | static GPIO: Mutex>>>> = Mutex::new(RefCell::new(None)); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `gpioa` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433, E0463, E0609, E0689. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] | [INFO] [stdout] = note: this can occur when a binary crate with `#![no_std]` is compiled for a target where `eh_personality` is defined in the standard library [INFO] [stdout] = help: you may be able to compile for a target that doesn't need `eh_personality`, specify a target with `--target` or in `.cargo/config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Output` in this scope [INFO] [stdout] --> examples/flash_systick.rs:22:46 [INFO] [stdout] | [INFO] [stdout] 22 | static GPIO: Mutex>>>> = Mutex::new(RefCell::new(None)); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PushPull` in this scope [INFO] [stdout] --> examples/flash_systick.rs:22:53 [INFO] [stdout] | [INFO] [stdout] 22 | static GPIO: Mutex>>>> = Mutex::new(RefCell::new(None)); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `stm32` [INFO] [stdout] --> examples/flash_systick.rs:26:42 [INFO] [stdout] | [INFO] [stdout] 26 | if let (Some(p), Some(cp)) = (stm32::Peripherals::take(), Peripherals::take()) { [INFO] [stdout] | ^^^^^^^^^^^ not found in `stm32` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 10 | use cortex_m::Peripherals; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] | [INFO] [stdout] = note: this can occur when a binary crate with `#![no_std]` is compiled for a target where `eh_personality` is defined in the standard library [INFO] [stdout] = help: you may be able to compile for a target that doesn't need `eh_personality`, specify a target with `--target` or in `.cargo/config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Delay` [INFO] [stdout] --> examples/blinky_delay.rs:32:25 [INFO] [stdout] | [INFO] [stdout] 32 | let mut delay = Delay::new(cp.SYST, clocks); [INFO] [stdout] | ^^^^^ use of undeclared type `Delay` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0689]: can't call method `mhz` on ambiguous numeric type `{integer}` [INFO] [stdout] --> examples/flash_systick.rs:29:36 [INFO] [stdout] | [INFO] [stdout] 29 | let _ = rcc.cfgr.sysclk(48.mhz()).freeze(); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: you must specify a concrete type for this numeric value, like `i32` [INFO] [stdout] | [INFO] [stdout] 29 | let _ = rcc.cfgr.sysclk(48_i32.mhz()).freeze(); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `stm32` [INFO] [stdout] --> examples/blinky_delay.rs:19:42 [INFO] [stdout] | [INFO] [stdout] 19 | if let (Some(p), Some(cp)) = (stm32::Peripherals::take(), Peripherals::take()) { [INFO] [stdout] | ^^^^^^^^^^^ not found in `stm32` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 10 | use cortex_m::Peripherals; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] | [INFO] [stdout] = note: this can occur when a binary crate with `#![no_std]` is compiled for a target where `eh_personality` is defined in the standard library [INFO] [stdout] = help: you may be able to compile for a target that doesn't need `eh_personality`, specify a target with `--target` or in `.cargo/config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `stm32f042_hal` [INFO] [stdout] --> examples/i2c_hal_ina260serial.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern crate stm32f042_hal as hal; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> examples/flash_systick.rs:64:17 [INFO] [stdout] | [INFO] [stdout] 63 | #[exception] [INFO] [stdout] | ------------ implicitly returns `()` as its body has no tail or `return` expression [INFO] [stdout] 64 | fn SysTick() -> ! { [INFO] [stdout] | ^ expected `!`, found `()` [INFO] [stdout] ... [INFO] [stdout] 85 | }); [INFO] [stdout] | - help: consider removing this semicolon [INFO] [stdout] | [INFO] [stdout] = note: expected type `!` [INFO] [stdout] found unit type `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0689]: can't call method `mhz` on ambiguous numeric type `{integer}` [INFO] [stdout] --> examples/blinky_delay.rs:29:40 [INFO] [stdout] | [INFO] [stdout] 29 | let clocks = rcc.cfgr.sysclk(8.mhz()).freeze(); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: you must specify a concrete type for this numeric value, like `i32` [INFO] [stdout] | [INFO] [stdout] 29 | let clocks = rcc.cfgr.sysclk(8_i32.mhz()).freeze(); [INFO] [stdout] | ~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::ops::DerefMut` [INFO] [stdout] --> examples/flash_systick.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use core::ops::DerefMut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0463, E0689. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0412, E0433, E0463, E0689. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Serial` [INFO] [stdout] --> examples/i2c_hal_ina260serial.rs:38:22 [INFO] [stdout] | [INFO] [stdout] 38 | let serial = Serial::usart1(p.USART1, (tx, rx), 115_200.bps(), clocks); [INFO] [stdout] | ^^^^^^ use of undeclared type `Serial` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `I2c` [INFO] [stdout] --> examples/i2c_hal_ina260serial.rs:54:23 [INFO] [stdout] | [INFO] [stdout] 54 | let mut i2c = I2c::i2c1(p.I2C1, (scl, sda), 1.khz()); [INFO] [stdout] | ^^^ use of undeclared type `I2c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `stm32` [INFO] [stdout] --> examples/i2c_hal_ina260serial.rs:28:29 [INFO] [stdout] | [INFO] [stdout] 28 | if let Some(p) = stm32::Peripherals::take() { [INFO] [stdout] | ^^^^^^^^^^^ not found in `stm32` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 14 | use cortex_m::Peripherals; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: language item required, but not found: `eh_personality` [INFO] [stdout] | [INFO] [stdout] = note: this can occur when a binary crate with `#![no_std]` is compiled for a target where `eh_personality` is defined in the standard library [INFO] [stdout] = help: you may be able to compile for a target that doesn't need `eh_personality`, specify a target with `--target` or in `.cargo/config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0689]: can't call method `bps` on ambiguous numeric type `{integer}` [INFO] [stdout] --> examples/i2c_hal_ina260serial.rs:38:65 [INFO] [stdout] | [INFO] [stdout] 38 | let serial = Serial::usart1(p.USART1, (tx, rx), 115_200.bps(), clocks); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: you must specify a concrete type for this numeric value, like `i32` [INFO] [stdout] | [INFO] [stdout] 38 | let serial = Serial::usart1(p.USART1, (tx, rx), 115_200_i32.bps(), clocks); [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0689]: can't call method `khz` on ambiguous numeric type `{integer}` [INFO] [stdout] --> examples/i2c_hal_ina260serial.rs:54:55 [INFO] [stdout] | [INFO] [stdout] 54 | let mut i2c = I2c::i2c1(p.I2C1, (scl, sda), 1.khz()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: you must specify a concrete type for this numeric value, like `i32` [INFO] [stdout] | [INFO] [stdout] 54 | let mut i2c = I2c::i2c1(p.I2C1, (scl, sda), 1_i32.khz()); [INFO] [stdout] | ~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::fmt::Write` [INFO] [stdout] --> examples/i2c_hal_ina260serial.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use core::fmt::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0463, E0689. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:42 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:60:53 [INFO] [stdout] | [INFO] [stdout] 60 | use hal::digital::{InputPin, OutputPin, StatefulOutputPin}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:99:24 [INFO] [stdout] | [INFO] [stdout] 99 | impl StatefulOutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | impl OutputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | impl InputPin for $PXx> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::StatefulOutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:391:28 [INFO] [stdout] | [INFO] [stdout] 391 | impl StatefulOutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::OutputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:402:28 [INFO] [stdout] | [INFO] [stdout] 402 | impl OutputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `hal::digital::InputPin`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:427:28 [INFO] [stdout] | [INFO] [stdout] 427 | impl InputPin for $PXi> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 506 | / gpio!(GPIOD, gpiod, iopden, PD, [ [INFO] [stdout] 507 | | PD2: (pd2, 2, Input), [INFO] [stdout] 508 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:101:27 [INFO] [stdout] | [INFO] [stdout] 101 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:124:27 [INFO] [stdout] | [INFO] [stdout] 124 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::StatefulOutputPin::is_set_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:393:31 [INFO] [stdout] | [INFO] [stdout] 393 | !self.is_set_low() [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `hal::digital::InputPin::is_low`: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. [INFO] [stdout] --> src/gpio.rs:429:31 [INFO] [stdout] | [INFO] [stdout] 429 | !self.is_low() [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 510 | / gpio!(GPIOF, gpiof, iopfen, PF, [ [INFO] [stdout] 511 | | PF0: (pf0, 0, Input), [INFO] [stdout] 512 | | PF1: (pf1, 1, Input), [INFO] [stdout] 513 | | PF11: (pf11, 11, Input), [INFO] [stdout] 514 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:139:25 [INFO] [stdout] | [INFO] [stdout] 139 | / &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] 140 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 141 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 139 | let _ = &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:145:25 [INFO] [stdout] | [INFO] [stdout] 145 | / &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] 146 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 147 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 145 | let _ = &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:149:21 [INFO] [stdout] | [INFO] [stdout] 149 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 150 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 151 | | }); [INFO] [stdout] | |______________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 149 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:232:29 [INFO] [stdout] | [INFO] [stdout] 232 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 233 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 234 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 232 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:235:29 [INFO] [stdout] | [INFO] [stdout] 235 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 236 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 237 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 235 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:248:29 [INFO] [stdout] | [INFO] [stdout] 248 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 249 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 250 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 248 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:251:29 [INFO] [stdout] | [INFO] [stdout] 251 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 252 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 253 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 251 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:264:29 [INFO] [stdout] | [INFO] [stdout] 264 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 265 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 266 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 264 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:267:29 [INFO] [stdout] | [INFO] [stdout] 267 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 268 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 269 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 267 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:280:29 [INFO] [stdout] | [INFO] [stdout] 280 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 281 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 282 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 280 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:283:29 [INFO] [stdout] | [INFO] [stdout] 283 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 284 | | w.bits(r.bits() | (0b1 << $i)) [INFO] [stdout] 285 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 283 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:286:29 [INFO] [stdout] | [INFO] [stdout] 286 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 287 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 288 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 286 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:300:29 [INFO] [stdout] | [INFO] [stdout] 300 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 301 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 302 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 300 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:303:29 [INFO] [stdout] | [INFO] [stdout] 303 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 304 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 305 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 303 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:306:29 [INFO] [stdout] | [INFO] [stdout] 306 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 307 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 308 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 306 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:321:29 [INFO] [stdout] | [INFO] [stdout] 321 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 322 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 323 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 321 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:324:29 [INFO] [stdout] | [INFO] [stdout] 324 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 325 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 326 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 324 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:327:29 [INFO] [stdout] | [INFO] [stdout] 327 | / &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] 328 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 329 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 327 | let _ = &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:330:29 [INFO] [stdout] | [INFO] [stdout] 330 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 331 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 332 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 449 | / gpio!(GPIOA, gpioa, iopaen, PA, [ [INFO] [stdout] 450 | | PA0: (pa0, 0, Input), [INFO] [stdout] 451 | | PA1: (pa1, 1, Input), [INFO] [stdout] 452 | | PA2: (pa2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 465 | | PA15: (pa15, 15, Input), [INFO] [stdout] 466 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 330 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:139:25 [INFO] [stdout] | [INFO] [stdout] 139 | / &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] 140 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 141 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 139 | let _ = &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:145:25 [INFO] [stdout] | [INFO] [stdout] 145 | / &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] 146 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 147 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 145 | let _ = &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:149:21 [INFO] [stdout] | [INFO] [stdout] 149 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 150 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 151 | | }); [INFO] [stdout] | |______________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 149 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:232:29 [INFO] [stdout] | [INFO] [stdout] 232 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 233 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 234 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 232 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:235:29 [INFO] [stdout] | [INFO] [stdout] 235 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 236 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 237 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 235 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:248:29 [INFO] [stdout] | [INFO] [stdout] 248 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 249 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 250 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 248 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:251:29 [INFO] [stdout] | [INFO] [stdout] 251 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 252 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 253 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 251 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:264:29 [INFO] [stdout] | [INFO] [stdout] 264 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 265 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 266 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 264 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:267:29 [INFO] [stdout] | [INFO] [stdout] 267 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 268 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 269 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 267 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:280:29 [INFO] [stdout] | [INFO] [stdout] 280 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 281 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 282 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 280 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:283:29 [INFO] [stdout] | [INFO] [stdout] 283 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 284 | | w.bits(r.bits() | (0b1 << $i)) [INFO] [stdout] 285 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 283 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:286:29 [INFO] [stdout] | [INFO] [stdout] 286 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 287 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 288 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 286 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:300:29 [INFO] [stdout] | [INFO] [stdout] 300 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 301 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 302 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 300 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:303:29 [INFO] [stdout] | [INFO] [stdout] 303 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 304 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 305 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 303 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:306:29 [INFO] [stdout] | [INFO] [stdout] 306 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 307 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 308 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 306 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:321:29 [INFO] [stdout] | [INFO] [stdout] 321 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 322 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 323 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 321 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:324:29 [INFO] [stdout] | [INFO] [stdout] 324 | / &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] 325 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 326 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 324 | let _ = &(*$GPIOX::ptr()).otyper.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:327:29 [INFO] [stdout] | [INFO] [stdout] 327 | / &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] 328 | | w.bits(r.bits() & !(0b1 << $i)) [INFO] [stdout] 329 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 327 | let _ = &(*$GPIOX::ptr()).ospeedr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:330:29 [INFO] [stdout] | [INFO] [stdout] 330 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 331 | | w.bits((r.bits() & !(0b11 << offset)) | (0b01 << offset)) [INFO] [stdout] 332 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 468 | / gpio!(GPIOB, gpiob, iopben, PB, [ [INFO] [stdout] 469 | | PB0: (pb0, 0, Input), [INFO] [stdout] 470 | | PB1: (pb1, 1, Input), [INFO] [stdout] 471 | | PB2: (pb2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 484 | | PB15: (pb15, 15, Input), [INFO] [stdout] 485 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 330 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:139:25 [INFO] [stdout] | [INFO] [stdout] 139 | / &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] 140 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 141 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 139 | let _ = &(*$GPIOX::ptr()).afrl.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:145:25 [INFO] [stdout] | [INFO] [stdout] 145 | / &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] 146 | | w.bits((r.bits() & !(0b1111 << offset2)) | (mode << offset2)) [INFO] [stdout] 147 | | }); [INFO] [stdout] | |__________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 145 | let _ = &(*$GPIOX::ptr()).afrh.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:149:21 [INFO] [stdout] | [INFO] [stdout] 149 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 150 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 151 | | }); [INFO] [stdout] | |______________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 149 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:232:29 [INFO] [stdout] | [INFO] [stdout] 232 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 233 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 234 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 232 | let _ = &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:235:29 [INFO] [stdout] | [INFO] [stdout] 235 | / &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] 236 | | w.bits((r.bits() & !(0b11 << offset)) | (0b00 << offset)) [INFO] [stdout] 237 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 235 | let _ = &(*$GPIOX::ptr()).moder.modify(|r, w| { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/gpio.rs:248:29 [INFO] [stdout] | [INFO] [stdout] 248 | / &(*$GPIOX::ptr()).pupdr.modify(|r, w| { [INFO] [stdout] 249 | | w.bits((r.bits() & !(0b11 << offset)) | (0b10 << offset)) [INFO] [stdout] 250 | | }); [INFO] [stdout] | |______________________________^ the borrow produces a value [INFO] [stdout] ... [INFO] [stdout] 487 | / gpio!(GPIOC, gpioc, iopcen, PC, [ [INFO] [stdout] 488 | | PC0: (pc0, 0, Input), [INFO] [stdout] 489 | | PC1: (pc1, 1, Input), [INFO] [stdout] 490 | | PC2: (pc2, 2, Input), [INFO] [stdout] ... | [INFO] [stdout] 503 | | PC15: (pc15, 15, Input), [INFO] [stdout] 504 | | ]); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `gpio` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [WARN] too many lines in the log, truncating it