+ git clone -n https://github.com/embassy-rs/embassy.git code Cloning into 'code'... + cd code + git checkout 4d7d1c5df3e6872efe6a4de08f3b5f259f6dc393 HEAD is now at 4d7d1c5df Add contributor guide. + exec .github/ci/doc.sh + export RUSTUP_HOME=/ci/cache/rustup + RUSTUP_HOME=/ci/cache/rustup + export CARGO_HOME=/ci/cache/cargo + CARGO_HOME=/ci/cache/cargo + export CARGO_TARGET_DIR=/ci/cache/target + CARGO_TARGET_DIR=/ci/cache/target + export PATH=/ci/cache/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + PATH=/ci/cache/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + mv rust-toolchain-nightly.toml rust-toolchain.toml + cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev 1cc6a2c6d2ec06607499df33e147310095b1afd5 Updating git repository `https://github.com/embassy-rs/cargo-embassy-devtool` Ignored package `cargo-embassy-devtool v0.1.3 (https://github.com/embassy-rs/cargo-embassy-devtool?rev=1cc6a2c6d2ec06607499df33e147310095b1afd5#1cc6a2c6)` is already installed, use --force to override + cargo install --git https://github.com/embassy-rs/docserver --locked --rev e16c30dcc60a41641fd73bd4ad1a8c4bd57d792d Updating git repository `https://github.com/embassy-rs/docserver` Ignored package `docserver v0.1.0 (https://github.com/embassy-rs/docserver?rev=e16c30dcc60a41641fd73bd4ad1a8c4bd57d792d#e16c30dc)` is already installed, use --force to override + cargo embassy-devtool doc -o webroot embassy-devtool version 0.1.3 Building docs for crate: cyw43 Running cargo batch with 1 flavors... Updating crates.io index Locking 73 packages to latest Rust 1.94.0-nightly compatible versions Compiling proc-macro2 v1.0.107 Compiling quote v1.0.47 Compiling unicode-ident v1.0.24 Compiling thiserror v2.0.19 Checking stable_deref_trait v1.2.1 Compiling defmt v1.1.1 Compiling defmt-macros v1.1.1 Compiling semver-parser v0.7.0 Checking futures-core v0.3.33 Checking bitflags v1.3.2 Checking futures-sink v0.3.33 Checking byteorder v1.5.0 Checking nb v1.1.0 Compiling embedded-hal-async v1.0.0 Compiling heapless v0.9.3 Checking as-slice v0.2.1 Checking nb v0.1.3 Checking embedded-io v0.7.1 Checking embedded-hal v1.0.0 Checking void v1.0.2 Compiling litrs v1.0.0 Checking hash32 v0.3.1 Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver) Compiling semver v0.9.0 Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync) Checking cfg-if v1.0.4 Compiling syn v1.0.109 Checking critical-section v1.2.0 Checking embedded-io-async v0.7.0 Checking embedded-hal v0.2.7 Checking aligned v0.4.3 Compiling cortex-m v0.7.7 Checking futures-task v0.3.33 Compiling cortex-m-rt v0.7.5 Compiling rustc_version v0.2.3 Checking vcell v0.1.3 Checking pin-project-lite v0.2.17 Checking block-device-driver v0.2.0 Checking volatile-register v0.2.2 Checking futures-channel v0.3.33 Checking embassy-net-driver v0.2.0 (/ci/code/embassy-net-driver) Checking futures-io v0.3.33 Checking bitfield v0.13.2 Checking embassy-futures v0.1.2 (/ci/code/embassy-futures) Checking sdio v0.5.0 Compiling bare-metal v0.2.5 Compiling document-features v0.2.12 Compiling syn v2.0.119 Compiling syn v3.0.3 Compiling trait-set v0.3.0 Compiling thiserror-impl v2.0.19 Compiling defmt-parser v1.0.0 Compiling futures-macro v0.3.33 Compiling cortex-m-rt-macros v0.7.5 Checking futures-util v0.3.33 Checking embassy-time v0.5.1 (/ci/code/embassy-time) Checking futures v0.3.33 Checking embassy-net-driver-channel v0.4.0 (/ci/code/embassy-net-driver-channel) Documenting cyw43 v0.7.0 (/ci/code/cyw43) Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.79s processing Flavor { name: "default", features: ["defmt", "firmware-logs"], target: "thumbv6m-none-eabi" } ... Creating .zup archive: "webroot/crates/cyw43/git.zup" Creating dictionary... Packing... Time elapsed: 8.964345ms Statistics: Files: 77 Directories: 19 Total entries: 96 Nodes before dedup: 96 after dedup: 96 (0.0% reduction) Uncompressed bytes before dedup: 728814 (0.7 MB) after dedup: 728814 (0.7 MB, 0.0% reduction) Compressed bytes before dedup: 74945 (0.1 MB) after dedup: 74945 (0.1 MB, 0.0% reduction) Overall compression ratio: 10.3% Archive created: "webroot/crates/cyw43/git.zup" ✅ Successfully built docs for cyw43 Building docs for crate: cyw43-pio Running cargo batch with 1 flavors... Updating crates.io index Updating git repository `https://github.com/embassy-rs/rp-pac` Locking 150 packages to latest Rust 1.94.0-nightly compatible versions Adding generic-array v0.14.7 (available: v0.14.9) Compiling proc-macro2 v1.0.107 Compiling rustversion v1.0.23 Compiling version_check v0.9.5 Compiling libc v0.2.189 Compiling typenum v1.20.1 Compiling memchr v2.8.3 Compiling parking_lot_core v0.9.12 Compiling scopeguard v1.2.0 Compiling smallvec v1.15.2 Compiling regex-syntax v0.8.11 Compiling cfg-if v1.0.4 Compiling equivalent v1.0.2 Compiling siphasher v1.0.3 Compiling lock_api v0.4.14 Compiling hashbrown v0.17.1 Compiling phf_shared v0.11.3 Checking nb v0.1.3 Compiling precomputed-hash v0.1.1 Compiling fixedbitset v0.5.7 Compiling same-file v1.0.6 Compiling new_debug_unreachable v1.0.6 Compiling log v0.4.33 Compiling generic-array v0.14.7 Compiling bit-vec v0.8.0 Compiling keccak v0.1.6 Compiling term v1.2.1 Compiling paste v1.0.15 Compiling aho-corasick v1.1.4 Compiling either v1.17.0 Compiling bit-set v0.8.0 Compiling ena v0.14.4 Compiling indexmap v2.14.0 Compiling ascii-canvas v4.0.0 Checking embedded-hal v0.2.7 Compiling itertools v0.14.0 Compiling walkdir v2.5.0 Compiling quote v1.0.47 Compiling cortex-m-rt v0.7.5 Compiling syn v2.0.119 Compiling heapless v0.9.3 Compiling unicode-xid v0.2.6 Compiling pico-args v0.5.0 Compiling autocfg v1.5.1 Checking cortex-m v0.7.7 Compiling debug-helper v0.3.14 Compiling arrayvec v0.7.8 Compiling zerocopy v0.8.55 Compiling crypto-common v0.1.7 Compiling block-buffer v0.10.4 Compiling petgraph v0.7.1 Compiling crc-any v2.5.1 Compiling digest v0.10.7 Compiling proc-macro-error-attr2 v2.0.0 Compiling parking_lot v0.12.5 Compiling num-traits v0.2.19 Compiling sha3 v0.10.9 Compiling string_cache v0.8.9 Compiling embedded-io-async v0.6.1 Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal) Compiling unicode-width v0.1.14 Compiling regex-automata v0.4.16 Compiling termcolor v1.4.1 Checking embassy-sync v0.8.0 (/ci/code/embassy-sync) Compiling rp2040-boot2 v0.3.0 Compiling fixed v1.31.0 Checking embedded-io v0.6.1 Compiling rp-pac v7.0.0 (https://github.com/embassy-rs/rp-pac?rev=c2e27609b021c444f634673155318977d7f0bdf6#c2e27609) Compiling codespan-reporting v0.11.1 Checking embedded-storage v0.3.1 Checking embassy-time v0.5.1 (/ci/code/embassy-time) Checking embedded-storage-async v0.4.1 Compiling syn v1.0.109 Checking rgb v0.8.53 Checking bytemuck v1.25.2 Checking az v1.3.0 Compiling embassy-rp v0.10.0 (/ci/code/embassy-rp) Checking embassy-usb-driver v0.2.2 (/ci/code/embassy-usb-driver) Checking smart-leds-trait v0.3.2 Checking embedded-hal-nb v1.0.0 Checking rand_core v0.6.4 Checking rand_core v0.9.5 Checking sha2-const-stable v0.1.0 Checking rand_core v0.10.1 Checking embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal) Checking embassy-net-driver-channel v0.4.0 (/ci/code/embassy-net-driver-channel) Compiling regex v1.13.1 Compiling lalrpop-util v0.22.2 Compiling proc-macro-error2 v2.0.1 Compiling lalrpop v0.22.2 Compiling trait-set v0.3.0 Compiling num_enum_derive v0.7.6 Compiling zerocopy-derive v0.8.55 Compiling cortex-m-rt-macros v0.7.5 Compiling futures-macro v0.3.33 Checking futures-util v0.3.33 Compiling num_enum v0.7.6 Compiling pio-core v0.3.0 Checking futures v0.3.33 Checking cyw43 v0.7.0 (/ci/code/cyw43) Checking half v2.7.1 Compiling pio-parser v0.3.0 Compiling pio-proc v0.3.0 Checking pio v0.3.0 Documenting cyw43-pio v0.10.0 (/ci/code/cyw43-pio) Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.34s processing Flavor { name: "default", features: ["embassy-rp/rp2040"], target: "thumbv6m-none-eabi" } ... Creating .zup archive: "webroot/crates/cyw43-pio/git.zup" Creating dictionary... Packing... Time elapsed: 1.43656ms Statistics: Files: 22 Directories: 14 Total entries: 36 Nodes before dedup: 36 after dedup: 36 (0.0% reduction) Uncompressed bytes before dedup: 87348 (0.1 MB) after dedup: 87348 (0.1 MB, 0.0% reduction) Compressed bytes before dedup: 11483 (0.0 MB) after dedup: 11483 (0.0 MB, 0.0% reduction) Overall compression ratio: 13.1% Archive created: "webroot/crates/cyw43-pio/git.zup" ✅ Successfully built docs for cyw43-pio Building docs for crate: embassy-boot Running cargo batch with 1 flavors... Updating crates.io index Locking 101 packages to latest Rust 1.94.0-nightly compatible versions Adding digest v0.10.7 (available: v0.11.3) Adding ed25519-dalek v2.2.0 (available: v3.0.0) Adding env_logger v0.9.3 (available: v0.11.11) Adding generic-array v0.14.7 (available: v0.14.9) Adding rand v0.8.7 (available: v0.10.2) Adding sha1 v0.10.7 (available: v0.11.0) Adding signature v2.2.0 (available: v3.0.0) Checking typenum v1.20.1 Checking byteorder v1.5.0 Checking bitflags v1.3.2 Compiling generic-array v0.14.7 Compiling defmt v1.1.1 Compiling heapless v0.9.3 Compiling num-traits v0.2.19 Checking stable_deref_trait v1.2.1 Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync) Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal) Checking nb v1.1.0 Checking embedded-io v0.7.1 Compiling embedded-hal-async v1.0.0 Checking embedded-hal v1.0.0 Checking embedded-storage v0.3.1 Checking critical-section v1.2.0 Checking void v1.0.2 Checking nb v0.1.3 Checking futures-core v0.3.33 Checking cfg-if v1.0.4 Checking embedded-io-async v0.7.0 Checking futures-sink v0.3.33 Checking embedded-storage-async v0.4.1 Checking embedded-hal v0.2.7 Checking embassy-futures v0.1.2 (/ci/code/embassy-futures) Checking hash32 v0.3.1 Checking signature v2.2.0 Checking crypto-common v0.1.7 Checking block-buffer v0.10.4 Checking digest v0.10.7 Checking embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal) Documenting embassy-boot v0.7.0 (/ci/code/embassy-boot) Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-boot/git.zup" Creating dictionary... Packing... Time elapsed: 5.37761ms Statistics: Files: 47 Directories: 18 Total entries: 65 Nodes before dedup: 65 after dedup: 65 (0.0% reduction) Uncompressed bytes before dedup: 383190 (0.4 MB) after dedup: 383190 (0.4 MB, 0.0% reduction) Compressed bytes before dedup: 45354 (0.0 MB) after dedup: 45354 (0.0 MB, 0.0% reduction) Overall compression ratio: 11.8% Archive created: "webroot/crates/embassy-boot/git.zup" ✅ Successfully built docs for embassy-boot Building docs for crate: embassy-boot-nrf Running cargo batch with 1 flavors... Updating crates.io index Locking 77 packages to latest Rust 1.94.0-nightly compatible versions Adding generic-array v0.14.7 (available: v0.14.9) Checking vcell v0.1.3 Compiling cortex-m v0.7.7 Checking bitfield v0.13.2 Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal) Compiling bare-metal v0.2.5 Compiling zerocopy v0.8.55 Compiling zerocopy-derive v0.8.55 Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync) Compiling embedded-io-async v0.6.1 Checking embedded-io v0.6.1 Compiling nrf-pac v0.4.0 Compiling cortex-m-rt v0.7.5 Compiling fixed v1.31.0 Checking az v1.3.0 Checking bytemuck v1.25.2 Checking rand_core v0.10.1 Checking volatile-register v0.2.2 Checking rand_core v0.6.4 Checking bitflags v2.13.1 Checking rand_core v0.9.5 Checking embassy-usb-driver v0.2.2 (/ci/code/embassy-usb-driver) Checking embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal) Checking embassy-boot v0.7.0 (/ci/code/embassy-boot) Checking half v2.7.1 Checking embassy-nrf v0.11.0 (/ci/code/embassy-nrf) Documenting embassy-boot-nrf v0.12.0 (/ci/code/embassy-boot-nrf) Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.36s processing Flavor { name: "default", features: ["embassy-nrf/nrf52840"], target: "thumbv7em-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-boot-nrf/git.zup" Creating dictionary... Packing... Time elapsed: 7.089965ms Statistics: Files: 51 Directories: 14 Total entries: 65 Nodes before dedup: 65 after dedup: 65 (0.0% reduction) Uncompressed bytes before dedup: 617330 (0.6 MB) after dedup: 617330 (0.6 MB, 0.0% reduction) Compressed bytes before dedup: 63220 (0.1 MB) after dedup: 63220 (0.1 MB, 0.0% reduction) Overall compression ratio: 10.2% Archive created: "webroot/crates/embassy-boot-nrf/git.zup" ✅ Successfully built docs for embassy-boot-nrf Building docs for crate: embassy-boot-rp Running cargo batch with 1 flavors... Updating crates.io index Updating git repository `https://github.com/embassy-rs/rp-pac` Locking 138 packages to latest Rust 1.94.0-nightly compatible versions Adding generic-array v0.14.7 (available: v0.14.9) Compiling proc-macro2 v1.0.107 Compiling version_check v0.9.5 Compiling quote v1.0.47 Compiling unicode-ident v1.0.24 Compiling rustversion v1.0.23 Compiling typenum v1.20.1 Compiling libc v0.2.189 Compiling semver-parser v0.7.0 Compiling memchr v2.8.3 Compiling parking_lot_core v0.9.12 Compiling cortex-m v0.7.7 Compiling regex-syntax v0.8.11 Compiling smallvec v1.15.2 Compiling scopeguard v1.2.0 Compiling semver v0.9.0 Compiling cfg-if v1.0.4 Checking nb v1.1.0 Compiling lock_api v0.4.14 Compiling generic-array v0.14.7 Compiling hashbrown v0.17.1 Compiling equivalent v1.0.2 Compiling siphasher v1.0.3 Checking nb v0.1.3 Checking void v1.0.2 Compiling new_debug_unreachable v1.0.6 Compiling rustc_version v0.2.3 Compiling term v1.2.1 Compiling same-file v1.0.6 Compiling phf_shared v0.11.3 Compiling keccak v0.1.6 Compiling bit-vec v0.8.0 Compiling bare-metal v0.2.5 Compiling aho-corasick v1.1.4 Compiling fixedbitset v0.5.7 Compiling log v0.4.33 Compiling either v1.17.0 Compiling paste v1.0.15 Compiling precomputed-hash v0.1.1 Compiling ena v0.14.4 Compiling bit-set v0.8.0 Compiling ascii-canvas v4.0.0 Compiling indexmap v2.14.0 Compiling walkdir v2.5.0 Compiling itertools v0.14.0 Checking embedded-hal v0.2.7 Checking vcell v0.1.3 Compiling pico-args v0.5.0 Compiling syn v2.0.119 Compiling unicode-xid v0.2.6 Compiling autocfg v1.5.1 Checking volatile-register v0.2.2 Compiling heapless v0.9.3 Checking bitfield v0.13.2 Checking critical-section v1.2.0 Compiling num-traits v0.2.19 Checking embedded-hal v1.0.0 Checking byteorder v1.5.0 Checking embedded-io v0.7.1 Compiling embedded-hal-async v1.0.0 Compiling block-buffer v0.10.4 Compiling crypto-common v0.1.7 Checking embedded-io-async v0.7.0 Compiling parking_lot v0.12.5 Compiling digest v0.10.7 Checking hash32 v0.3.1 Compiling petgraph v0.7.1 Compiling zerocopy v0.8.55 Compiling sha3 v0.10.9 Compiling cortex-m-rt v0.7.5 Checking stable_deref_trait v1.2.1 Compiling string_cache v0.8.9 Checking futures-core v0.3.33 Compiling litrs v1.0.0 Compiling debug-helper v0.3.14 Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal) Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync) Compiling arrayvec v0.7.8 Compiling crc-any v2.5.1 Compiling regex-automata v0.4.16 Compiling proc-macro-error-attr2 v2.0.0 Compiling unicode-width v0.1.14 Checking embedded-storage v0.3.1 Compiling document-features v0.2.12 Compiling embedded-io-async v0.6.1 Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver) Checking futures-sink v0.3.33 Compiling termcolor v1.4.1 Checking embedded-storage-async v0.4.1 Compiling rp2040-boot2 v0.3.0 Checking embassy-futures v0.1.2 (/ci/code/embassy-futures) Checking embedded-io v0.6.1 Compiling fixed v1.31.0 Compiling rp-pac v7.0.0 (https://github.com/embassy-rs/rp-pac?rev=c2e27609b021c444f634673155318977d7f0bdf6#c2e27609) Compiling codespan-reporting v0.11.1 Checking rgb v0.8.53 Checking bytemuck v1.25.2 Compiling embassy-rp v0.10.0 (/ci/code/embassy-rp) Checking az v1.3.0 Checking embassy-usb-driver v0.2.2 (/ci/code/embassy-usb-driver) Checking embassy-time v0.5.1 (/ci/code/embassy-time) Checking embedded-hal-nb v1.0.0 Checking rand_core v0.9.5 Checking signature v2.2.0 Checking rand_core v0.10.1 Compiling embassy-boot-rp v0.10.0 (/ci/code/embassy-boot-rp) Checking rand_core v0.6.4 Checking sha2-const-stable v0.1.0 Checking smart-leds-trait v0.3.2 Checking embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal) Checking embassy-boot v0.7.0 (/ci/code/embassy-boot) Compiling lalrpop-util v0.22.2 Compiling regex v1.13.1 Compiling proc-macro-error2 v2.0.1 Compiling lalrpop v0.22.2 Compiling num_enum_derive v0.7.6 Compiling zerocopy-derive v0.8.55 Compiling cortex-m-rt-macros v0.7.5 Compiling num_enum v0.7.6 Compiling pio-core v0.3.0 Checking half v2.7.1 Compiling pio-parser v0.3.0 Compiling pio-proc v0.3.0 Checking pio v0.3.0 Documenting embassy-boot-rp v0.10.0 (/ci/code/embassy-boot-rp) Finished `dev` profile [optimized + debuginfo] target(s) in 17.33s processing Flavor { name: "default", features: ["embassy-rp/rp2040"], target: "thumbv6m-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-boot-rp/git.zup" Creating dictionary... Packing... Time elapsed: 7.779356ms Statistics: Files: 54 Directories: 14 Total entries: 68 Nodes before dedup: 68 after dedup: 68 (0.0% reduction) Uncompressed bytes before dedup: 673689 (0.7 MB) after dedup: 673689 (0.7 MB, 0.0% reduction) Compressed bytes before dedup: 68188 (0.1 MB) after dedup: 68188 (0.1 MB, 0.0% reduction) Overall compression ratio: 10.1% Archive created: "webroot/crates/embassy-boot-rp/git.zup" ✅ Successfully built docs for embassy-boot-rp Building docs for crate: embassy-boot-stm32 Running cargo batch with 1 flavors... Updating crates.io index Updating git repository `https://github.com/embassy-rs/stm32-data-generated` Locking 92 packages to latest Rust 1.94.0-nightly compatible versions Adding generic-array v0.14.7 (available: v0.14.9) Checking nb v1.1.0 Compiling proc-macro2 v1.0.107 Compiling cortex-m v0.7.7 Checking stable_deref_trait v1.2.1 Checking void v1.0.2 Checking embedded-hal v1.0.0 Checking critical-section v1.2.0 Compiling embedded-hal-async v1.0.0 Checking futures-core v0.3.33 Compiling bare-metal v0.2.5 Checking byteorder v1.5.0 Checking vcell v0.1.3 Checking embedded-io v0.7.1 Compiling heapless v0.9.3 Checking volatile-register v0.2.2 Compiling num-traits v0.2.19 Checking nb v0.1.3 Checking cfg-if v1.0.4 Checking bitfield v0.13.2 Checking embedded-hal v0.2.7 Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync) Compiling generic-array v0.14.7 Checking embedded-io-async v0.7.0 Checking futures-sink v0.3.33 Compiling stm32-metapac v21.0.0 (https://github.com/embassy-rs/stm32-data-generated?tag=stm32-data-75cfa09e93a6c7275d14ecb5c8b5e95b2ab2dae2#d63f1f3f) Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal) Compiling portable-atomic v1.14.0 Checking typenum v1.20.1 Checking hash32 v0.3.1 Compiling regex-syntax v0.8.11 Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver) Compiling cortex-m-rt v0.7.5 Compiling embedded-io-async v0.6.1 Checking as-slice v0.2.1 Compiling syn v1.0.109 Checking embedded-storage v0.3.1 Checking embedded-io v0.6.1 Checking aligned v0.4.3 Checking embedded-storage-async v0.4.1 Checking embassy-futures v0.1.2 (/ci/code/embassy-futures) Checking embassy-usb-driver v0.2.2 (/ci/code/embassy-usb-driver) Checking embassy-time v0.5.1 (/ci/code/embassy-time) Checking block-device-driver v0.2.0 Checking pin-project-lite v0.2.17 Checking futures-task v0.3.33 Checking sdio v0.5.0 Checking embedded-hal-nb v1.0.0 Checking stm32-fmc v0.4.0 Checking futures-util v0.3.33 Checking embedded-can v0.4.1 Checking rand_core v0.10.1 Compiling quote v1.0.47 Checking dsp-fixedpoint v0.2.0 Checking bit_field v0.10.3 Checking signature v2.2.0 Checking once_cell v1.21.4 Checking bitflags v2.13.1 Checking rand_core v0.6.4 Compiling syn v2.0.119 Compiling embassy-boot-stm32 v0.8.0 (/ci/code/embassy-boot-stm32) Checking embassy-net-driver v0.2.0 (/ci/code/embassy-net-driver) Checking sdio-host v0.9.0 Checking rand_core v0.9.5 Checking static_assertions v1.1.0 Checking crypto-common v0.1.7 Checking block-buffer v0.10.4 Checking digest v0.10.7 Checking embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal) Checking embassy-usb-synopsys-otg v0.4.0 (/ci/code/embassy-usb-synopsys-otg) Checking embassy-boot v0.7.0 (/ci/code/embassy-boot) Compiling regex-automata v0.4.16 Compiling trait-set v0.3.0 Compiling regex v1.13.1 Compiling cortex-m-rt-macros v0.7.5 Compiling embassy-stm32 v0.6.0 (/ci/code/embassy-stm32) warning: embassy-stm32@0.6.0: Building for bare-metal ARM without `rt` feature: interrupts will loop forever. Documenting embassy-boot-stm32 v0.8.0 (/ci/code/embassy-boot-stm32) Finished `dev` profile [optimized + debuginfo] target(s) in 12.81s processing Flavor { name: "default", features: ["embassy-stm32/stm32f429zi"], target: "thumbv7em-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-boot-stm32/git.zup" Creating dictionary... Packing... Time elapsed: 4.666498ms Statistics: Files: 35 Directories: 14 Total entries: 49 Nodes before dedup: 49 after dedup: 49 (0.0% reduction) Uncompressed bytes before dedup: 343903 (0.3 MB) after dedup: 343903 (0.3 MB, 0.0% reduction) Compressed bytes before dedup: 38727 (0.0 MB) after dedup: 38727 (0.0 MB, 0.0% reduction) Overall compression ratio: 11.3% Archive created: "webroot/crates/embassy-boot-stm32/git.zup" ✅ Successfully built docs for embassy-boot-stm32 Building docs for crate: embassy-embedded-hal Running cargo batch with 1 flavors... Updating crates.io index Locking 49 packages to latest Rust 1.94.0-nightly compatible versions Adding embedded-hal v0.2.7 (available: v1.0.0) Checking byteorder v1.5.0 Compiling num-traits v0.2.19 Checking embedded-io v0.7.1 Checking nb v1.1.0 Checking stable_deref_trait v1.2.1 Checking embedded-hal v1.0.0 Checking critical-section v1.2.0 Checking embedded-storage v0.3.1 Compiling heapless v0.9.3 Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync) Compiling embedded-hal-async v1.0.0 Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal) Checking futures-sink v0.3.33 Checking void v1.0.2 Checking cfg-if v1.0.4 Checking futures-core v0.3.33 Checking embassy-futures v0.1.2 (/ci/code/embassy-futures) Checking nb v0.1.3 Checking embedded-hal v0.2.7 Checking embedded-io-async v0.7.0 Checking embedded-storage-async v0.4.1 Checking hash32 v0.3.1 Documenting embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal) Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s processing Flavor { name: "default", features: [], target: "x86_64-unknown-linux-gnu" } ... Creating .zup archive: "webroot/crates/embassy-embedded-hal/git.zup" Creating dictionary... Packing... Time elapsed: 9.277997ms Statistics: Files: 68 Directories: 29 Total entries: 97 Nodes before dedup: 97 after dedup: 94 (3.1% reduction) Uncompressed bytes before dedup: 773744 (0.8 MB) after dedup: 773559 (0.8 MB, 0.0% reduction) Compressed bytes before dedup: 72784 (0.1 MB) after dedup: 72615 (0.1 MB, 0.2% reduction) Overall compression ratio: 9.4% Archive created: "webroot/crates/embassy-embedded-hal/git.zup" ✅ Successfully built docs for embassy-embedded-hal Building docs for crate: embassy-executor Running cargo batch with 5 flavors... Updating crates.io index Locking 183 packages to latest Rust 1.94.0-nightly compatible versions Adding aarch32-cpu v0.3.0 (available: v0.4.0) Adding syn v2.0.110 (available: v2.0.119) Compiling strsim v0.11.1 Compiling fnv v1.0.7 Compiling ident_case v1.0.1 Compiling wasm-bindgen-shared v0.2.126 Compiling bumpalo v3.20.3 Checking unicode-ident v1.0.24 Compiling defmt v1.1.1 Compiling syn v2.0.110 Compiling wasm-bindgen v0.2.126 Checking nb v0.1.3 Checking once_cell v1.21.4 Checking cfg-if v1.0.4 Checking slab v0.4.12 Checking pin-project-lite v0.2.17 Checking futures-task v0.3.33 Checking futures-core v0.3.33 Checking embedded-hal v0.2.7 Checking bitflags v1.3.2 Compiling embassy-executor v0.10.0 (/ci/code/embassy-executor) Checking futures-util v0.3.33 Checking cortex-m v0.7.7 Checking critical-section v1.2.0 Checking cordyceps v0.3.4 Checking embassy-executor-timer-queue v0.1.0 (/ci/code/embassy-executor-timer-queue) Compiling darling_core v0.20.11 Compiling wasm-bindgen-macro-support v0.2.126 Compiling defmt-macros v1.1.1 Compiling darling_macro v0.20.11 Compiling darling v0.20.11 Compiling embassy-executor-macros v0.8.0 (/ci/code/embassy-executor-macros) Documenting embassy-executor v0.10.0 (/ci/code/embassy-executor) Compiling wasm-bindgen-macro v0.2.126 Checking js-sys v0.3.103 Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.63s processing Flavor { name: "std", features: ["defmt", "scheduler-deadline", "scheduler-priority", "platform-std", "executor-thread"], target: "x86_64-unknown-linux-gnu" } ... processing Flavor { name: "wasm", features: ["defmt", "scheduler-deadline", "scheduler-priority", "platform-wasm", "executor-thread"], target: "wasm32-unknown-unknown" } ... processing Flavor { name: "cortex-m", features: ["defmt", "scheduler-deadline", "scheduler-priority", "platform-cortex-m", "executor-thread", "executor-interrupt"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "riscv32", features: ["defmt", "scheduler-deadline", "scheduler-priority", "platform-riscv32", "executor-thread"], target: "riscv32imac-unknown-none-elf" } ... processing Flavor { name: "riscv64", features: ["defmt", "scheduler-deadline", "scheduler-priority", "platform-riscv64", "executor-thread"], target: "riscv64imac-unknown-none-elf" } ... Creating .zup archive: "webroot/crates/embassy-executor/git.zup" Creating dictionary... Packing... Time elapsed: 17.024337ms Statistics: Files: 250 Directories: 93 Total entries: 343 Nodes before dedup: 343 after dedup: 193 (43.7% reduction) Uncompressed bytes before dedup: 1895441 (1.9 MB) after dedup: 1195064 (1.2 MB, 37.0% reduction) Compressed bytes before dedup: 233798 (0.2 MB) after dedup: 149819 (0.1 MB, 35.9% reduction) Overall compression ratio: 7.9% Archive created: "webroot/crates/embassy-executor/git.zup" ✅ Successfully built docs for embassy-executor Building docs for crate: embassy-executor-timer-queue Running cargo batch with 1 flavors... Documenting embassy-executor-timer-queue v0.1.0 (/ci/code/embassy-executor-timer-queue) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.15s processing Flavor { name: "default", features: [], target: "x86_64-unknown-linux-gnu" } ... Creating .zup archive: "webroot/crates/embassy-executor-timer-queue/git.zup" Creating dictionary... Packing... Time elapsed: 853.689µs Statistics: Files: 18 Directories: 14 Total entries: 32 Nodes before dedup: 32 after dedup: 32 (0.0% reduction) Uncompressed bytes before dedup: 38146 (0.0 MB) after dedup: 38146 (0.0 MB, 0.0% reduction) Compressed bytes before dedup: 4867 (0.0 MB) after dedup: 4867 (0.0 MB, 0.0% reduction) Overall compression ratio: 12.8% Archive created: "webroot/crates/embassy-executor-timer-queue/git.zup" ✅ Successfully built docs for embassy-executor-timer-queue Building docs for crate: embassy-futures Running cargo batch with 1 flavors... Updating crates.io index Locking 12 packages to latest Rust 1.94.0-nightly compatible versions Documenting embassy-futures v0.1.2 (/ci/code/embassy-futures) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-futures/git.zup" Creating dictionary... Packing... Time elapsed: 8.79082ms Statistics: Files: 64 Directories: 18 Total entries: 82 Nodes before dedup: 82 after dedup: 82 (0.0% reduction) Uncompressed bytes before dedup: 766166 (0.8 MB) after dedup: 766166 (0.8 MB, 0.0% reduction) Compressed bytes before dedup: 72020 (0.1 MB) after dedup: 72020 (0.1 MB, 0.0% reduction) Overall compression ratio: 9.4% Archive created: "webroot/crates/embassy-futures/git.zup" ✅ Successfully built docs for embassy-futures Building docs for crate: embassy-net Running cargo batch with 1 flavors... Updating crates.io index Locking 40 packages to latest Rust 1.94.0-nightly compatible versions Compiling defmt v1.1.1 Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver) Compiling smoltcp v0.13.1 Checking embedded-nal v0.9.0 Checking managed v0.8.0 Checking embedded-nal-async v0.9.0 Compiling heapless v0.9.3 Checking defmt v0.3.100 Checking embassy-net-driver v0.2.0 (/ci/code/embassy-net-driver) Checking embassy-time v0.5.1 (/ci/code/embassy-time) Checking embassy-sync v0.8.0 (/ci/code/embassy-sync) Documenting embassy-net v0.9.1 (/ci/code/embassy-net) warning: unresolved link to `Some` --> src/icmp.rs:916:50 | 916 | /// **Note**: A hop limit of [`Some(0)`](Some()) is equivalent to a hop limit of [`None`]. | ^^^^^^ this link resolves to the variant `Some`, which is not a function | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default help: to link to the variant, prefix with `variant@` | 916 - /// **Note**: A hop limit of [`Some(0)`](Some()) is equivalent to a hop limit of [`None`]. 916 + /// **Note**: A hop limit of [`Some(0)`](variant@Some) is equivalent to a hop limit of [`None`]. | warning: unresolved link to `set_keep_alive` --> src/tcp.rs:549:38 | 549 | /// Set a keep alive interval ([`set_keep_alive`] to prevent timeouts when | ^^^^^^^^^^^^^^ no item named `set_keep_alive` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` warning: unresolved link to `Self::timeout` --> src/tcp.rs:563:34 | 563 | /// By setting a [`timeout`](Self::timeout) larger then the keep alive you | ^^^^^^^^^^^^^ the struct `TcpSocket` has no field or associated item named `timeout` warning: `embassy-net` (lib doc) generated 3 warnings Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s processing Flavor { name: "default", features: ["defmt", "tcp", "udp", "raw", "dns", "icmp", "dhcpv4", "proto-ipv6", "medium-ethernet", "medium-ip", "medium-ieee802154", "multicast", "dhcpv4-hostname", "packetmeta-id"], target: "thumbv7em-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-net/git.zup" Creating dictionary... Packing... Time elapsed: 35.482204ms Statistics: Files: 185 Directories: 22 Total entries: 207 Nodes before dedup: 207 after dedup: 207 (0.0% reduction) Uncompressed bytes before dedup: 3347943 (3.3 MB) after dedup: 3347943 (3.3 MB, 0.0% reduction) Compressed bytes before dedup: 333177 (0.3 MB) after dedup: 333177 (0.3 MB, 0.0% reduction) Overall compression ratio: 10.0% Archive created: "webroot/crates/embassy-net/git.zup" ✅ Successfully built docs for embassy-net Building docs for crate: embassy-net-adin1110 Running cargo batch with 1 flavors... Updating crates.io index Locking 75 packages to latest Rust 1.94.0-nightly compatible versions Adding bitfield v0.14.0 (available: v0.19.5) Adding embedded-hal-bus v0.1.0 (available: v0.3.0) Adding embedded-hal-mock v0.10.0 (available: v0.11.1) Adding env_logger v0.10.2 (available: v0.11.11) Compiling embedded-hal-bus v0.1.0 Checking embassy-net-driver v0.2.0 (/ci/code/embassy-net-driver) Checking bitfield v0.14.0 Checking defmt v0.3.100 Checking embedded-hal v1.0.0 Checking embassy-net-driver-channel v0.4.0 (/ci/code/embassy-net-driver-channel) Checking embedded-hal-async v1.0.0 Checking embassy-time v0.5.1 (/ci/code/embassy-time) Documenting embassy-net-adin1110 v0.4.0 (/ci/code/embassy-net-adin1110) Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.85s processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-net-adin1110/git.zup" Creating dictionary... Packing... Time elapsed: 3.454152ms Statistics: Files: 35 Directories: 17 Total entries: 52 Nodes before dedup: 52 after dedup: 52 (0.0% reduction) Uncompressed bytes before dedup: 233268 (0.2 MB) after dedup: 233268 (0.2 MB, 0.0% reduction) Compressed bytes before dedup: 27572 (0.0 MB) after dedup: 27572 (0.0 MB, 0.0% reduction) Overall compression ratio: 11.8% Archive created: "webroot/crates/embassy-net-adin1110/git.zup" ✅ Successfully built docs for embassy-net-adin1110 Building docs for crate: embassy-net-driver Running cargo batch with 1 flavors... Updating crates.io index Locking 11 packages to latest Rust 1.94.0-nightly compatible versions Documenting embassy-net-driver v0.2.0 (/ci/code/embassy-net-driver) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-net-driver/git.zup" Creating dictionary... Packing... Time elapsed: 4.122837ms Statistics: Files: 31 Directories: 14 Total entries: 45 Nodes before dedup: 45 after dedup: 45 (0.0% reduction) Uncompressed bytes before dedup: 290184 (0.3 MB) after dedup: 290184 (0.3 MB, 0.0% reduction) Compressed bytes before dedup: 32106 (0.0 MB) after dedup: 32106 (0.0 MB, 0.0% reduction) Overall compression ratio: 11.1% Archive created: "webroot/crates/embassy-net-driver/git.zup" ✅ Successfully built docs for embassy-net-driver Building docs for crate: embassy-net-driver-channel Running cargo batch with 1 flavors... Updating crates.io index Locking 25 packages to latest Rust 1.94.0-nightly compatible versions Documenting embassy-net-driver-channel v0.4.0 (/ci/code/embassy-net-driver-channel) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-net-driver-channel/git.zup" Creating dictionary... Packing... Time elapsed: 10.247914ms Statistics: Files: 34 Directories: 14 Total entries: 48 Nodes before dedup: 48 after dedup: 48 (0.0% reduction) Uncompressed bytes before dedup: 1040916 (1.0 MB) after dedup: 1040916 (1.0 MB, 0.0% reduction) Compressed bytes before dedup: 87758 (0.1 MB) after dedup: 87758 (0.1 MB, 0.0% reduction) Overall compression ratio: 8.4% Archive created: "webroot/crates/embassy-net-driver-channel/git.zup" ✅ Successfully built docs for embassy-net-driver-channel Building docs for crate: embassy-net-enc28j60 Running cargo batch with 1 flavors... Updating crates.io index Locking 27 packages to latest Rust 1.94.0-nightly compatible versions Checking embassy-time v0.5.1 (/ci/code/embassy-time) Checking embassy-net-driver v0.2.0 (/ci/code/embassy-net-driver) Documenting embassy-net-enc28j60 v0.3.0 (/ci/code/embassy-net-enc28j60) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-net-enc28j60/git.zup" Creating dictionary... Packing... Time elapsed: 1.971188ms Statistics: Files: 20 Directories: 14 Total entries: 34 Nodes before dedup: 34 after dedup: 34 (0.0% reduction) Uncompressed bytes before dedup: 136881 (0.1 MB) after dedup: 136881 (0.1 MB, 0.0% reduction) Compressed bytes before dedup: 15366 (0.0 MB) after dedup: 15366 (0.0 MB, 0.0% reduction) Overall compression ratio: 11.2% Archive created: "webroot/crates/embassy-net-enc28j60/git.zup" ✅ Successfully built docs for embassy-net-enc28j60 Building docs for crate: embassy-net-esp-hosted Running cargo batch with 1 flavors... Updating crates.io index Locking 51 packages to latest Rust 1.94.0-nightly compatible versions Checking as-slice v0.2.1 Compiling embassy-sync v0.8.0 Compiling heapless v0.9.3 Checking scopeguard v1.2.0 Compiling syn v2.0.119 Checking aligned v0.4.3 Checking lock_api v0.4.14 Checking block-device-driver v0.2.0 Checking futures-intrusive v0.5.0 Compiling defmt-macros v1.1.1 Compiling delegate v0.13.5 Checking defmt v1.1.1 Checking embedded-io v0.7.1 Checking defmt v0.3.100 Checking sdio v0.5.0 Checking btuuid v0.1.1 Checking embedded-io-async v0.7.0 Checking embassy-sync v0.8.0 (/ci/code/embassy-sync) Checking micropb v0.6.0 Checking bt-hci v0.9.0 Checking embassy-net-driver-channel v0.4.0 (/ci/code/embassy-net-driver-channel) Documenting embassy-net-esp-hosted v0.3.0 (/ci/code/embassy-net-esp-hosted) Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.79s processing Flavor { name: "default", features: ["defmt", "esp-hosted-fg", "esp-hosted-mcu", "bluetooth"], target: "thumbv7em-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-net-esp-hosted/git.zup" Creating dictionary... Packing... Time elapsed: 7.210813ms Statistics: Files: 64 Directories: 20 Total entries: 84 Nodes before dedup: 84 after dedup: 84 (0.0% reduction) Uncompressed bytes before dedup: 547287 (0.5 MB) after dedup: 547287 (0.5 MB, 0.0% reduction) Compressed bytes before dedup: 61357 (0.1 MB) after dedup: 61357 (0.1 MB, 0.0% reduction) Overall compression ratio: 11.2% Archive created: "webroot/crates/embassy-net-esp-hosted/git.zup" ✅ Successfully built docs for embassy-net-esp-hosted Building docs for crate: embassy-net-nrf91 Running cargo batch with 1 flavors... Updating crates.io index Locking 46 packages to latest Rust 1.94.0-nightly compatible versions Compiling nrf-pac v0.4.0 Checking at-commands v0.5.8 Checking heapless v0.9.3 Checking embassy-time v0.5.1 (/ci/code/embassy-time) Checking embassy-sync v0.8.0 (/ci/code/embassy-sync) Checking embassy-net-driver-channel v0.4.0 (/ci/code/embassy-net-driver-channel) Documenting embassy-net-nrf91 v0.2.0 (/ci/code/embassy-net-nrf91) warning: unresolved link to `enable` --> src/context.rs:102:37 | 102 | /// After configuring, invoke [`enable()`] to activate the configuration. | ^^^^^^^^ no item named `enable` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default warning: `embassy-net-nrf91` (lib doc) generated 1 warning Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s processing Flavor { name: "default", features: ["defmt", "nrf-pac/nrf9160"], target: "thumbv7em-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-net-nrf91/git.zup" Creating dictionary... Packing... Time elapsed: 3.793293ms Statistics: Files: 37 Directories: 15 Total entries: 52 Nodes before dedup: 52 after dedup: 52 (0.0% reduction) Uncompressed bytes before dedup: 278841 (0.3 MB) after dedup: 278841 (0.3 MB, 0.0% reduction) Compressed bytes before dedup: 29880 (0.0 MB) after dedup: 29880 (0.0 MB, 0.0% reduction) Overall compression ratio: 10.7% Archive created: "webroot/crates/embassy-net-nrf91/git.zup" ✅ Successfully built docs for embassy-net-nrf91 Building docs for crate: embassy-net-ppp Running cargo batch with 1 flavors... Updating crates.io index Locking 32 packages to latest Rust 1.94.0-nightly compatible versions Compiling heapless v0.8.0 Compiling num_enum_derive v0.7.6 Checking num_enum v0.7.6 Checking ppproto v0.2.1 Documenting embassy-net-ppp v0.3.0 (/ci/code/embassy-net-ppp) Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-net-ppp/git.zup" Creating dictionary... Packing... Time elapsed: 2.183393ms Statistics: Files: 25 Directories: 14 Total entries: 39 Nodes before dedup: 39 after dedup: 39 (0.0% reduction) Uncompressed bytes before dedup: 152895 (0.2 MB) after dedup: 152895 (0.2 MB, 0.0% reduction) Compressed bytes before dedup: 16788 (0.0 MB) after dedup: 16788 (0.0 MB, 0.0% reduction) Overall compression ratio: 11.0% Archive created: "webroot/crates/embassy-net-ppp/git.zup" ✅ Successfully built docs for embassy-net-ppp Building docs for crate: embassy-net-tuntap Running cargo batch with 1 flavors... Updating crates.io index Locking 22 packages to latest Rust 1.94.0-nightly compatible versions Compiling crossbeam-utils v0.8.22 Compiling rustix v1.1.4 Checking linux-raw-sys v0.12.1 Checking bitflags v2.13.1 Compiling async-io v2.6.0 Checking pin-project-lite v0.2.17 Compiling libc v0.2.189 Checking parking v2.2.1 Checking futures-io v0.3.33 Checking slab v0.4.12 Checking embassy-net-driver v0.2.0 (/ci/code/embassy-net-driver) Checking log v0.4.33 Checking futures-lite v2.6.1 Checking concurrent-queue v2.5.0 Checking polling v3.11.0 Documenting embassy-net-tuntap v0.1.1 (/ci/code/embassy-net-tuntap) Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s processing Flavor { name: "default", features: [], target: "x86_64-unknown-linux-gnu" } ... Creating .zup archive: "webroot/crates/embassy-net-tuntap/git.zup" Creating dictionary... Packing... Time elapsed: 1.520445ms Statistics: Files: 18 Directories: 14 Total entries: 32 Nodes before dedup: 32 after dedup: 32 (0.0% reduction) Uncompressed bytes before dedup: 99875 (0.1 MB) after dedup: 99875 (0.1 MB, 0.0% reduction) Compressed bytes before dedup: 10968 (0.0 MB) after dedup: 10968 (0.0 MB, 0.0% reduction) Overall compression ratio: 11.0% Archive created: "webroot/crates/embassy-net-tuntap/git.zup" ✅ Successfully built docs for embassy-net-tuntap Building docs for crate: embassy-net-wiznet Running cargo batch with 1 flavors... Updating crates.io index Locking 35 packages to latest Rust 1.94.0-nightly compatible versions Checking embassy-net-driver-channel v0.4.0 (/ci/code/embassy-net-driver-channel) Documenting embassy-net-wiznet v0.3.0 (/ci/code/embassy-net-wiznet) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-net-wiznet/git.zup" Creating dictionary... Packing... Time elapsed: 3.374472ms Statistics: Files: 37 Directories: 20 Total entries: 57 Nodes before dedup: 57 after dedup: 57 (0.0% reduction) Uncompressed bytes before dedup: 196828 (0.2 MB) after dedup: 196828 (0.2 MB, 0.0% reduction) Compressed bytes before dedup: 21474 (0.0 MB) after dedup: 21474 (0.0 MB, 0.0% reduction) Overall compression ratio: 10.9% Archive created: "webroot/crates/embassy-net-wiznet/git.zup" ✅ Successfully built docs for embassy-net-wiznet Building docs for crate: embassy-nrf Running cargo batch with 26 flavors... Updating crates.io index Locking 72 packages to latest Rust 1.94.0-nightly compatible versions Adding embedded-hal v0.2.7 (available: v1.0.0) Adding rand_core v0.6.4 (available: v0.10.1) Adding rand_core v0.9.5 (available: v0.10.1) Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver) Compiling cortex-m v0.7.7 Compiling cortex-m-rt v0.7.5 Compiling portable-atomic v1.14.0 Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal) Checking nb v1.1.0 Compiling embassy-time-queue-utils v0.3.2 (/ci/code/embassy-time-queue-utils) Checking void v1.0.2 Checking vcell v0.1.3 Compiling bare-metal v0.2.5 Checking bitfield v0.13.2 Compiling defmt v1.1.1 Checking cfg-if v1.0.4 Checking byteorder v1.5.0 Checking bitflags v1.3.2 Checking volatile-register v0.2.2 Compiling heapless v0.9.3 Checking stable_deref_trait v1.2.1 Checking embedded-io v0.7.1 Checking nb v0.1.3 Checking critical-section v1.2.0 Compiling embedded-hal-async v1.0.0 Checking embedded-hal v0.2.7 Checking embedded-hal v1.0.0 Checking futures-core v0.3.33 Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync) Compiling num-traits v0.2.19 Compiling zerocopy v0.8.55 Compiling embedded-io-async v0.6.1 Checking embedded-io-async v0.7.0 Checking futures-sink v0.3.33 Checking embedded-io v0.6.1 Checking hash32 v0.3.1 Checking embedded-storage v0.3.1 Checking embedded-storage-async v0.4.1 Compiling fixed v1.31.0 Checking typenum v1.20.1 Checking bytemuck v1.25.2 Checking embassy-futures v0.1.2 (/ci/code/embassy-futures) Checking embassy-executor-timer-queue v0.1.0 (/ci/code/embassy-executor-timer-queue) Checking embassy-usb-driver v0.2.2 (/ci/code/embassy-usb-driver) Checking az v1.3.0 Checking embassy-time v0.5.1 (/ci/code/embassy-time) Checking rand_core v0.9.5 Checking bitflags v2.13.1 Checking rand_core v0.6.4 Checking rand_core v0.10.1 Compiling nrf-pac v0.4.0 Checking embassy-usb-synopsys-otg v0.4.0 (/ci/code/embassy-usb-synopsys-otg) Checking embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal) Checking half v2.7.1 Documenting embassy-nrf v0.11.0 (/ci/code/embassy-nrf) warning: unresolved link to `spim::Spim` | = note: the link appears in this line: Each peripheral struct which uses EasyDMA ([`Spim`](spim::Spim), [`Uarte`](uarte::Uarte), [`Twim`](twim::Twim)) has two variants of their mutating functions: ^^^^^^^^^^ = note: no item named `spim` in scope = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default warning: unresolved link to `uarte::Uarte` --> src/../README.md:71:76 | 71 | Each peripheral struct which uses EasyDMA ([`Spim`](spim::Spim), [`Uarte`](uarte::Uarte), [`Twim`](twim::Twim)) has two variants of ... | ^^^^^^^^^^^^ no item named `uarte` in scope warning: unresolved link to `twim::Twim` --> src/../README.md:71:100 | 71 | ...m::Spim), [`Uarte`](uarte::Uarte), [`Twim`](twim::Twim)) has two variants of their mutating functions: | ^^^^^^^^^^ no item named `twim` in scope warning: unresolved link to `spim::Spim::write_from_ram` --> src/../README.md:72:54 | 72 | - Functions with the suffix (e.g. [`write_from_ram`](spim::Spim::write_from_ram), [`transfer_from_ram`](spim::Spim::transfer_from_ra... | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `spim` in scope warning: unresolved link to `spim::Spim::transfer_from_ram` --> src/../README.md:72:105 | 72 | ...e_from_ram), [`transfer_from_ram`](spim::Spim::transfer_from_ram)) will return an error if the passed slice does not reside in RAM. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `spim` in scope warning: unresolved link to `spim::Spim::write` | = note: the link appears in this line: - Functions without the suffix (e.g. [`write`](spim::Spim::write), [`transfer`](spim::Spim::transfer)) will check whether the data is in RAM and copy it into memory prior to transmission. ^^^^^^^^^^^^^^^^^ = note: no item named `spim` in scope warning: unresolved link to `spim::Spim::transfer` | = note: the link appears in this line: - Functions without the suffix (e.g. [`write`](spim::Spim::write), [`transfer`](spim::Spim::transfer)) will check whether the data is in RAM and copy it into memory prior to transmission. ^^^^^^^^^^^^^^^^^^^^ = note: no item named `spim` in scope warning: unresolved link to `spim::Spim::read` --> src/../README.md:80:52 | 80 | Note that the methods that read data like [`read`](spim::Spim::read) and [`transfer_in_place`](spim::Spim::transfer_in_place) do not... | ^^^^^^^^^^^^^^^^ no item named `spim` in scope warning: unresolved link to `spim::Spim::transfer_in_place` --> src/../README.md:80:96 | 80 | ...m::read) and [`transfer_in_place`](spim::Spim::transfer_in_place) do not have the corresponding `_from_ram` variants as | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `spim` in scope warning: `embassy-nrf` (lib doc) generated 9 warnings warning: public documentation for `sqspi` links to private item `regs` --> src/sqspi/mod.rs:9:16 | 9 | //! (see the [`regs`] submodule) that the firmware emulates as if it were a real | ^^^^ this item is private | = note: this link will resolve properly if you pass `--document-private-items` = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default warning: unresolved link to `crate::qspi` --> src/sqspi/mod.rs:12:62 | 12 | //! This driver exposes the same API shape as the hardware [`crate::qspi`] | ^^^^^^^^^^^ no item named `qspi` in module `embassy_nrf` | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default warning: `embassy-nrf` (lib doc) generated 2 warnings warning: `embassy-nrf` (lib doc) generated 2 warnings (2 duplicates) warning: `embassy-nrf` (lib doc) generated 2 warnings (2 duplicates) warning: `embassy-nrf` (lib doc) generated 2 warnings (2 duplicates) Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.78s processing Flavor { name: "nrf51", features: ["nrf51", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "nrf52840", features: ["nrf52840", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv7em-none-eabihf" } ... processing Flavor { name: "nrf52805", features: ["nrf52805", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv7em-none-eabihf" } ... processing Flavor { name: "nrf52832", features: ["nrf52832", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv7em-none-eabihf" } ... processing Flavor { name: "nrf52833", features: ["nrf52833", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv7em-none-eabihf" } ... processing Flavor { name: "nrf52820", features: ["nrf52820", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv7em-none-eabihf" } ... processing Flavor { name: "nrf52810", features: ["nrf52810", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv7em-none-eabihf" } ... processing Flavor { name: "nrf52811", features: ["nrf52811", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv7em-none-eabihf" } ... processing Flavor { name: "nrf5340-net", features: ["nrf5340-net", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "nrf5340-app-s", features: ["nrf5340-app-s", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "nrf5340-app-ns", features: ["nrf5340-app-ns", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "nrf54l10-app-ns", features: ["nrf54l10-app-ns", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "nrf54lm20-app-s", features: ["nrf54lm20-app-s", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "nrf54l10-app-s", features: ["nrf54l10-app-s", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "nrf54l15-app-s", features: ["nrf54l15-app-s", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "nrf54l05-app-s", features: ["nrf54l05-app-s", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "nrf54l15-app-ns", features: ["nrf54l15-app-ns", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "nrf54l05-app-ns", features: ["nrf54l05-app-ns", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "nrf9161-s", features: ["nrf9161-s", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "nrf9120-ns", features: ["nrf9120-ns", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "nrf9160-s", features: ["nrf9160-s", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "nrf9151-s", features: ["nrf9151-s", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "nrf9151-ns", features: ["nrf9151-ns", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "nrf9161-ns", features: ["nrf9161-ns", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "nrf9120-s", features: ["nrf9120-s", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "nrf9160-ns", features: ["nrf9160-ns", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ... Creating .zup archive: "webroot/crates/embassy-nrf/git.zup" Creating dictionary... Packing... Time elapsed: 5.07522558s Statistics: Files: 73890 Directories: 6152 Total entries: 80042 Nodes before dedup: 80042 after dedup: 26306 (67.1% reduction) Uncompressed bytes before dedup: 1756689555 (1756.7 MB) after dedup: 786109965 (786.1 MB, 55.3% reduction) Compressed bytes before dedup: 52906113 (52.9 MB) after dedup: 24181767 (24.2 MB, 54.3% reduction) Overall compression ratio: 1.4% Archive created: "webroot/crates/embassy-nrf/git.zup" ✅ Successfully built docs for embassy-nrf Building docs for crate: embassy-rp Running cargo batch with 3 flavors... Updating crates.io index Updating git repository `https://github.com/embassy-rs/rp-pac` Locking 169 packages to latest Rust 1.94.0-nightly compatible versions Adding embedded-hal v0.2.7 (available: v1.0.0) Adding generic-array v0.14.7 (available: v0.14.9) Adding rand_core v0.6.4 (available: v0.10.1) Adding rand_core v0.9.5 (available: v0.10.1) Compiling syn v3.0.3 Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver) Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal) Checking zerocopy v0.8.55 Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync) Checking num_enum v0.7.6 Checking arrayvec v0.7.8 Compiling rp-pac v7.0.0 (https://github.com/embassy-rs/rp-pac?rev=c2e27609b021c444f634673155318977d7f0bdf6#c2e27609) Checking cortex-m-rt v0.7.5 Compiling rp2040-boot2 v0.3.0 Checking rgb v0.8.53 Checking embedded-hal-nb v1.0.0 Compiling embassy-rp v0.10.0 (/ci/code/embassy-rp) Checking sha2-const-stable v0.1.0 Checking embassy-time v0.5.1 (/ci/code/embassy-time) Checking pio-core v0.3.0 Checking smart-leds-trait v0.3.2 Checking pio v0.3.0 Compiling thiserror-impl v2.0.19 Compiling thiserror v2.0.19 Compiling defmt-parser v1.0.0 Compiling defmt-macros v1.1.1 Checking half v2.7.1 Checking fixed v1.31.0 Checking defmt v1.1.1 Checking embassy-usb-driver v0.2.2 (/ci/code/embassy-usb-driver) Checking embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal) Documenting embassy-rp v0.10.0 (/ci/code/embassy-rp) warning: unresolved link to `smart_leds::RGB8` --> src/pio_programs/ws2812.rs:175:28 | 175 | /// Write a buffer of [smart_leds::RGB8] to the ws2812 string | ^^^^^^^^^^^^^^^^ no item named `smart_leds` in scope | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default warning: unresolved link to `smart_leds::RGBW` --> src/pio_programs/ws2812.rs:284:28 | 284 | /// Write a buffer of [smart_leds::RGBW] to the ws2812 string | ^^^^^^^^^^^^^^^^ no item named `smart_leds` in scope warning: unresolved link to `Binding` --> src/lib.rs:167:32 | 167 | /// and implements the right [`Binding`]s for it. You can pass this struct to drivers to | ^^^^^^^ no item named `Binding` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` warning: `embassy-rp` (lib doc) generated 3 warnings warning: `embassy-rp` (lib doc) generated 3 warnings (3 duplicates) warning: `embassy-rp` (lib doc) generated 3 warnings (3 duplicates) Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.86s processing Flavor { name: "rp2040", features: ["defmt", "unstable-pac", "time-driver", "rp2040"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "rp235xa", features: ["defmt", "unstable-pac", "time-driver", "rp235xa"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "rp235xb", features: ["defmt", "unstable-pac", "time-driver", "rp235xb"], target: "thumbv8m.main-none-eabihf" } ... Creating .zup archive: "webroot/crates/embassy-rp/git.zup" Creating dictionary... Packing... Time elapsed: 235.898019ms Statistics: Files: 3358 Directories: 460 Total entries: 3818 Nodes before dedup: 3818 after dedup: 2426 (36.5% reduction) Uncompressed bytes before dedup: 70039280 (70.0 MB) after dedup: 37323625 (37.3 MB, 46.7% reduction) Compressed bytes before dedup: 2605530 (2.6 MB) after dedup: 1609929 (1.6 MB, 38.2% reduction) Overall compression ratio: 2.3% Archive created: "webroot/crates/embassy-rp/git.zup" ✅ Successfully built docs for embassy-rp Building docs for crate: embassy-stm32 Running cargo batch with 1605 flavors... Updating crates.io index Updating git repository `https://github.com/embassy-rs/stm32-data-generated` Locking 149 packages to latest Rust 1.94.0-nightly compatible versions Adding embedded-hal v0.2.7 (available: v1.0.0) Adding rand_core v0.6.4 (available: v0.10.1) Adding rand_core v0.9.5 (available: v0.10.1) Compiling defmt v1.1.1 Compiling nb v1.1.0 Compiling void v1.0.2 Compiling vcell v0.1.3 Compiling cortex-m-rt v0.7.5 Compiling cortex-m v0.7.7 Compiling bitfield v0.13.2 Compiling bitflags v1.3.2 Compiling regex-syntax v0.8.11 Compiling bare-metal v0.2.5 Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal) Compiling embassy-time-queue-utils v0.3.2 (/ci/code/embassy-time-queue-utils) Checking embedded-io v0.7.1 Compiling portable-atomic v1.14.0 Compiling nb v0.1.3 Compiling volatile-register v0.2.2 Checking embassy-time v0.5.1 (/ci/code/embassy-time) Checking futures-task v0.3.33 Compiling embedded-hal v0.2.7 Checking embassy-executor-timer-queue v0.1.0 (/ci/code/embassy-executor-timer-queue) Checking pin-project-lite v0.2.17 Checking sdio v0.5.0 Checking dsp-fixedpoint v0.2.0 Checking embedded-io-async v0.7.0 Checking futures-util v0.3.33 Checking embedded-hal-nb v1.0.0 Checking stm32-fmc v0.4.0 Checking embedded-can v0.4.1 Checking embassy-sync v0.8.0 (/ci/code/embassy-sync) Checking embassy-usb-driver v0.2.2 (/ci/code/embassy-usb-driver) Checking bit_field v0.10.3 Checking static_assertions v1.1.0 Checking sdio-host v0.9.0 Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver) Checking once_cell v1.21.4 Checking embassy-net-driver v0.2.0 (/ci/code/embassy-net-driver) Checking as-slice v0.2.1 Checking aligned v0.4.3 Checking block-device-driver v0.2.0 Checking embassy-usb-synopsys-otg v0.4.0 (/ci/code/embassy-usb-synopsys-otg) Checking embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal) Checking stable_deref_trait v1.2.1 Checking embedded-hal v1.0.0 Checking critical-section v1.2.0 Checking byteorder v1.5.0 Compiling embedded-hal-async v1.0.0 Compiling heapless v0.9.3 Checking futures-core v0.3.33 Checking hash32 v0.3.1 Compiling num-traits v0.2.19 Checking cfg-if v1.0.4 Compiling embedded-io-async v0.6.1 Checking embedded-io v0.6.1 Checking futures-sink v0.3.33 Checking embedded-storage v0.3.1 Compiling regex-automata v0.4.16 Checking embedded-storage-async v0.4.1 Checking embassy-futures v0.1.2 (/ci/code/embassy-futures) Checking bitflags v2.13.1 Checking rand_core v0.10.1 Checking rand_core v0.9.5 Checking rand_core v0.6.4 Compiling stm32-metapac v21.0.0 (https://github.com/embassy-rs/stm32-data-generated?tag=stm32-data-75cfa09e93a6c7275d14ecb5c8b5e95b2ab2dae2#d63f1f3f) Compiling regex v1.13.1 Compiling embassy-stm32 v0.6.0 (/ci/code/embassy-stm32) Documenting embassy-stm32 v0.6.0 (/ci/code/embassy-stm32) warning: public documentation for `set_alignment` links to private item `ReadableDmaRingBuffer::set_alignment` --> src/dma/dma_bdma.rs:1346:15 | 1346 | /// See [`ReadableDmaRingBuffer::set_alignment`] for details. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private | = note: this link will resolve properly if you pass `--document-private-items` = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default warning: public documentation for `write_pos` links to private item `WritableDmaRingBuffer::write_pos` --> src/dma/dma_bdma.rs:1564:15 | 1564 | /// See [`WritableDmaRingBuffer::write_pos`] for details. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private | = note: this link will resolve properly if you pass `--document-private-items` warning: unresolved link to `set_normal_output_idle_state` --> src/timer/complementary_pwm.rs:202:24 | 202 | /// channel. See [`set_normal_output_idle_state`] for details. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_normal_output_idle_state` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default warning: unresolved link to `Sms::ENCODER_MODE_1` --> src/timer/qei.rs:87:28 | 87 | /// Direct alias for [`Sms::ENCODER_MODE_1`] | ^^^^^^^^^^^^^^^^^^^ the enum `Sms` has no variant or associated item named `ENCODER_MODE_1` warning: unresolved link to `Sms::ENCODER_MODE_2` --> src/timer/qei.rs:89:28 | 89 | /// Direct alias for [`Sms::ENCODER_MODE_2`] | ^^^^^^^^^^^^^^^^^^^ the enum `Sms` has no variant or associated item named `ENCODER_MODE_2` warning: unresolved link to `Sms::ENCODER_MODE_3` --> src/timer/qei.rs:91:28 | 91 | /// Direct alias for [`Sms::ENCODER_MODE_3`] | ^^^^^^^^^^^^^^^^^^^ the enum `Sms` has no variant or associated item named `ENCODER_MODE_3` warning: unresolved link to `Adc::read` --> src/adc/configured_sequence.rs:12:14 | 12 | /// Unlike [`Adc::read`], this type programs the ADC channel sequence registers | ^^^^^^^^^ no item named `Adc` in scope warning: unresolved link to `Adc::configure_sequence` --> src/adc/configured_sequence.rs:17:18 | 17 | /// Obtain via [`Adc::configure_sequence`]. | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `Adc` in scope warning: unresolved link to `Adc::configure_sequence` --> src/adc/configured_sequence.rs:46:30 | 46 | /// sequence passed to [`Adc::configure_sequence`]. | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `Adc` in scope warning: unresolved link to `Adc::configure_sequence` --> src/adc/configured_sequence.rs:49:11 | 49 | /// [`Adc::configure_sequence`]. The hardware is configured so that | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `Adc` in scope warning: public documentation for `read` links to private item `AdcRegs::start` --> src/adc/configured_sequence.rs:51:19 | 51 | /// [`start`](AdcRegs::start) call. | ^^^^^^^^^^^^^^ this item is private | = note: this link will resolve properly if you pass `--document-private-items` warning: unresolved link to `stop` --> src/adc/ringbuffered.rs:55:31 | 55 | /// Can be called after [`stop`] to resume a suspended scan without repeating the | ^^^^ no item named `stop` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` warning: unresolved link to `start` --> src/adc/ringbuffered.rs:68:69 | 68 | /// buffer, and all ADC register settings are preserved; call [`start`] to | ^^^^^ no item named `start` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` warning: unresolved link to `ReadableDmaRingBuffer::set_alignment` --> src/adc/ringbuffered.rs:91:15 | 91 | /// See [`ReadableDmaRingBuffer::set_alignment`] for details. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `ReadableDmaRingBuffer` in scope warning: unresolved link to `fmac::FromAdc::new` --> src/adc/mod.rs:469:62 | 469 | /// A [`ConfiguredTransfer`] which is can be passed to [`fmac::FromAdc::new`] | ^^^^^^^^^^^^^^^^^^ no item named `fmac` in scope warning: unresolved link to `DacChannel::into_ring_buffered_8bit` --> src/dac/ringbuffered.rs:16:24 | 16 | /// Obtain this from [`DacChannel::into_ring_buffered_8bit`] or | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `DacChannel` in scope warning: unresolved link to `DacChannel::into_ring_buffered_12right` --> src/dac/ringbuffered.rs:17:7 | 17 | /// [`DacChannel::into_ring_buffered_12right`]. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `DacChannel` in scope warning: public documentation for `write` links to private item `Error::Overrun` --> src/dac/ringbuffered.rs:58:57 | 58 | /// Returns `(written, remaining_space)`. Returns [`Error::Overrun`] if the DMA | ^^^^^^^^^^^^^^ this item is private | = note: this link will resolve properly if you pass `--document-private-items` warning: unresolved link to `7:0` --> src/dac/mod.rs:277:67 | 277 | /// Each element of `dma_buf` holds one 8-bit sample in bits [7:0]. | ^^^ no item named `7:0` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` warning: unresolved link to `DacChannel::set_trigger` --> src/dac/mod.rs:385:11 | 385 | /// [`DacChannel::set_trigger()`]. | ^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DacChannel` has no function named `set_trigger` warning: unresolved link to `DacChannel::set_trigger` --> src/dac/mod.rs:410:11 | 410 | /// [`DacChannel::set_trigger()`]. | ^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DacChannel` has no function named `set_trigger` warning: public documentation for `set_alignment` links to private item `ReadableDmaRingBuffer::set_alignment` --> src/dma/gpdma/ringbuffered.rs:129:15 | 129 | /// See [`ReadableDmaRingBuffer::set_alignment`] for details. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private | = note: this link will resolve properly if you pass `--document-private-items` = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default warning: public documentation for `write_pos` links to private item `WritableDmaRingBuffer::write_pos` --> src/dma/gpdma/ringbuffered.rs:337:15 | 337 | /// See [`WritableDmaRingBuffer::write_pos`] for details. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private | = note: this link will resolve properly if you pass `--document-private-items` warning: unresolved link to `Self::request_stop` --> src/dma/gpdma/ringbuffered.rs:372:62 | 372 | /// it was requested to stop early with [`request_stop`](Self::request_stop). | ^^^^^^^^^^^^^^^^^^ the struct `WritableRingBuffer` has no field or associated item named `request_stop` | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default warning: unresolved link to `0` --> src/dma/gpdma/mod.rs:1015:66 | 1015 | /// Reconfigure and restart a linked-list transfer from item[0]. | ^ no item named `0` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` warning: unresolved link to `Self::start` --> src/dma/gpdma/mod.rs:1122:49 | 1122 | /// To restart the transfer, call [`start`](Self::start) again. | ^^^^^^^^^^^ the struct `Transfer` has no field or associated item named `start` warning: unresolved link to `set_normal_output_idle_state` --> src/timer/complementary_pwm.rs:202:24 | 202 | /// channel. See [`set_normal_output_idle_state`] for details. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `set_normal_output_idle_state` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` warning: unresolved link to `crate::dts` --> src/adc/v4.rs:469:11 | 469 | /// [`crate::dts`] driver instead. | ^^^^^^^^^^ no item named `dts` in module `embassy_stm32` warning: unresolved link to `Fdcan::enable_non_blocking` --> src/can/fdcan.rs:182:24 | 182 | /// You must call [Fdcan::enable_non_blocking] to use the peripheral. | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Fdcan` in scope warning: `embassy-stm32` (lib doc) generated 21 warnings warning: unresolved link to `Adc::read_internal` --> src/adc/v2.rs:319:10 | 319 | /// [Adc::read_internal()] to perform conversion. | ^^^^^^^^^^^^^^^^^^^^ the struct `Adc` has no function named `read_internal` warning: unresolved link to `Adc::read_internal` --> src/adc/v2.rs:329:10 | 329 | /// [Adc::read_internal()] to perform conversion. | ^^^^^^^^^^^^^^^^^^^^ the struct `Adc` has no function named `read_internal` warning: unresolved link to `Adc::read_internal` --> src/adc/v2.rs:342:10 | 342 | /// [Adc::read_internal()] to perform conversion. | ^^^^^^^^^^^^^^^^^^^^ the struct `Adc` has no function named `read_internal` warning: unresolved link to `Can::enable_non_blocking` --> src/can/bxcan/mod.rs:183:24 | 183 | /// You must call [Can::enable_non_blocking] to use the peripheral. | ^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Can` has no field or associated item named `enable_non_blocking` warning: unresolved link to `Can::transmit` --> src/can/bxcan/mod.rs:866:72 | 866 | /// Contains information about a frame enqueued for transmission via [`Can::transmit`] or | ^^^^^^^^^^^^^ the struct `Can` has no field or associated item named `transmit` warning: unresolved link to `Tx::transmit` --> src/can/bxcan/mod.rs:867:7 | 867 | /// [`Tx::transmit`]. | ^^^^^^^^^^^^ no item named `Tx` in scope warning: unresolved link to `Config::use_cmd23` --> src/sdmmc/sd.rs:689:25 | 689 | /// Probe whether [`Config::use_cmd23`] will engage on this device. | ^^^^^^^^^^^^^^^^^ no item named `Config` in scope warning: unresolved link to `StorageDevice::supports_cmd23` --> src/sdmmc/mod.rs:442:26 | 442 | /// otherwise (see [`StorageDevice::supports_cmd23`]). | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StorageDevice` in scope warning: `embassy-stm32` (lib doc) generated 20 warnings (12 duplicates) warning: unresolved link to `crate::peripherals::TAMP` --> src/rtc/mod.rs:351:62 | 351 | doc = "\n\nAlways returns [`None`]. Use the [`TAMP`](crate::peripherals::TAMP) peripheral instead." | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `TAMP` in module `peripherals` warning: unresolved link to `crate::peripherals::TAMP` --> src/rtc/mod.rs:363:69 | 363 | doc = "\n\nDoes not write to the register. Use the [`TAMP`](crate::peripherals::TAMP) peripheral instead." | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `TAMP` in module `peripherals` warning: `embassy-stm32` (lib doc) generated 28 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (15 duplicates) warning: unresolved link to `config.min_stop_pause` --> src/low_power.rs:21:72 | 21 | //! will only attempt to enter when the next timer event is at least [`config.min_stop_pause`] in the future. | ^^^^^^^^^^^^^^^^^^^^^ no item named `config.min_stop_pause` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` warning: unresolved link to `Self::new_half_duplex_on_rx` --> src/usart/buffered.rs:371:40 | 371 | /// See [`new_half_duplex_on_rx`][`Self::new_half_duplex_on_rx`] if you would prefer to use an Rx pin | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `BufferedUart` has no field or associated item named `new_half_duplex_on_rx` warning: unresolved link to `Self::new_half_duplex_on_rx` --> src/usart/mod.rs:1325:40 | 1325 | /// See [`new_half_duplex_on_rx`][`Self::new_half_duplex_on_rx`] if you would prefer to use an Rx pin | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Uart` has no field or associated item named `new_half_duplex_on_rx` warning: unresolved link to `Self::new_half_duplex_on_rx` --> src/usart/mod.rs:1493:40 | 1493 | /// See [`new_half_duplex_on_rx`][`Self::new_half_duplex_on_rx`] if you would prefer to use an Rx pin | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Uart` has no field or associated item named `new_half_duplex_on_rx` warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: unresolved link to `Self::arg_count` --> src/cordic/mod.rs:73:35 | 73 | /// Use the builder methods [`Self::arg_count`] and [`Self::res_count`] to override. | ^^^^^^^^^^^^^^^ the struct `Config` has no field or associated item named `arg_count` warning: unresolved link to `Self::res_count` --> src/cordic/mod.rs:73:59 | 73 | /// Use the builder methods [`Self::arg_count`] and [`Self::res_count`] to override. | ^^^^^^^^^^^^^^^ the struct `Config` has no field or associated item named `res_count` warning: unresolved link to `Self::reconfigure` --> src/cordic/mod.rs:269:58 | 269 | /// beforehand (e.g. via a prior `Two`-arg call or [`Self::reconfigure`]). | ^^^^^^^^^^^^^^^^^ the struct `Cordic32` has no field or associated item named `reconfigure` warning: unresolved link to `Self::reconfigure` --> src/cordic/mod.rs:363:58 | 363 | /// beforehand (e.g. via a prior `Two`-arg call or [`Self::reconfigure`]). | ^^^^^^^^^^^^^^^^^ the struct `Cordic32` has no field or associated item named `reconfigure` warning: unresolved link to `Self::set_sawtooth_mode` --> src/dac/mod.rs:629:14 | 629 | /// and [Self::set_sawtooth_mode] for setting sawtooth mode. | ^^^^^^^^^^^^^^^^^^^^^^^ the struct `DacChannel` has no field or associated item named `set_sawtooth_mode` warning: unresolved link to `Self::set_sawtooth_mode` --> src/dac/mod.rs:640:14 | 640 | /// and [Self::set_sawtooth_mode] for setting sawtooth mode. | ^^^^^^^^^^^^^^^^^^^^^^^ the struct `DacChannel` has no field or associated item named `set_sawtooth_mode` warning: unresolved link to `Self::reconfigure` --> src/cordic/mod.rs:122:22 | 122 | /// This calls [`Self::reconfigure`], which resets ARG2 to +1. | ^^^^^^^^^^^^^^^^^ the struct `Cordic` has no field or associated item named `reconfigure` warning: unresolved link to `Self::set_access_counts` --> src/cordic/mod.rs:124:15 | 124 | /// use [`Self::set_access_counts`] instead. | ^^^^^^^^^^^^^^^^^^^^^^^ the struct `Cordic` has no field or associated item named `set_access_counts` warning: `embassy-stm32` (lib doc) generated 32 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: unresolved link to `DsiHost::ltds_refresh` --> src/dsihost/mode.rs:77:52 | 77 | /// Refresh is manually initiated by calling [`DsiHost::ltds_refresh`] | ^^^^^^^^^^^^^^^^^^^^^ the struct `DsiHost` has no field or associated item named `ltds_refresh` warning: `embassy-stm32` (lib doc) generated 31 warnings (23 duplicates) warning: unresolved link to `Adc::set_averaging_adc4` --> src/adc/adc4.rs:583:32 | 583 | /// **With oversampling ([`Adc::set_averaging_adc4`]):** `RES` bits are ignored; all three | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `Adc` in scope warning: unresolved link to `Adc::set_averaging_adc4` --> src/adc/adc4.rs:585:31 | 585 | /// right-shift used by [`Adc::set_averaging_adc4`], `DR` holds a 12-bit result in | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `Adc` in scope warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (18 duplicates) warning: unresolved link to `31:28` --> src/lcd.rs:30:39 | 30 | /// Enable SEG pin remapping. SEG[31:28] multiplexed with SEG[43:40] | ^^^^^ no item named `31:28` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` warning: unresolved link to `43:40` --> src/lcd.rs:30:67 | 30 | /// Enable SEG pin remapping. SEG[31:28] multiplexed with SEG[43:40] | ^^^^^ no item named `43:40` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: unresolved link to `Sms::ENCODER_MODE_1` --> src/timer/qei.rs:87:28 | 87 | /// Direct alias for [`Sms::ENCODER_MODE_1`] | ^^^^^^^^^^^^^^^^^^^ the enum `Sms` has no variant or associated item named `ENCODER_MODE_1` | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (14 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: unresolved link to `Icache::enable_remap_region` --> src/icache.rs:9:42 | 9 | //! remapping (no `CRR` registers), so [`Icache::enable_remap_region()`] and | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Icache` has no function named `enable_remap_region` warning: unresolved link to `Icache::disable_remap_region` --> src/icache.rs:10:7 | 10 | //! [`Icache::disable_remap_region()`] aren't available there — those methods only exist on | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `Icache` has no function named `disable_remap_region` warning: public documentation for `set_trigger_mode` links to private item `Trigen::Software` --> src/lptim/timer/mod.rs:108:15 | 108 | /// Use [`Trigen::Software`] for software start. Any edge mode enables | ^^^^^^^^^^^^^^^^ this item is private | = note: this link will resolve properly if you pass `--document-private-items` warning: unresolved link to `31:0` --> src/npu/regs.rs:75:66 | 75 | /// Group-A clock gates (always-on infrastructure clocks), bits [31:0]. | ^^^^ no item named `31:0` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` warning: unresolved link to `6:1` --> src/npu/regs.rs:231:35 | 231 | /// ctx 0: EN0=bit0, LINK0=bits[6:1] (source port id), FNR0=bits[15:8] | ^^^ no item named `6:1` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` warning: unresolved link to `15:8` --> src/npu/regs.rs:231:68 | 231 | /// ctx 0: EN0=bit0, LINK0=bits[6:1] (source port id), FNR0=bits[15:8] | ^^^^ no item named `15:8` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` warning: unresolved link to `22:17` --> src/npu/regs.rs:232:36 | 232 | /// ctx 1: EN1=bit16, LINK1=bits[22:17], FNR1=bits[31:24] | ^^^^^ no item named `22:17` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` warning: unresolved link to `31:24` --> src/npu/regs.rs:232:54 | 232 | /// ctx 1: EN1=bit16, LINK1=bits[22:17], FNR1=bits[31:24] | ^^^^^ no item named `31:24` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: unresolved link to `crate::init` --> src/tamp/mod.rs:10:39 | 10 | //! unlocked unconditionally during [`crate::init()`]. So, unlike most other | ^^^^^^^^^^^^^ no item named `init` in module `embassy_stm32` warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 35 warnings (35 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 34 warnings (34 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 37 warnings (37 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: unresolved link to `crate::aes` --> src/saes/mod.rs:98:15 | 98 | //! - [`aes`](crate::aes) - Standard AES implementation (all WBA chips) | ^^^^^^^^^^ no item named `aes` in module `embassy_stm32` warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 37 warnings (37 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 34 warnings (34 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 34 warnings (34 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 37 warnings (37 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 37 warnings (37 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 37 warnings (37 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 37 warnings (37 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 34 warnings (34 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 34 warnings (34 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 37 warnings (37 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 34 warnings (34 duplicates) warning: `embassy-stm32` (lib doc) generated 34 warnings (34 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 34 warnings (34 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 35 warnings (35 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 34 warnings (34 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 37 warnings (37 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 34 warnings (34 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 34 warnings (34 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 37 warnings (37 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 37 warnings (37 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 37 warnings (37 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 34 warnings (34 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 18 warnings (18 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 15 warnings (15 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 36 warnings (36 duplicates) warning: `embassy-stm32` (lib doc) generated 21 warnings (21 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates) warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates) warning: `embassy-stm32` (lib doc) generated 20 warnings (20 duplicates) warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates) warning: `embassy-stm32` (lib doc) generated 22 warnings (22 duplicates) warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates) warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates) Finished `dev` profile [unoptimized + debuginfo] target(s) in 53m 31s processing Flavor { name: "stm32f058c8", features: ["stm32f058c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f048c6", features: ["stm32f048c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f078vb", features: ["stm32f078vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f091rb", features: ["stm32f091rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f042c4", features: ["stm32f042c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f098rc", features: ["stm32f098rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f072vb", features: ["stm32f072vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f070rb", features: ["stm32f070rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f071rb", features: ["stm32f071rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f031f6", features: ["stm32f031f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f042c6", features: ["stm32f042c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f038c6", features: ["stm32f038c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f058t8", features: ["stm32f058t8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f031k6", features: ["stm32f031k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f071vb", features: ["stm32f071vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f042g4", features: ["stm32f042g4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f091cc", features: ["stm32f091cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f030c8", features: ["stm32f030c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f051r6", features: ["stm32f051r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f071c8", features: ["stm32f071c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f072cb", features: ["stm32f072cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f038k6", features: ["stm32f038k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f038e6", features: ["stm32f038e6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f072r8", features: ["stm32f072r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f051k6", features: ["stm32f051k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f038g6", features: ["stm32f038g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f031g4", features: ["stm32f031g4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f071v8", features: ["stm32f071v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f031k4", features: ["stm32f031k4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f030rc", features: ["stm32f030rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f058r8", features: ["stm32f058r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f072rb", features: ["stm32f072rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f042k4", features: ["stm32f042k4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f072c8", features: ["stm32f072c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f031g6", features: ["stm32f031g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f051t8", features: ["stm32f051t8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f070cb", features: ["stm32f070cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f070c6", features: ["stm32f070c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f098vc", features: ["stm32f098vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f042f6", features: ["stm32f042f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f051c8", features: ["stm32f051c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f091vb", features: ["stm32f091vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f042f4", features: ["stm32f042f4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f051c4", features: ["stm32f051c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f042k6", features: ["stm32f042k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f030c6", features: ["stm32f030c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f031c6", features: ["stm32f031c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f051r8", features: ["stm32f051r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f051k8", features: ["stm32f051k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f051c6", features: ["stm32f051c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f038f6", features: ["stm32f038f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f098cc", features: ["stm32f098cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f091cb", features: ["stm32f091cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f051k4", features: ["stm32f051k4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f078cb", features: ["stm32f078cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f042t6", features: ["stm32f042t6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f030k6", features: ["stm32f030k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f030r8", features: ["stm32f030r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f048t6", features: ["stm32f048t6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f070f6", features: ["stm32f070f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f071cb", features: ["stm32f071cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f031f4", features: ["stm32f031f4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f091rc", features: ["stm32f091rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f051r4", features: ["stm32f051r4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f042g6", features: ["stm32f042g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f031c4", features: ["stm32f031c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f030f4", features: ["stm32f030f4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f031e6", features: ["stm32f031e6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f072v8", features: ["stm32f072v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f048g6", features: ["stm32f048g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f030cc", features: ["stm32f030cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f078rb", features: ["stm32f078rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f091vc", features: ["stm32f091vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32f103vb", features: ["stm32f103vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103rc", features: ["stm32f103rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103rd", features: ["stm32f103rd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f100rd", features: ["stm32f100rd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103tb", features: ["stm32f103tb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f100v8", features: ["stm32f100v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101c4", features: ["stm32f101c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103vd", features: ["stm32f103vd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101re", features: ["stm32f101re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f100vc", features: ["stm32f100vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103r6", features: ["stm32f103r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f105r8", features: ["stm32f105r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101vc", features: ["stm32f101vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f105vc", features: ["stm32f105vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101v8", features: ["stm32f101v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101vd", features: ["stm32f101vd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f100zd", features: ["stm32f100zd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103zf", features: ["stm32f103zf", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103t4", features: ["stm32f103t4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f102c8", features: ["stm32f102c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101zf", features: ["stm32f101zf", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103v8", features: ["stm32f103v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103zd", features: ["stm32f103zd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103c8", features: ["stm32f103c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101vg", features: ["stm32f101vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f105rc", features: ["stm32f105rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f102c6", features: ["stm32f102c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101zc", features: ["stm32f101zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f100vd", features: ["stm32f100vd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103cb", features: ["stm32f103cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103vf", features: ["stm32f103vf", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103rf", features: ["stm32f103rf", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f100cb", features: ["stm32f100cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f107vb", features: ["stm32f107vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103vg", features: ["stm32f103vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101vf", features: ["stm32f101vf", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101rb", features: ["stm32f101rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f100re", features: ["stm32f100re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103c4", features: ["stm32f103c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101zg", features: ["stm32f101zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f100rb", features: ["stm32f100rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f102r6", features: ["stm32f102r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101rc", features: ["stm32f101rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103c6", features: ["stm32f103c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101c6", features: ["stm32f101c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101tb", features: ["stm32f101tb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103t8", features: ["stm32f103t8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f105vb", features: ["stm32f105vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101zd", features: ["stm32f101zd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101cb", features: ["stm32f101cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103t6", features: ["stm32f103t6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103rb", features: ["stm32f103rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101r8", features: ["stm32f101r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f100r6", features: ["stm32f100r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101c8", features: ["stm32f101c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f100r8", features: ["stm32f100r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f105v8", features: ["stm32f105v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103vc", features: ["stm32f103vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101rd", features: ["stm32f101rd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103ve", features: ["stm32f103ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101r4", features: ["stm32f101r4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101t6", features: ["stm32f101t6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103re", features: ["stm32f103re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101ze", features: ["stm32f101ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101t4", features: ["stm32f101t4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f100c6", features: ["stm32f100c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103zc", features: ["stm32f103zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f107rb", features: ["stm32f107rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101r6", features: ["stm32f101r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f100rc", features: ["stm32f100rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101rf", features: ["stm32f101rf", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101rg", features: ["stm32f101rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103ze", features: ["stm32f103ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101vb", features: ["stm32f101vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f100vb", features: ["stm32f100vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f102rb", features: ["stm32f102rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f102r8", features: ["stm32f102r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f100zc", features: ["stm32f100zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f107rc", features: ["stm32f107rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f105rb", features: ["stm32f105rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f102cb", features: ["stm32f102cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f100ze", features: ["stm32f100ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103zg", features: ["stm32f103zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101t8", features: ["stm32f101t8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103r8", features: ["stm32f103r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f100r4", features: ["stm32f100r4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f102c4", features: ["stm32f102c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f100c4", features: ["stm32f100c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f101ve", features: ["stm32f101ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f102r4", features: ["stm32f102r4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103r4", features: ["stm32f103r4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f100ve", features: ["stm32f100ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f100c8", features: ["stm32f100c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f107vc", features: ["stm32f107vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f103rg", features: ["stm32f103rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f217ve", features: ["stm32f217ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f205rg", features: ["stm32f205rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f207ze", features: ["stm32f207ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f215zg", features: ["stm32f215zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f207ic", features: ["stm32f207ic", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f207vc", features: ["stm32f207vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f205vf", features: ["stm32f205vf", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f205zg", features: ["stm32f205zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f205rf", features: ["stm32f205rf", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f205zc", features: ["stm32f205zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f217ie", features: ["stm32f217ie", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f205vb", features: ["stm32f205vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f207vg", features: ["stm32f207vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f207zg", features: ["stm32f207zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f217vg", features: ["stm32f217vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f215ze", features: ["stm32f215ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f207zc", features: ["stm32f207zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f217ze", features: ["stm32f217ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f215rg", features: ["stm32f215rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f217zg", features: ["stm32f217zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f205ze", features: ["stm32f205ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f205rb", features: ["stm32f205rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f207if", features: ["stm32f207if", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f205ve", features: ["stm32f205ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f205vc", features: ["stm32f205vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f207ie", features: ["stm32f207ie", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f215vg", features: ["stm32f215vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f215ve", features: ["stm32f215ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f205rc", features: ["stm32f205rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f215re", features: ["stm32f215re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f207zf", features: ["stm32f207zf", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f205re", features: ["stm32f205re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f205zf", features: ["stm32f205zf", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f217ig", features: ["stm32f217ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f207vf", features: ["stm32f207vf", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f207ve", features: ["stm32f207ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f207ig", features: ["stm32f207ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f205vg", features: ["stm32f205vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32f334c4", features: ["stm32f334c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f373cc", features: ["stm32f373cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f328c8", features: ["stm32f328c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f373vb", features: ["stm32f373vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f334r8", features: ["stm32f334r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f358rc", features: ["stm32f358rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f373v8", features: ["stm32f373v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f334k6", features: ["stm32f334k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f334c6", features: ["stm32f334c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f302vc", features: ["stm32f302vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f302rd", features: ["stm32f302rd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f302cb", features: ["stm32f302cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f302re", features: ["stm32f302re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f358cc", features: ["stm32f358cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f303c8", features: ["stm32f303c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f302rc", features: ["stm32f302rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f301r8", features: ["stm32f301r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f302cc", features: ["stm32f302cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f303ze", features: ["stm32f303ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f373c8", features: ["stm32f373c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f303vc", features: ["stm32f303vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f302vd", features: ["stm32f302vd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f303cb", features: ["stm32f303cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f301r6", features: ["stm32f301r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f303r6", features: ["stm32f303r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f334r6", features: ["stm32f334r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f358vc", features: ["stm32f358vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f302r6", features: ["stm32f302r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f303rd", features: ["stm32f303rd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f373rb", features: ["stm32f373rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f302rb", features: ["stm32f302rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f303c6", features: ["stm32f303c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f301c6", features: ["stm32f301c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f303cc", features: ["stm32f303cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f303ve", features: ["stm32f303ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f302k6", features: ["stm32f302k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f373r8", features: ["stm32f373r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f303vd", features: ["stm32f303vd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f303vb", features: ["stm32f303vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f318k8", features: ["stm32f318k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f303rb", features: ["stm32f303rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f334k4", features: ["stm32f334k4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f334c8", features: ["stm32f334c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f303r8", features: ["stm32f303r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f302ze", features: ["stm32f302ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f302ve", features: ["stm32f302ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f302k8", features: ["stm32f302k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f378cc", features: ["stm32f378cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f303re", features: ["stm32f303re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f318c8", features: ["stm32f318c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f302c8", features: ["stm32f302c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f378vc", features: ["stm32f378vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f303rc", features: ["stm32f303rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f373cb", features: ["stm32f373cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f373rc", features: ["stm32f373rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f301c8", features: ["stm32f301c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f303k6", features: ["stm32f303k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f302vb", features: ["stm32f302vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f303k8", features: ["stm32f303k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f302zd", features: ["stm32f302zd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f302r8", features: ["stm32f302r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f301k6", features: ["stm32f301k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f303zd", features: ["stm32f303zd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f373vc", features: ["stm32f373vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f378rc", features: ["stm32f378rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f334k8", features: ["stm32f334k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f302c6", features: ["stm32f302c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f301k8", features: ["stm32f301k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f398ve", features: ["stm32f398ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f429vi", features: ["stm32f429vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f479bi", features: ["stm32f479bi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f439ni", features: ["stm32f439ni", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f429bg", features: ["stm32f429bg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f479ng", features: ["stm32f479ng", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f437ii", features: ["stm32f437ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f439ig", features: ["stm32f439ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f479ii", features: ["stm32f479ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f429zg", features: ["stm32f429zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f479ag", features: ["stm32f479ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f479ai", features: ["stm32f479ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f439vg", features: ["stm32f439vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f479zi", features: ["stm32f479zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f479bg", features: ["stm32f479bg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f429bi", features: ["stm32f429bi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f427vi", features: ["stm32f427vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f437vi", features: ["stm32f437vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f439vi", features: ["stm32f439vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f469bg", features: ["stm32f469bg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f427vg", features: ["stm32f427vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f469ag", features: ["stm32f469ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f437zi", features: ["stm32f437zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f427ai", features: ["stm32f427ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f429ni", features: ["stm32f429ni", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f469zi", features: ["stm32f469zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f437vg", features: ["stm32f437vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f479vg", features: ["stm32f479vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f469ni", features: ["stm32f469ni", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f429ii", features: ["stm32f429ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f429zi", features: ["stm32f429zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f479ig", features: ["stm32f479ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f429ng", features: ["stm32f429ng", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f427zi", features: ["stm32f427zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f429ai", features: ["stm32f429ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f437ai", features: ["stm32f437ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f429ag", features: ["stm32f429ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f439zg", features: ["stm32f439zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f439bi", features: ["stm32f439bi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f469ig", features: ["stm32f469ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f469zg", features: ["stm32f469zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f479ni", features: ["stm32f479ni", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f439ii", features: ["stm32f439ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f479vi", features: ["stm32f479vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f427zg", features: ["stm32f427zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f429ig", features: ["stm32f429ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f469ii", features: ["stm32f469ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f437zg", features: ["stm32f437zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f427ag", features: ["stm32f427ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f469ng", features: ["stm32f469ng", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f469vi", features: ["stm32f469vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f469vg", features: ["stm32f469vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f439zi", features: ["stm32f439zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f479zg", features: ["stm32f479zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f427ii", features: ["stm32f427ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f427ig", features: ["stm32f427ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f439ai", features: ["stm32f439ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f439ng", features: ["stm32f439ng", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f469bi", features: ["stm32f469bi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f429vg", features: ["stm32f429vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f469ai", features: ["stm32f469ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f439bg", features: ["stm32f439bg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f437ig", features: ["stm32f437ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f417ze", features: ["stm32f417ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f401cb", features: ["stm32f401cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f411ce", features: ["stm32f411ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f411re", features: ["stm32f411re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f412ve", features: ["stm32f412ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f423vh", features: ["stm32f423vh", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f413rg", features: ["stm32f413rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f417ie", features: ["stm32f417ie", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f412cg", features: ["stm32f412cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f429ve", features: ["stm32f429ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f407ig", features: ["stm32f407ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f415zg", features: ["stm32f415zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f423rh", features: ["stm32f423rh", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f446ve", features: ["stm32f446ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f417zg", features: ["stm32f417zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f415og", features: ["stm32f415og", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f401rc", features: ["stm32f401rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f411ve", features: ["stm32f411ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f410t8", features: ["stm32f410t8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f405rg", features: ["stm32f405rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f413mg", features: ["stm32f413mg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f413zg", features: ["stm32f413zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f469ve", features: ["stm32f469ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f446re", features: ["stm32f446re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f413ch", features: ["stm32f413ch", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f423ch", features: ["stm32f423ch", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f415rg", features: ["stm32f415rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f413rh", features: ["stm32f413rh", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f429ne", features: ["stm32f429ne", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f407ie", features: ["stm32f407ie", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f446zc", features: ["stm32f446zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f412zg", features: ["stm32f412zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f429be", features: ["stm32f429be", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f405og", features: ["stm32f405og", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f469ze", features: ["stm32f469ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f417ve", features: ["stm32f417ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f407ze", features: ["stm32f407ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f446ze", features: ["stm32f446ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f413cg", features: ["stm32f413cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f405zg", features: ["stm32f405zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f412ce", features: ["stm32f412ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f401cd", features: ["stm32f401cd", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f413vh", features: ["stm32f413vh", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f415vg", features: ["stm32f415vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f401vc", features: ["stm32f401vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f412re", features: ["stm32f412re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f405oe", features: ["stm32f405oe", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f407zg", features: ["stm32f407zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f446rc", features: ["stm32f446rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f411cc", features: ["stm32f411cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f410tb", features: ["stm32f410tb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f412ze", features: ["stm32f412ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f401ve", features: ["stm32f401ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f413mh", features: ["stm32f413mh", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f446me", features: ["stm32f446me", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f401re", features: ["stm32f401re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f401rd", features: ["stm32f401rd", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f401vb", features: ["stm32f401vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f411vc", features: ["stm32f411vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f410r8", features: ["stm32f410r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f410rb", features: ["stm32f410rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f446vc", features: ["stm32f446vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f469ne", features: ["stm32f469ne", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f405vg", features: ["stm32f405vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f407vg", features: ["stm32f407vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f410cb", features: ["stm32f410cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f413zh", features: ["stm32f413zh", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f429ze", features: ["stm32f429ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f423mh", features: ["stm32f423mh", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f446mc", features: ["stm32f446mc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f417ig", features: ["stm32f417ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f469ae", features: ["stm32f469ae", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f469ie", features: ["stm32f469ie", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f423zh", features: ["stm32f423zh", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f407ve", features: ["stm32f407ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f412vg", features: ["stm32f412vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f417vg", features: ["stm32f417vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f401ce", features: ["stm32f401ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f411rc", features: ["stm32f411rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f410c8", features: ["stm32f410c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f469be", features: ["stm32f469be", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f401cc", features: ["stm32f401cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f412rg", features: ["stm32f412rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f401vd", features: ["stm32f401vd", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f429ie", features: ["stm32f429ie", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f401rb", features: ["stm32f401rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f413vg", features: ["stm32f413vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f778ai", features: ["stm32f778ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f779ai", features: ["stm32f779ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f765bi", features: ["stm32f765bi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f768ai", features: ["stm32f768ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f765zi", features: ["stm32f765zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f769ii", features: ["stm32f769ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f777ni", features: ["stm32f777ni", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f779ni", features: ["stm32f779ni", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f765vg", features: ["stm32f765vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f777zi", features: ["stm32f777zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f765bg", features: ["stm32f765bg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f765zg", features: ["stm32f765zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f769bg", features: ["stm32f769bg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f769bi", features: ["stm32f769bi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f777bi", features: ["stm32f777bi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f765ig", features: ["stm32f765ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f769ng", features: ["stm32f769ng", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f765ni", features: ["stm32f765ni", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f767zg", features: ["stm32f767zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f767vi", features: ["stm32f767vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f769ag", features: ["stm32f769ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f765ii", features: ["stm32f765ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f779bi", features: ["stm32f779bi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f765vi", features: ["stm32f765vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f777ii", features: ["stm32f777ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f765ng", features: ["stm32f765ng", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f767ii", features: ["stm32f767ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f767vg", features: ["stm32f767vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f769ni", features: ["stm32f769ni", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f767bi", features: ["stm32f767bi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f779ii", features: ["stm32f779ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f767ng", features: ["stm32f767ng", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f769ig", features: ["stm32f769ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f767ig", features: ["stm32f767ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f767ni", features: ["stm32f767ni", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f767bg", features: ["stm32f767bg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f777vi", features: ["stm32f777vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f767zi", features: ["stm32f767zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f769ai", features: ["stm32f769ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f746ze", features: ["stm32f746ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f746ne", features: ["stm32f746ne", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f745vg", features: ["stm32f745vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f756zg", features: ["stm32f756zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f723vc", features: ["stm32f723vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f722zc", features: ["stm32f722zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f745ig", features: ["stm32f745ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f723ze", features: ["stm32f723ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f750n8", features: ["stm32f750n8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f746zg", features: ["stm32f746zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f733ve", features: ["stm32f733ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f722ve", features: ["stm32f722ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f750z8", features: ["stm32f750z8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f756ig", features: ["stm32f756ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f732ie", features: ["stm32f732ie", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f746vg", features: ["stm32f746vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f745ie", features: ["stm32f745ie", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f723ve", features: ["stm32f723ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f732ze", features: ["stm32f732ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f746ig", features: ["stm32f746ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f723ie", features: ["stm32f723ie", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f722rc", features: ["stm32f722rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f750v8", features: ["stm32f750v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f756bg", features: ["stm32f756bg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f730r8", features: ["stm32f730r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f722ze", features: ["stm32f722ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f723zc", features: ["stm32f723zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f730v8", features: ["stm32f730v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f722ie", features: ["stm32f722ie", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f746bg", features: ["stm32f746bg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f730z8", features: ["stm32f730z8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f722vc", features: ["stm32f722vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f723ic", features: ["stm32f723ic", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f732ve", features: ["stm32f732ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f722re", features: ["stm32f722re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f756vg", features: ["stm32f756vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f732re", features: ["stm32f732re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f733ze", features: ["stm32f733ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f746be", features: ["stm32f746be", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f722ic", features: ["stm32f722ic", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f745ve", features: ["stm32f745ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f745ze", features: ["stm32f745ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f730i8", features: ["stm32f730i8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f756ng", features: ["stm32f756ng", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f733ie", features: ["stm32f733ie", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f746ve", features: ["stm32f746ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f745zg", features: ["stm32f745zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f746ng", features: ["stm32f746ng", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32f746ie", features: ["stm32f746ie", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32c051g6", features: ["stm32c051g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c051k8", features: ["stm32c051k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c031c4", features: ["stm32c031c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c091ec", features: ["stm32c091ec", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c071c8", features: ["stm32c071c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c051d8", features: ["stm32c051d8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c051g8", features: ["stm32c051g8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c011j4", features: ["stm32c011j4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c091gc", features: ["stm32c091gc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c092cc", features: ["stm32c092cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c071kb", features: ["stm32c071kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c092kb", features: ["stm32c092kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c011f4", features: ["stm32c011f4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c071rb", features: ["stm32c071rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c091kc", features: ["stm32c091kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c011d6", features: ["stm32c011d6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c092gc", features: ["stm32c092gc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c011j6", features: ["stm32c011j6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c031g4", features: ["stm32c031g4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c092rc", features: ["stm32c092rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c091fc", features: ["stm32c091fc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c011f6", features: ["stm32c011f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c051f6", features: ["stm32c051f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c031c6", features: ["stm32c031c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c091cc", features: ["stm32c091cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c092fb", features: ["stm32c092fb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c031g6", features: ["stm32c031g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c091fb", features: ["stm32c091fb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c071fb", features: ["stm32c071fb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c031f4", features: ["stm32c031f4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c091rb", features: ["stm32c091rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c031k4", features: ["stm32c031k4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c071r8", features: ["stm32c071r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c071g8", features: ["stm32c071g8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c091cb", features: ["stm32c091cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c092fc", features: ["stm32c092fc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c051f8", features: ["stm32c051f8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c092ec", features: ["stm32c092ec", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c092gb", features: ["stm32c092gb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c051c8", features: ["stm32c051c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c071gb", features: ["stm32c071gb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c071cb", features: ["stm32c071cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c091gb", features: ["stm32c091gb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c091rc", features: ["stm32c091rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c031f6", features: ["stm32c031f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c031k6", features: ["stm32c031k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c071k8", features: ["stm32c071k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c092rb", features: ["stm32c092rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c051c6", features: ["stm32c051c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c092kc", features: ["stm32c092kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c051k6", features: ["stm32c051k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c092cb", features: ["stm32c092cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c071f8", features: ["stm32c071f8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c091kb", features: ["stm32c091kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32c532fc", features: ["stm32c532fc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c531kb", features: ["stm32c531kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c593vg", features: ["stm32c593vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c531rc", features: ["stm32c531rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c593zg", features: ["stm32c593zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c593me", features: ["stm32c593me", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c531cc", features: ["stm32c531cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c532rc", features: ["stm32c532rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c542ec", features: ["stm32c542ec", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c551vc", features: ["stm32c551vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c531cb", features: ["stm32c531cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c591vg", features: ["stm32c591vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c591ce", features: ["stm32c591ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c591ze", features: ["stm32c591ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c532eb", features: ["stm32c532eb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c552ce", features: ["stm32c552ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c591kg", features: ["stm32c591kg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c562re", features: ["stm32c562re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c552mc", features: ["stm32c552mc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c591re", features: ["stm32c591re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c552kc", features: ["stm32c552kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c542cc", features: ["stm32c542cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c5a3vg", features: ["stm32c5a3vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c552vc", features: ["stm32c552vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c532cb", features: ["stm32c532cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c5a3cg", features: ["stm32c5a3cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c562ve", features: ["stm32c562ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c532fb", features: ["stm32c532fb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c542kc", features: ["stm32c542kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c552ke", features: ["stm32c552ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c591ve", features: ["stm32c591ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c593rg", features: ["stm32c593rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c551ve", features: ["stm32c551ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c531eb", features: ["stm32c531eb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c531rb", features: ["stm32c531rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c552re", features: ["stm32c552re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c542rc", features: ["stm32c542rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c593ze", features: ["stm32c593ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c5a3kg", features: ["stm32c5a3kg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c552ve", features: ["stm32c552ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c5a3zg", features: ["stm32c5a3zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c591mg", features: ["stm32c591mg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c5a3rg", features: ["stm32c5a3rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c593kg", features: ["stm32c593kg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c532kb", features: ["stm32c532kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c593mg", features: ["stm32c593mg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c542fc", features: ["stm32c542fc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c531ec", features: ["stm32c531ec", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c593ce", features: ["stm32c593ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c532cc", features: ["stm32c532cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c552rc", features: ["stm32c552rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c551kc", features: ["stm32c551kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c591rg", features: ["stm32c591rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c562me", features: ["stm32c562me", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c551ce", features: ["stm32c551ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c593ke", features: ["stm32c593ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c532rb", features: ["stm32c532rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c551re", features: ["stm32c551re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c591zg", features: ["stm32c591zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c552cc", features: ["stm32c552cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c551ke", features: ["stm32c551ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c591ke", features: ["stm32c591ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c562ke", features: ["stm32c562ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c531kc", features: ["stm32c531kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c591me", features: ["stm32c591me", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c532kc", features: ["stm32c532kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c551rc", features: ["stm32c551rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c552me", features: ["stm32c552me", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c551mc", features: ["stm32c551mc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c551me", features: ["stm32c551me", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c593ve", features: ["stm32c593ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c562ce", features: ["stm32c562ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c531fb", features: ["stm32c531fb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c5a3mg", features: ["stm32c5a3mg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c551cc", features: ["stm32c551cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c531fc", features: ["stm32c531fc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c593cg", features: ["stm32c593cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c532ec", features: ["stm32c532ec", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c593re", features: ["stm32c593re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32c591cg", features: ["stm32c591cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32g0c1rc", features: ["stm32g0c1rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0c1vc", features: ["stm32g0c1vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0b1cc", features: ["stm32g0b1cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0c1cc", features: ["stm32g0c1cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0b1kc", features: ["stm32g0b1kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0b1vc", features: ["stm32g0b1vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0b1rc", features: ["stm32g0b1rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0b1mc", features: ["stm32g0b1mc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0c1mc", features: ["stm32g0c1mc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0c1kc", features: ["stm32g0c1kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g071kb", features: ["stm32g071kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g041f8", features: ["stm32g041f8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g051g8", features: ["stm32g051g8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g050c8", features: ["stm32g050c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g061g6", features: ["stm32g061g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g030k6", features: ["stm32g030k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g061k6", features: ["stm32g061k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g051k6", features: ["stm32g051k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g031g4", features: ["stm32g031g4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0b1mb", features: ["stm32g0b1mb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g051k8", features: ["stm32g051k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g081kb", features: ["stm32g081kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g071g8", features: ["stm32g071g8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g061f6", features: ["stm32g061f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g031g8", features: ["stm32g031g8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g050c6", features: ["stm32g050c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g030c6", features: ["stm32g030c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g030f6", features: ["stm32g030f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g081rb", features: ["stm32g081rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g031c4", features: ["stm32g031c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0b0re", features: ["stm32g0b0re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g071k8", features: ["stm32g071k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g061f8", features: ["stm32g061f8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g030k8", features: ["stm32g030k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g031c6", features: ["stm32g031c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g071r6", features: ["stm32g071r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g051f8", features: ["stm32g051f8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g031j6", features: ["stm32g031j6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g051f6", features: ["stm32g051f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g070rb", features: ["stm32g070rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g041f6", features: ["stm32g041f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g031j4", features: ["stm32g031j4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g061c6", features: ["stm32g061c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0b1cb", features: ["stm32g0b1cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g050k6", features: ["stm32g050k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g071gb", features: ["stm32g071gb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g050k8", features: ["stm32g050k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0b0ke", features: ["stm32g0b0ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g061k8", features: ["stm32g061k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g041c6", features: ["stm32g041c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g031k4", features: ["stm32g031k4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g051g6", features: ["stm32g051g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g041j6", features: ["stm32g041j6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g031f4", features: ["stm32g031f4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0c1ce", features: ["stm32g0c1ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g030j6", features: ["stm32g030j6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g050f6", features: ["stm32g050f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g041g8", features: ["stm32g041g8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g071r8", features: ["stm32g071r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g031g6", features: ["stm32g031g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g081eb", features: ["stm32g081eb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0b1vb", features: ["stm32g0b1vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g031k6", features: ["stm32g031k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0b1ke", features: ["stm32g0b1ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0b1me", features: ["stm32g0b1me", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g041k6", features: ["stm32g041k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g070cb", features: ["stm32g070cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g071eb", features: ["stm32g071eb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0b0ce", features: ["stm32g0b0ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g030c8", features: ["stm32g030c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0c1re", features: ["stm32g0c1re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g061g8", features: ["stm32g061g8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g071k6", features: ["stm32g071k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0b0ve", features: ["stm32g0b0ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g081gb", features: ["stm32g081gb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g041c8", features: ["stm32g041c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g031k8", features: ["stm32g031k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g071rb", features: ["stm32g071rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g051c8", features: ["stm32g051c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g031c8", features: ["stm32g031c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0b1ne", features: ["stm32g0b1ne", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g081cb", features: ["stm32g081cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g071cb", features: ["stm32g071cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g041g6", features: ["stm32g041g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g071c8", features: ["stm32g071c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g071g6", features: ["stm32g071g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0b1re", features: ["stm32g0b1re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g071c6", features: ["stm32g071c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0b1ce", features: ["stm32g0b1ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g031y8", features: ["stm32g031y8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g070kb", features: ["stm32g070kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0c1ke", features: ["stm32g0c1ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g051c6", features: ["stm32g051c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0c1me", features: ["stm32g0c1me", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0b1rb", features: ["stm32g0b1rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g031f6", features: ["stm32g031f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0c1ve", features: ["stm32g0c1ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g041k8", features: ["stm32g041k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g061c8", features: ["stm32g061c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0c1ne", features: ["stm32g0c1ne", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0b1ve", features: ["stm32g0b1ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g041y8", features: ["stm32g041y8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g0b1kb", features: ["stm32g0b1kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g031f8", features: ["stm32g031f8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32g484re", features: ["stm32g484re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g473mb", features: ["stm32g473mb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g483me", features: ["stm32g483me", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g484me", features: ["stm32g484me", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g474mb", features: ["stm32g474mb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g474mc", features: ["stm32g474mc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g471rc", features: ["stm32g471rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g484ve", features: ["stm32g484ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g474pb", features: ["stm32g474pb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g473cc", features: ["stm32g473cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g473qc", features: ["stm32g473qc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g474vb", features: ["stm32g474vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g471vc", features: ["stm32g471vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g471mc", features: ["stm32g471mc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g473cb", features: ["stm32g473cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g471cc", features: ["stm32g471cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g474qe", features: ["stm32g474qe", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g473me", features: ["stm32g473me", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g483qe", features: ["stm32g483qe", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g474vc", features: ["stm32g474vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g483re", features: ["stm32g483re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g483ve", features: ["stm32g483ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g483pe", features: ["stm32g483pe", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g474cb", features: ["stm32g474cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g474me", features: ["stm32g474me", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g484pe", features: ["stm32g484pe", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g473mc", features: ["stm32g473mc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g473pb", features: ["stm32g473pb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g473ce", features: ["stm32g473ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g474qc", features: ["stm32g474qc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g474pc", features: ["stm32g474pc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g474cc", features: ["stm32g474cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g474pe", features: ["stm32g474pe", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g473ve", features: ["stm32g473ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g473vc", features: ["stm32g473vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g471me", features: ["stm32g471me", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g473pc", features: ["stm32g473pc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g474re", features: ["stm32g474re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g471re", features: ["stm32g471re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g473vb", features: ["stm32g473vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g471qe", features: ["stm32g471qe", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g471ce", features: ["stm32g471ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g471qc", features: ["stm32g471qc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g484qe", features: ["stm32g484qe", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g473qe", features: ["stm32g473qe", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g474ce", features: ["stm32g474ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g474rc", features: ["stm32g474rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g471ve", features: ["stm32g471ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g483ce", features: ["stm32g483ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g484ce", features: ["stm32g484ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g474rb", features: ["stm32g474rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g474ve", features: ["stm32g474ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g473qb", features: ["stm32g473qb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g473re", features: ["stm32g473re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g473rb", features: ["stm32g473rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g473pe", features: ["stm32g473pe", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g474qb", features: ["stm32g474qb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g473rc", features: ["stm32g473rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g431k8", features: ["stm32g431k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g441rb", features: ["stm32g441rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g491me", features: ["stm32g491me", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g491kc", features: ["stm32g491kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g431m6", features: ["stm32g431m6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g431m8", features: ["stm32g431m8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g441cb", features: ["stm32g441cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g491ke", features: ["stm32g491ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g4a1ve", features: ["stm32g4a1ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g491ce", features: ["stm32g491ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g431k6", features: ["stm32g431k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g491re", features: ["stm32g491re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g4a1ce", features: ["stm32g4a1ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g431mb", features: ["stm32g431mb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g431v8", features: ["stm32g431v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g491rc", features: ["stm32g491rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g431c6", features: ["stm32g431c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g431v6", features: ["stm32g431v6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g4a1me", features: ["stm32g4a1me", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g441vb", features: ["stm32g441vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g431vb", features: ["stm32g431vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g4a1ke", features: ["stm32g4a1ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g441kb", features: ["stm32g441kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g4a1re", features: ["stm32g4a1re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g431kb", features: ["stm32g431kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g491cc", features: ["stm32g491cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g491ve", features: ["stm32g491ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g431rb", features: ["stm32g431rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g431cb", features: ["stm32g431cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g491vc", features: ["stm32g491vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g431r8", features: ["stm32g431r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g441mb", features: ["stm32g441mb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g491mc", features: ["stm32g491mc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g431r6", features: ["stm32g431r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32g431c8", features: ["stm32g431c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h562ag", features: ["stm32h562ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h563zi", features: ["stm32h563zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h563vg", features: ["stm32h563vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h573mi", features: ["stm32h573mi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h563ig", features: ["stm32h563ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h503cb", features: ["stm32h503cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h562ai", features: ["stm32h562ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h523re", features: ["stm32h523re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h573ri", features: ["stm32h573ri", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h573ai", features: ["stm32h573ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h523he", features: ["stm32h523he", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h563rg", features: ["stm32h563rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h523ve", features: ["stm32h523ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h563ag", features: ["stm32h563ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h563ii", features: ["stm32h563ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h523vc", features: ["stm32h523vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h562zg", features: ["stm32h562zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h562vg", features: ["stm32h562vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h562vi", features: ["stm32h562vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h523ce", features: ["stm32h523ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h563ri", features: ["stm32h563ri", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h563vi", features: ["stm32h563vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h533ve", features: ["stm32h533ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h562ig", features: ["stm32h562ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h562ri", features: ["stm32h562ri", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h523cc", features: ["stm32h523cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h533he", features: ["stm32h533he", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h533re", features: ["stm32h533re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h563mi", features: ["stm32h563mi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h573ii", features: ["stm32h573ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h503eb", features: ["stm32h503eb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h563zg", features: ["stm32h563zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h573vi", features: ["stm32h573vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h503kb", features: ["stm32h503kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h503rb", features: ["stm32h503rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h573zi", features: ["stm32h573zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h523ze", features: ["stm32h523ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h562rg", features: ["stm32h562rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h533ce", features: ["stm32h533ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h533ze", features: ["stm32h533ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h563ai", features: ["stm32h563ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h562ii", features: ["stm32h562ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h523zc", features: ["stm32h523zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h562zi", features: ["stm32h562zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h523rc", features: ["stm32h523rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32h753ai", features: ["stm32h753ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h743xg", features: ["stm32h743xg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h753vi", features: ["stm32h753vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7b3ri", features: ["stm32h7b3ri", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h725ig", features: ["stm32h725ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7s3v8", features: ["stm32h7s3v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h747bg-cm4", features: ["stm32h747bg-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h745zg-cm4", features: ["stm32h745zg-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h730ab", features: ["stm32h730ab", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h745xi-cm4", features: ["stm32h745xi-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h757zi-cm7", features: ["stm32h757zi-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h755ii-cm7", features: ["stm32h755ii-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h747ai-cm4", features: ["stm32h747ai-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h730zb", features: ["stm32h730zb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h723zg", features: ["stm32h723zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h742xi", features: ["stm32h742xi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h750vb", features: ["stm32h750vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h757ii-cm7", features: ["stm32h757ii-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h747zi-cm4", features: ["stm32h747zi-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7b0ab", features: ["stm32h7b0ab", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7r3l8", features: ["stm32h7r3l8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h743vg", features: ["stm32h743vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h747ag-cm7", features: ["stm32h747ag-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h747xg-cm4", features: ["stm32h747xg-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7b3vi", features: ["stm32h7b3vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7s7a8", features: ["stm32h7s7a8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h735vg", features: ["stm32h735vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7a3ai", features: ["stm32h7a3ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h747xi-cm7", features: ["stm32h747xi-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7r3z8", features: ["stm32h7r3z8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h725ze", features: ["stm32h725ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h725ie", features: ["stm32h725ie", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h735zg", features: ["stm32h735zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h743ag", features: ["stm32h743ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7b3zi", features: ["stm32h7b3zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h742vg", features: ["stm32h742vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7s7l8", features: ["stm32h7s7l8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h742bg", features: ["stm32h742bg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h742ii", features: ["stm32h742ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h742ig", features: ["stm32h742ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7a3rg", features: ["stm32h7a3rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7a3vi", features: ["stm32h7a3vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h745bg-cm4", features: ["stm32h745bg-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h755zi-cm4", features: ["stm32h755zi-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h745bi-cm7", features: ["stm32h745bi-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7b3qi", features: ["stm32h7b3qi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7s3r8", features: ["stm32h7s3r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h725ag", features: ["stm32h725ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h747ig-cm7", features: ["stm32h747ig-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7b3ni", features: ["stm32h7b3ni", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h755bi-cm4", features: ["stm32h755bi-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7s3a8", features: ["stm32h7s3a8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h745zi-cm4", features: ["stm32h745zi-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h745zg-cm7", features: ["stm32h745zg-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h745xg-cm7", features: ["stm32h745xg-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h757bi-cm4", features: ["stm32h757bi-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7s7i8", features: ["stm32h7s7i8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7a3ni", features: ["stm32h7a3ni", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h757xi-cm7", features: ["stm32h757xi-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h743zg", features: ["stm32h743zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h742ag", features: ["stm32h742ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h742zg", features: ["stm32h742zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h733vg", features: ["stm32h733vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h747bi-cm4", features: ["stm32h747bi-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h735ig", features: ["stm32h735ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h747ii-cm7", features: ["stm32h747ii-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h747ii-cm4", features: ["stm32h747ii-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h750xb", features: ["stm32h750xb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7a3ag", features: ["stm32h7a3ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h757ai-cm4", features: ["stm32h757ai-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7s3z8", features: ["stm32h7s3z8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h745ig-cm4", features: ["stm32h745ig-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7s7z8", features: ["stm32h7s7z8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h747ag-cm4", features: ["stm32h747ag-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7r3v8", features: ["stm32h7r3v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7a3zg", features: ["stm32h7a3zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h755xi-cm4", features: ["stm32h755xi-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7b0zb", features: ["stm32h7b0zb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h745ig-cm7", features: ["stm32h745ig-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h745ii-cm7", features: ["stm32h745ii-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h743xi", features: ["stm32h743xi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h723ze", features: ["stm32h723ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h725ve", features: ["stm32h725ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h750zb", features: ["stm32h750zb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7b3ii", features: ["stm32h7b3ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h735rg", features: ["stm32h735rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h743vi", features: ["stm32h743vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7b0rb", features: ["stm32h7b0rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h757ai-cm7", features: ["stm32h757ai-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h745xg-cm4", features: ["stm32h745xg-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h753ii", features: ["stm32h753ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h755bi-cm7", features: ["stm32h755bi-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7r7a8", features: ["stm32h7r7a8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7a3ii", features: ["stm32h7a3ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h723vg", features: ["stm32h723vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h725zg", features: ["stm32h725zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7r7z8", features: ["stm32h7r7z8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7a3ri", features: ["stm32h7a3ri", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7a3ng", features: ["stm32h7a3ng", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h757zi-cm4", features: ["stm32h757zi-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h730vb", features: ["stm32h730vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h743bi", features: ["stm32h743bi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h753bi", features: ["stm32h753bi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7a3zi", features: ["stm32h7a3zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h747ig-cm4", features: ["stm32h747ig-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7r3i8", features: ["stm32h7r3i8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7s3l8", features: ["stm32h7s3l8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h742bi", features: ["stm32h742bi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h747ai-cm7", features: ["stm32h747ai-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h743ai", features: ["stm32h743ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h745zi-cm7", features: ["stm32h745zi-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h735ag", features: ["stm32h735ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h747bi-cm7", features: ["stm32h747bi-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7b0vb", features: ["stm32h7b0vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h725vg", features: ["stm32h725vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h723ve", features: ["stm32h723ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h755xi-cm7", features: ["stm32h755xi-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h753zi", features: ["stm32h753zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h743ig", features: ["stm32h743ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h755zi-cm7", features: ["stm32h755zi-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7a3ig", features: ["stm32h7a3ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h742vi", features: ["stm32h742vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7a3li", features: ["stm32h7a3li", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7b3li", features: ["stm32h7b3li", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h745bi-cm4", features: ["stm32h745bi-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h745ii-cm4", features: ["stm32h745ii-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h743zi", features: ["stm32h743zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h757bi-cm7", features: ["stm32h757bi-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7a3qi", features: ["stm32h7a3qi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7r7i8", features: ["stm32h7r7i8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h755ii-cm4", features: ["stm32h755ii-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h743ii", features: ["stm32h743ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h750ib", features: ["stm32h750ib", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h730ib", features: ["stm32h730ib", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7b0ib", features: ["stm32h7b0ib", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h725rg", features: ["stm32h725rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h757ii-cm4", features: ["stm32h757ii-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h745bg-cm7", features: ["stm32h745bg-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h757xi-cm4", features: ["stm32h757xi-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h753xi", features: ["stm32h753xi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h742ai", features: ["stm32h742ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h747xg-cm7", features: ["stm32h747xg-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h743bg", features: ["stm32h743bg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h745xi-cm7", features: ["stm32h745xi-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7b3ai", features: ["stm32h7b3ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h742zi", features: ["stm32h742zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h725re", features: ["stm32h725re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h725ae", features: ["stm32h725ae", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7r3r8", features: ["stm32h7r3r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7r3a8", features: ["stm32h7r3a8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h747zi-cm7", features: ["stm32h747zi-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7s3i8", features: ["stm32h7s3i8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h747xi-cm4", features: ["stm32h747xi-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7a3lg", features: ["stm32h7a3lg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h747bg-cm7", features: ["stm32h747bg-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7r7l8", features: ["stm32h7r7l8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h7a3vg", features: ["stm32h7a3vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h742xg", features: ["stm32h742xg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32h733zg", features: ["stm32h733zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l051c6", features: ["stm32l051c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l083cz", features: ["stm32l083cz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l010k4", features: ["stm32l010k4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l011e3", features: ["stm32l011e3", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l071kz", features: ["stm32l071kz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l051t8", features: ["stm32l051t8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l010r8", features: ["stm32l010r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l073v8", features: ["stm32l073v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l053c8", features: ["stm32l053c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l083vb", features: ["stm32l083vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l051k8", features: ["stm32l051k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l010k8", features: ["stm32l010k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l071k8", features: ["stm32l071k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l072v8", features: ["stm32l072v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l031c4", features: ["stm32l031c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l011k4", features: ["stm32l011k4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l071kb", features: ["stm32l071kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l052c8", features: ["stm32l052c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l062c8", features: ["stm32l062c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l081kz", features: ["stm32l081kz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l073rz", features: ["stm32l073rz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l072rz", features: ["stm32l072rz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l041g6", features: ["stm32l041g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l031k6", features: ["stm32l031k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l073cz", features: ["stm32l073cz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l041k6", features: ["stm32l041k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l072cb", features: ["stm32l072cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l071cb", features: ["stm32l071cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l083rz", features: ["stm32l083rz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l081cz", features: ["stm32l081cz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l072vb", features: ["stm32l072vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l083vz", features: ["stm32l083vz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l011d3", features: ["stm32l011d3", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l072vz", features: ["stm32l072vz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l071vz", features: ["stm32l071vz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l051c8", features: ["stm32l051c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l052c6", features: ["stm32l052c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l052k8", features: ["stm32l052k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l011d4", features: ["stm32l011d4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l081cb", features: ["stm32l081cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l031f4", features: ["stm32l031f4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l011f3", features: ["stm32l011f3", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l072cz", features: ["stm32l072cz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l052t6", features: ["stm32l052t6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l011g4", features: ["stm32l011g4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l073rb", features: ["stm32l073rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l031c6", features: ["stm32l031c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l021g4", features: ["stm32l021g4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l073vb", features: ["stm32l073vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l041e6", features: ["stm32l041e6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l082kz", features: ["stm32l082kz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l031g6", features: ["stm32l031g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l010rb", features: ["stm32l010rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l041c6", features: ["stm32l041c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l051k6", features: ["stm32l051k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l021f4", features: ["stm32l021f4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l082cz", features: ["stm32l082cz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l051r8", features: ["stm32l051r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l031e6", features: ["stm32l031e6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l021k4", features: ["stm32l021k4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l010c6", features: ["stm32l010c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l031e4", features: ["stm32l031e4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l071v8", features: ["stm32l071v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l052r6", features: ["stm32l052r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l041f6", features: ["stm32l041f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l031k4", features: ["stm32l031k4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l053r6", features: ["stm32l053r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l011k3", features: ["stm32l011k3", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l062k8", features: ["stm32l062k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l072kb", features: ["stm32l072kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l051r6", features: ["stm32l051r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l071rz", features: ["stm32l071rz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l083rb", features: ["stm32l083rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l052k6", features: ["stm32l052k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l082kb", features: ["stm32l082kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l052t8", features: ["stm32l052t8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l071c8", features: ["stm32l071c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l011f4", features: ["stm32l011f4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l041c4", features: ["stm32l041c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l021d4", features: ["stm32l021d4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l073vz", features: ["stm32l073vz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l010f4", features: ["stm32l010f4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l053c6", features: ["stm32l053c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l072kz", features: ["stm32l072kz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l031f6", features: ["stm32l031f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l072rb", features: ["stm32l072rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l031g4", features: ["stm32l031g4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l083cb", features: ["stm32l083cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l063r8", features: ["stm32l063r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l051t6", features: ["stm32l051t6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l011e4", features: ["stm32l011e4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l083v8", features: ["stm32l083v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l071cz", features: ["stm32l071cz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l053r8", features: ["stm32l053r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l063c8", features: ["stm32l063c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l011g3", features: ["stm32l011g3", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l071rb", features: ["stm32l071rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l052r8", features: ["stm32l052r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l073cb", features: ["stm32l073cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l071vb", features: ["stm32l071vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32l100rb", features: ["stm32l100rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151vb", features: ["stm32l151vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l162vc", features: ["stm32l162vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151qe", features: ["stm32l151qe", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l162vc-a", features: ["stm32l162vc-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151ve", features: ["stm32l151ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l100rb-a", features: ["stm32l100rb-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151v8-a", features: ["stm32l151v8-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151rc-a", features: ["stm32l151rc-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152r6", features: ["stm32l152r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152cb", features: ["stm32l152cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152r6-a", features: ["stm32l152r6-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l162zc", features: ["stm32l162zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152qe", features: ["stm32l152qe", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151cb-a", features: ["stm32l151cb-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l162vd", features: ["stm32l162vd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152vb-a", features: ["stm32l152vb-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151c6-a", features: ["stm32l151c6-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151zd", features: ["stm32l151zd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151c8-a", features: ["stm32l151c8-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152v8-a", features: ["stm32l152v8-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l162ze", features: ["stm32l162ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152qc", features: ["stm32l152qc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151vc-a", features: ["stm32l151vc-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l162zd", features: ["stm32l162zd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152uc", features: ["stm32l152uc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152c8", features: ["stm32l152c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152c8-a", features: ["stm32l152c8-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l100rc", features: ["stm32l100rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151zc", features: ["stm32l151zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151r8", features: ["stm32l151r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l162ve", features: ["stm32l162ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151cb", features: ["stm32l151cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151rb", features: ["stm32l151rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152vc", features: ["stm32l152vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152rc", features: ["stm32l152rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l162rc-a", features: ["stm32l162rc-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152vd-x", features: ["stm32l152vd-x", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151rb-a", features: ["stm32l151rb-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l162rc", features: ["stm32l162rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l162qd", features: ["stm32l162qd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l162qc", features: ["stm32l162qc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151v8", features: ["stm32l151v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152cc", features: ["stm32l152cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151rd", features: ["stm32l151rd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152qd", features: ["stm32l152qd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152re", features: ["stm32l152re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152rd", features: ["stm32l152rd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l162vd-x", features: ["stm32l162vd-x", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151qc", features: ["stm32l151qc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152rb", features: ["stm32l152rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152r8", features: ["stm32l152r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152zd", features: ["stm32l152zd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152ze", features: ["stm32l152ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l162rd", features: ["stm32l162rd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151rc", features: ["stm32l151rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152ve", features: ["stm32l152ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151vd", features: ["stm32l151vd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152rc-a", features: ["stm32l152rc-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151c8", features: ["stm32l151c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151r6-a", features: ["stm32l151r6-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151cc", features: ["stm32l151cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151c6", features: ["stm32l151c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152v8", features: ["stm32l152v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152c6", features: ["stm32l152c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151r6", features: ["stm32l151r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152r8-a", features: ["stm32l152r8-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152c6-a", features: ["stm32l152c6-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l100r8", features: ["stm32l100r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151vc", features: ["stm32l151vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151uc", features: ["stm32l151uc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152vc-a", features: ["stm32l152vc-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l100c6-a", features: ["stm32l100c6-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l100r8-a", features: ["stm32l100r8-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151r8-a", features: ["stm32l151r8-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152zc", features: ["stm32l152zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152cb-a", features: ["stm32l152cb-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151vd-x", features: ["stm32l151vd-x", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152rb-a", features: ["stm32l152rb-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l162re", features: ["stm32l162re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151qd", features: ["stm32l151qd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l100c6", features: ["stm32l100c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151ze", features: ["stm32l151ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151vb-a", features: ["stm32l151vb-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l151re", features: ["stm32l151re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152vb", features: ["stm32l152vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l152vd", features: ["stm32l152vd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ... processing Flavor { name: "stm32l4r9vi", features: ["stm32l4r9vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4s9vi", features: ["stm32l4s9vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4r5vg", features: ["stm32l4r5vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4s5zi", features: ["stm32l4s5zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4p5qg", features: ["stm32l4p5qg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4p5ae", features: ["stm32l4p5ae", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4q5ag", features: ["stm32l4q5ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4r9zi", features: ["stm32l4r9zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4r9zg", features: ["stm32l4r9zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4s5qi", features: ["stm32l4s5qi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4s9ai", features: ["stm32l4s9ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4p5qe", features: ["stm32l4p5qe", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4r7ai", features: ["stm32l4r7ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4r7zi", features: ["stm32l4r7zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4r5ai", features: ["stm32l4r5ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4s5vi", features: ["stm32l4s5vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4q5zg", features: ["stm32l4q5zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4r5qi", features: ["stm32l4r5qi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4r9ag", features: ["stm32l4r9ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4r5qg", features: ["stm32l4r5qg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4s9zi", features: ["stm32l4s9zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4q5vg", features: ["stm32l4q5vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4r9vg", features: ["stm32l4r9vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4r5zg", features: ["stm32l4r5zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4s7ai", features: ["stm32l4s7ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4p5ze", features: ["stm32l4p5ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4r7vi", features: ["stm32l4r7vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4p5re", features: ["stm32l4p5re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4p5ve", features: ["stm32l4p5ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4s7zi", features: ["stm32l4s7zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4r5ag", features: ["stm32l4r5ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4p5cg", features: ["stm32l4p5cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4p5rg", features: ["stm32l4p5rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4p5zg", features: ["stm32l4p5zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4r5vi", features: ["stm32l4r5vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4r5zi", features: ["stm32l4r5zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4p5vg", features: ["stm32l4p5vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4q5rg", features: ["stm32l4q5rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4q5qg", features: ["stm32l4q5qg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4s5ai", features: ["stm32l4s5ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4r9ai", features: ["stm32l4r9ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4s7vi", features: ["stm32l4s7vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4q5cg", features: ["stm32l4q5cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4p5ag", features: ["stm32l4p5ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4p5ce", features: ["stm32l4p5ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l451rc", features: ["stm32l451rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l476re", features: ["stm32l476re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l496qe", features: ["stm32l496qe", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l476jg", features: ["stm32l476jg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l431rc", features: ["stm32l431rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l476rc", features: ["stm32l476rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l471re", features: ["stm32l471re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l476rg", features: ["stm32l476rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l476vg", features: ["stm32l476vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l422cb", features: ["stm32l422cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l452vc", features: ["stm32l452vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l496re", features: ["stm32l496re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l443vc", features: ["stm32l443vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l471vg", features: ["stm32l471vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l471ve", features: ["stm32l471ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l476je", features: ["stm32l476je", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l452cc", features: ["stm32l452cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l486qg", features: ["stm32l486qg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l471zg", features: ["stm32l471zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l412r8", features: ["stm32l412r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l452ve", features: ["stm32l452ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l476ze", features: ["stm32l476ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l431rb", features: ["stm32l431rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l433cc", features: ["stm32l433cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4a6rg", features: ["stm32l4a6rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l476ve", features: ["stm32l476ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l496zg", features: ["stm32l496zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l462re", features: ["stm32l462re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l476qg", features: ["stm32l476qg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l475vc", features: ["stm32l475vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l462ce", features: ["stm32l462ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l431kc", features: ["stm32l431kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l462ve", features: ["stm32l462ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l412rb", features: ["stm32l412rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l486zg", features: ["stm32l486zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l433cb", features: ["stm32l433cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l431cb", features: ["stm32l431cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l471qe", features: ["stm32l471qe", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l486vg", features: ["stm32l486vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4a6ag", features: ["stm32l4a6ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4a6qg", features: ["stm32l4a6qg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l422rb", features: ["stm32l422rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l412k8", features: ["stm32l412k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l471ze", features: ["stm32l471ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l452ce", features: ["stm32l452ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l475re", features: ["stm32l475re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l496rg", features: ["stm32l496rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l475ve", features: ["stm32l475ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l496ve", features: ["stm32l496ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l452rc", features: ["stm32l452rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l432kb", features: ["stm32l432kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l412c8", features: ["stm32l412c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4a6zg", features: ["stm32l4a6zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l431kb", features: ["stm32l431kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l475rg", features: ["stm32l475rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l412t8", features: ["stm32l412t8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l422tb", features: ["stm32l422tb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l471qg", features: ["stm32l471qg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l475rc", features: ["stm32l475rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l496ag", features: ["stm32l496ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l422kb", features: ["stm32l422kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l443cc", features: ["stm32l443cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l451ve", features: ["stm32l451ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l496ze", features: ["stm32l496ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l496ae", features: ["stm32l496ae", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l4a6vg", features: ["stm32l4a6vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l451ce", features: ["stm32l451ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l433vc", features: ["stm32l433vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l432kc", features: ["stm32l432kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l452re", features: ["stm32l452re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l476mg", features: ["stm32l476mg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l433rc", features: ["stm32l433rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l496qg", features: ["stm32l496qg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l433rb", features: ["stm32l433rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l451re", features: ["stm32l451re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l486jg", features: ["stm32l486jg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l476zg", features: ["stm32l476zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l442kc", features: ["stm32l442kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l412tb", features: ["stm32l412tb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l451cc", features: ["stm32l451cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l476me", features: ["stm32l476me", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l412kb", features: ["stm32l412kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l476vc", features: ["stm32l476vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l496wg", features: ["stm32l496wg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l412cb", features: ["stm32l412cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l486rg", features: ["stm32l486rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l431vc", features: ["stm32l431vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l471rg", features: ["stm32l471rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l443rc", features: ["stm32l443rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l431cc", features: ["stm32l431cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l451vc", features: ["stm32l451vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l476qe", features: ["stm32l476qe", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l496vg", features: ["stm32l496vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l475vg", features: ["stm32l475vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32l562ve", features: ["stm32l562ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32l562me", features: ["stm32l562me", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32l552ve", features: ["stm32l552ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32l552qe", features: ["stm32l552qe", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32l562ce", features: ["stm32l562ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32l562re", features: ["stm32l562re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32l552re", features: ["stm32l552re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32l562ze", features: ["stm32l562ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32l562qe", features: ["stm32l562qe", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32l552ce", features: ["stm32l552ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32l552ze", features: ["stm32l552ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32l552me", features: ["stm32l552me", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32l552qc", features: ["stm32l552qc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32l552cc", features: ["stm32l552cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32l552vc", features: ["stm32l552vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32l552zc", features: ["stm32l552zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32l552rc", features: ["stm32l552rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u073rb", features: ["stm32u073rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u083rc", features: ["stm32u083rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u031f4", features: ["stm32u031f4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u073rc", features: ["stm32u073rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u073kb", features: ["stm32u073kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u031f8", features: ["stm32u031f8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u083hc", features: ["stm32u083hc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u031g6", features: ["stm32u031g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u073hb", features: ["stm32u073hb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u031f6", features: ["stm32u031f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u073cc", features: ["stm32u073cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u031k6", features: ["stm32u031k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u031c8", features: ["stm32u031c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u083kc", features: ["stm32u083kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u073kc", features: ["stm32u073kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u073mc", features: ["stm32u073mc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u073mb", features: ["stm32u073mb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u031r6", features: ["stm32u031r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u073hc", features: ["stm32u073hc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u031g8", features: ["stm32u031g8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u073c8", features: ["stm32u073c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u073m8", features: ["stm32u073m8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u031k4", features: ["stm32u031k4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u031c6", features: ["stm32u031c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u073r8", features: ["stm32u073r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u073k8", features: ["stm32u073k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u083cc", features: ["stm32u083cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u073h8", features: ["stm32u073h8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u031k8", features: ["stm32u031k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u083mc", features: ["stm32u083mc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u031r8", features: ["stm32u031r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u073cb", features: ["stm32u073cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ... processing Flavor { name: "stm32u385cg", features: ["stm32u385cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u375ve", features: ["stm32u375ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u385rg", features: ["stm32u385rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u385kg", features: ["stm32u385kg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u375cg", features: ["stm32u375cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u375ke", features: ["stm32u375ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u375ce", features: ["stm32u375ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u375kg", features: ["stm32u375kg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u375vg", features: ["stm32u375vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u375rg", features: ["stm32u375rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u375re", features: ["stm32u375re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u385vg", features: ["stm32u385vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u585ci", features: ["stm32u585ci", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u595qj", features: ["stm32u595qj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u575zi", features: ["stm32u575zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u595zj", features: ["stm32u595zj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u595aj", features: ["stm32u595aj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u575vg", features: ["stm32u575vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5a5qi", features: ["stm32u5a5qi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u599vj", features: ["stm32u599vj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5f9bj", features: ["stm32u5f9bj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5g9nj", features: ["stm32u5g9nj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u599ni", features: ["stm32u599ni", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5f9nj", features: ["stm32u5f9nj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5g9zj", features: ["stm32u5g9zj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5a9bj", features: ["stm32u5a9bj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5a9nj", features: ["stm32u5a9nj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u575zg", features: ["stm32u575zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u545ne", features: ["stm32u545ne", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u595ai", features: ["stm32u595ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u535rb", features: ["stm32u535rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u535cc", features: ["stm32u535cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5f9zj", features: ["stm32u5f9zj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5g7vj", features: ["stm32u5g7vj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u599bj", features: ["stm32u599bj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u575cg", features: ["stm32u575cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u599nj", features: ["stm32u599nj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u545ve", features: ["stm32u545ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u585ri", features: ["stm32u585ri", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u545re", features: ["stm32u545re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u535nc", features: ["stm32u535nc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u595ri", features: ["stm32u595ri", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u599zi", features: ["stm32u599zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u535rc", features: ["stm32u535rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5f9vi", features: ["stm32u5f9vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u535ne", features: ["stm32u535ne", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u535re", features: ["stm32u535re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u535je", features: ["stm32u535je", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u535ce", features: ["stm32u535ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u575ci", features: ["stm32u575ci", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u595qi", features: ["stm32u595qi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u535ve", features: ["stm32u535ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u545ce", features: ["stm32u545ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u585vi", features: ["stm32u585vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u595zi", features: ["stm32u595zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5g9vj", features: ["stm32u5g9vj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u585zi", features: ["stm32u585zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u575qg", features: ["stm32u575qg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u535vc", features: ["stm32u535vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u595rj", features: ["stm32u595rj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5f9vj", features: ["stm32u5f9vj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u575rg", features: ["stm32u575rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5a5rj", features: ["stm32u5a5rj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u585ai", features: ["stm32u585ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u575oi", features: ["stm32u575oi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u575ai", features: ["stm32u575ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u575ri", features: ["stm32u575ri", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u575vi", features: ["stm32u575vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u585qi", features: ["stm32u585qi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5f7vj", features: ["stm32u5f7vj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u595vj", features: ["stm32u595vj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5a5qj", features: ["stm32u5a5qj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u575ag", features: ["stm32u575ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5a5zj", features: ["stm32u5a5zj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5f7vi", features: ["stm32u5f7vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5f9zi", features: ["stm32u5f9zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u535cb", features: ["stm32u535cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u599zj", features: ["stm32u599zj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u599vi", features: ["stm32u599vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5a5vj", features: ["stm32u5a5vj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u545je", features: ["stm32u545je", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5g9bj", features: ["stm32u5g9bj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5a9vj", features: ["stm32u5a9vj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u575qi", features: ["stm32u575qi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5a5aj", features: ["stm32u5a5aj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u595vi", features: ["stm32u595vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u5a9zj", features: ["stm32u5a9zj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u575og", features: ["stm32u575og", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32u585oi", features: ["stm32u585oi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32wb55vg", features: ["stm32wb55vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba65rg", features: ["stm32wba65rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wb50cg", features: ["stm32wb50cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wb55rg", features: ["stm32wb55rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba54ce", features: ["stm32wba54ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wb15cc", features: ["stm32wb15cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wb30ce", features: ["stm32wb30ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba54cg", features: ["stm32wba54cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wb55ce", features: ["stm32wb55ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wb55vc", features: ["stm32wb55vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba55he", features: ["stm32wba55he", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba52cg", features: ["stm32wba52cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba50kg", features: ["stm32wba50kg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wb35cc", features: ["stm32wb35cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba54kg", features: ["stm32wba54kg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba55cg", features: ["stm32wba55cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba63ci", features: ["stm32wba63ci", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wb10cc", features: ["stm32wb10cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba62mi", features: ["stm32wba62mi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba65mg", features: ["stm32wba65mg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba62ci", features: ["stm32wba62ci", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba55ug", features: ["stm32wba55ug", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba65pg", features: ["stm32wba65pg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba50ke", features: ["stm32wba50ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba64cg", features: ["stm32wba64cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba62pg", features: ["stm32wba62pg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wb55cc", features: ["stm32wb55cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba62cg", features: ["stm32wba62cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba52kg", features: ["stm32wba52kg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba55hg", features: ["stm32wba55hg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba55ue", features: ["stm32wba55ue", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba65ci", features: ["stm32wba65ci", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba54ke", features: ["stm32wba54ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba52ke", features: ["stm32wba52ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wb55re", features: ["stm32wb55re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba65mi", features: ["stm32wba65mi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba62mg", features: ["stm32wba62mg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wb55ve", features: ["stm32wb55ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba63cg", features: ["stm32wba63cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba65cg", features: ["stm32wba65cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wb55vy", features: ["stm32wb55vy", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba64ci", features: ["stm32wba64ci", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba52ce", features: ["stm32wba52ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba55ce", features: ["stm32wba55ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba65pi", features: ["stm32wba65pi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba62pi", features: ["stm32wba62pi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wb35ce", features: ["stm32wb35ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wb55cg", features: ["stm32wb55cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wb55rc", features: ["stm32wb55rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wba65ri", features: ["stm32wba65ri", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wl54cc-cm0p", features: ["stm32wl54cc-cm0p", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wl54jc-cm4", features: ["stm32wl54jc-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wle5cb", features: ["stm32wle5cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wl55cc-cm0p", features: ["stm32wl55cc-cm0p", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wle5j8", features: ["stm32wle5j8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wl55cc-cm4", features: ["stm32wl55cc-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wle5cc", features: ["stm32wle5cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wle5jc", features: ["stm32wle5jc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wle5jb", features: ["stm32wle5jb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wle4jc", features: ["stm32wle4jc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wle4c8", features: ["stm32wle4c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wl54cc-cm4", features: ["stm32wl54cc-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wl55jc-cm0p", features: ["stm32wl55jc-cm0p", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wle4cb", features: ["stm32wle4cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wle5c8", features: ["stm32wle5c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wl54jc-cm0p", features: ["stm32wl54jc-cm0p", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wle4jb", features: ["stm32wle4jb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wle4j8", features: ["stm32wle4j8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wl55jc-cm4", features: ["stm32wl55jc-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32wle4cc", features: ["stm32wle4cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "stm32n645l0", features: ["stm32n645l0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n655a0", features: ["stm32n655a0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n657i0", features: ["stm32n657i0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n655z0", features: ["stm32n655z0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n647z0", features: ["stm32n647z0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n645x0", features: ["stm32n645x0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n647b0", features: ["stm32n647b0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n647l0", features: ["stm32n647l0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n655b0", features: ["stm32n655b0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n655i0", features: ["stm32n655i0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n645b0", features: ["stm32n645b0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n647a0", features: ["stm32n647a0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n645i0", features: ["stm32n645i0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n655l0", features: ["stm32n655l0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n657l0", features: ["stm32n657l0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n647i0", features: ["stm32n647i0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n655x0", features: ["stm32n655x0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n657b0", features: ["stm32n657b0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n657a0", features: ["stm32n657a0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n645z0", features: ["stm32n645z0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n645a0", features: ["stm32n645a0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n657x0", features: ["stm32n657x0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n657z0", features: ["stm32n657z0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... processing Flavor { name: "stm32n647x0", features: ["stm32n647x0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ... Creating .zup archive: "webroot/crates/embassy-stm32/git.zup" Creating dictionary... Packing... Time elapsed: 494.486561792s Statistics: Files: 2136743 Directories: 135919 Total entries: 2272662 Nodes before dedup: 2272662 after dedup: 951029 (58.2% reduction) Uncompressed bytes before dedup: 46255500575 (46255.5 MB) after dedup: 24173251352 (24173.3 MB, 47.7% reduction) Compressed bytes before dedup: 1943523219 (1943.5 MB) after dedup: 887078771 (887.1 MB, 54.4% reduction) Overall compression ratio: 1.9% Archive created: "webroot/crates/embassy-stm32/git.zup" ✅ Successfully built docs for embassy-stm32 Building docs for crate: embassy-sync Running cargo batch with 1 flavors... Updating crates.io index Locking 59 packages to latest Rust 1.94.0-nightly compatible versions Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync) Documenting embassy-sync v0.8.0 (/ci/code/embassy-sync) Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s processing Flavor { name: "default", features: [], target: "thumbv7em-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-sync/git.zup" Creating dictionary... Packing... Time elapsed: 37.932613ms Statistics: Files: 209 Directories: 38 Total entries: 247 Nodes before dedup: 247 after dedup: 247 (0.0% reduction) Uncompressed bytes before dedup: 3539867 (3.5 MB) after dedup: 3539867 (3.5 MB, 0.0% reduction) Compressed bytes before dedup: 345073 (0.3 MB) after dedup: 345073 (0.3 MB, 0.0% reduction) Overall compression ratio: 9.7% Archive created: "webroot/crates/embassy-sync/git.zup" ✅ Successfully built docs for embassy-sync Building docs for crate: embassy-time Running cargo batch with 1 flavors... Updating crates.io index Locking 121 packages to latest Rust 1.94.0-nightly compatible versions Adding derive-mmio v0.6.2 (available: v0.8.0) Adding embedded-hal v0.2.7 (available: v1.0.0) Adding serial_test v0.9.0 (available: v4.0.1) Checking nb v0.1.3 Compiling embassy-time-queue-utils v0.3.2 (/ci/code/embassy-time-queue-utils) Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver) Checking embassy-executor-timer-queue v0.1.0 (/ci/code/embassy-executor-timer-queue) Checking defmt v1.1.1 Checking embedded-hal v0.2.7 Documenting embassy-time v0.5.1 (/ci/code/embassy-time) Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.05s processing Flavor { name: "default", features: ["defmt", "std"], target: "x86_64-unknown-linux-gnu" } ... Creating .zup archive: "webroot/crates/embassy-time/git.zup" Creating dictionary... Packing... Time elapsed: 6.548102ms Statistics: Files: 55 Directories: 18 Total entries: 73 Nodes before dedup: 73 after dedup: 73 (0.0% reduction) Uncompressed bytes before dedup: 478260 (0.5 MB) after dedup: 478260 (0.5 MB, 0.0% reduction) Compressed bytes before dedup: 51522 (0.1 MB) after dedup: 51522 (0.1 MB, 0.0% reduction) Overall compression ratio: 10.8% Archive created: "webroot/crates/embassy-time/git.zup" ✅ Successfully built docs for embassy-time Building docs for crate: embassy-time-driver Running cargo batch with 1 flavors... Updating crates.io index Locking 9 packages to latest Rust 1.94.0-nightly compatible versions Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver) Documenting embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s processing Flavor { name: "default", features: [], target: "x86_64-unknown-linux-gnu" } ... Creating .zup archive: "webroot/crates/embassy-time-driver/git.zup" Creating dictionary... Packing... Time elapsed: 1.178402ms Statistics: Files: 22 Directories: 14 Total entries: 36 Nodes before dedup: 36 after dedup: 34 (5.6% reduction) Uncompressed bytes before dedup: 65484 (0.1 MB) after dedup: 65441 (0.1 MB, 0.1% reduction) Compressed bytes before dedup: 8263 (0.0 MB) after dedup: 8220 (0.0 MB, 0.5% reduction) Overall compression ratio: 12.6% Archive created: "webroot/crates/embassy-time-driver/git.zup" ✅ Successfully built docs for embassy-time-driver Building docs for crate: embassy-time-queue-utils Running cargo batch with 1 flavors... Updating crates.io index Locking 5 packages to latest Rust 1.94.0-nightly compatible versions Compiling embassy-time-queue-utils v0.3.2 (/ci/code/embassy-time-queue-utils) Documenting embassy-time-queue-utils v0.3.2 (/ci/code/embassy-time-queue-utils) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s processing Flavor { name: "default", features: [], target: "x86_64-unknown-linux-gnu" } ... Creating .zup archive: "webroot/crates/embassy-time-queue-utils/git.zup" Creating dictionary... Packing... Time elapsed: 1.557279ms Statistics: Files: 22 Directories: 15 Total entries: 37 Nodes before dedup: 37 after dedup: 37 (0.0% reduction) Uncompressed bytes before dedup: 95695 (0.1 MB) after dedup: 95695 (0.1 MB, 0.0% reduction) Compressed bytes before dedup: 11382 (0.0 MB) after dedup: 11382 (0.0 MB, 0.0% reduction) Overall compression ratio: 11.9% Archive created: "webroot/crates/embassy-time-queue-utils/git.zup" ✅ Successfully built docs for embassy-time-queue-utils Building docs for crate: embassy-usb Running cargo batch with 1 flavors... Updating crates.io index Locking 58 packages to latest Rust 1.94.0-nightly compatible versions Compiling serde_core v1.0.229 Compiling serde v1.0.229 Compiling zerocopy v0.8.55 Compiling portable-atomic v1.14.0 Compiling ahash v0.8.12 Compiling once_cell v1.21.4 Compiling syn v2.0.119 Compiling bitfield v0.14.0 Compiling byteorder v1.5.0 Compiling embassy-usb v0.6.0 (/ci/code/embassy-usb) Checking encode_unicode v0.3.6 Compiling usbd-hid-descriptors v0.10.0 Checking usb-device v0.3.2 Checking ssmarshal v1.0.0 Compiling hashbrown v0.13.2 Compiling defmt-macros v1.1.1 Compiling usbd-hid-macros v0.10.0 Checking usbd-hid v0.10.0 Checking defmt v1.1.1 Checking embassy-usb-driver v0.2.2 (/ci/code/embassy-usb-driver) Documenting embassy-usb v0.6.0 (/ci/code/embassy-usb) Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.50s processing Flavor { name: "default", features: ["defmt", "usbd-hid"], target: "thumbv7em-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-usb/git.zup" Creating dictionary... Packing... Time elapsed: 36.594414ms Statistics: Files: 281 Directories: 39 Total entries: 320 Nodes before dedup: 320 after dedup: 319 (0.3% reduction) Uncompressed bytes before dedup: 3122490 (3.1 MB) after dedup: 3122406 (3.1 MB, 0.0% reduction) Compressed bytes before dedup: 337959 (0.3 MB) after dedup: 337894 (0.3 MB, 0.0% reduction) Overall compression ratio: 10.8% Archive created: "webroot/crates/embassy-usb/git.zup" ✅ Successfully built docs for embassy-usb Building docs for crate: embassy-usb-dfu Running cargo batch with 2 flavors... Updating crates.io index Locking 124 packages to latest Rust 1.94.0-nightly compatible versions Adding dfu-core v0.10.0 (available: v0.11.1) Adding esp32c3-hal v0.13.0 (available: v0.15.1) Adding generic-array v0.14.7 (available: v0.14.9) Adding toml_datetime v0.6.3 (available: v0.6.11) Adding toml_edit v0.20.2 (available: v0.20.7) Compiling embassy-usb v0.6.0 (/ci/code/embassy-usb) Compiling cortex-m v0.7.7 Checking embassy-time v0.5.1 (/ci/code/embassy-time) Checking embassy-usb-driver v0.2.2 (/ci/code/embassy-usb-driver) Checking embassy-net-driver-channel v0.4.0 (/ci/code/embassy-net-driver-channel) Checking embassy-boot v0.7.0 (/ci/code/embassy-boot) Documenting embassy-usb-dfu v0.3.0 (/ci/code/embassy-usb-dfu) warning: this URL is not a hyperlink --> src/../README.md:10:125 | 10 | ...een correctly signed using ed25519 as described in https://embassy.dev/book/#_verification. Even though the linked procedure desc... | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: bare URLs are not automatically turned into clickable links = note: `#[warn(rustdoc::bare_urls)]` on by default help: use an automatic link instead | 10 | Embassy-boot provides functionality to verify that an update binary has been correctly signed using ed25519 as described in <https://embassy.dev/book/#>_verification. Even though the linked procedure describes the signature being concatenated to the end of the update binary, embassy-boot does not force this and is flexible in terms of how the signature for a binary is distributed. The current implementation in embassy-usb-dfu does however assume that the signature is 64 bytes long and concatenated to the end of the update binary since this is the simplest way to make it work with the usb-dfu mechanism. I.e. embassy-usb-dfu does not currently offer the same flexibility as embassy-boot. | + + warning: `embassy-usb-dfu` (lib doc) generated 1 warning (run `cargo fix --lib -p embassy-usb-dfu` to apply 1 suggestion) warning: `embassy-usb-dfu` (lib doc) generated 1 warning (1 duplicate) Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.88s processing Flavor { name: "dfu", features: ["defmt", "cortex-m", "dfu"], target: "thumbv7em-none-eabi" } ... processing Flavor { name: "application", features: ["defmt", "cortex-m", "application"], target: "thumbv7em-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-usb-dfu/git.zup" Creating dictionary... Packing... Time elapsed: 7.9331ms Statistics: Files: 72 Directories: 30 Total entries: 102 Nodes before dedup: 102 after dedup: 95 (6.9% reduction) Uncompressed bytes before dedup: 621423 (0.6 MB) after dedup: 612450 (0.6 MB, 1.4% reduction) Compressed bytes before dedup: 69782 (0.1 MB) after dedup: 68435 (0.1 MB, 1.9% reduction) Overall compression ratio: 11.0% Archive created: "webroot/crates/embassy-usb-dfu/git.zup" ✅ Successfully built docs for embassy-usb-dfu Building docs for crate: embassy-usb-driver Running cargo batch with 1 flavors... Updating crates.io index Locking 15 packages to latest Rust 1.94.0-nightly compatible versions Adding embedded-io-async v0.6.1 (available: v0.7.0) Documenting embassy-usb-driver v0.2.2 (/ci/code/embassy-usb-driver) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-usb-driver/git.zup" Creating dictionary... Packing... Time elapsed: 10.934312ms Statistics: Files: 81 Directories: 16 Total entries: 97 Nodes before dedup: 97 after dedup: 97 (0.0% reduction) Uncompressed bytes before dedup: 870877 (0.9 MB) after dedup: 870877 (0.9 MB, 0.0% reduction) Compressed bytes before dedup: 96471 (0.1 MB) after dedup: 96471 (0.1 MB, 0.0% reduction) Overall compression ratio: 11.1% Archive created: "webroot/crates/embassy-usb-driver/git.zup" ✅ Successfully built docs for embassy-usb-driver Building docs for crate: embassy-usb-host Running cargo batch with 1 flavors... Updating crates.io index Locking 84 packages to latest Rust 1.94.0-nightly compatible versions Compiling embassy-usb v0.6.0 (/ci/code/embassy-usb) Compiling zerocopy v0.8.55 Compiling zerocopy-derive v0.8.55 Checking heapless v0.9.3 Checking embassy-sync v0.8.0 (/ci/code/embassy-sync) Checking embassy-net-driver-channel v0.4.0 (/ci/code/embassy-net-driver-channel) Documenting embassy-usb-host v0.1.0 (/ci/code/embassy-usb-host) Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.57s processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-usb-host/git.zup" Creating dictionary... Packing... Time elapsed: 80.86399ms Statistics: Files: 840 Directories: 87 Total entries: 927 Nodes before dedup: 927 after dedup: 925 (0.2% reduction) Uncompressed bytes before dedup: 7634576 (7.6 MB) after dedup: 7634299 (7.6 MB, 0.0% reduction) Compressed bytes before dedup: 729107 (0.7 MB) after dedup: 728998 (0.7 MB, 0.0% reduction) Overall compression ratio: 9.5% Archive created: "webroot/crates/embassy-usb-host/git.zup" ✅ Successfully built docs for embassy-usb-host Building docs for crate: embassy-usb-logger Running cargo batch with 1 flavors... Updating crates.io index Locking 53 packages to latest Rust 1.94.0-nightly compatible versions Checking log v0.4.33 Checking embassy-usb v0.6.0 (/ci/code/embassy-usb) Documenting embassy-usb-logger v0.6.0 (/ci/code/embassy-usb-logger) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s processing Flavor { name: "default", features: [], target: "thumbv7em-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-usb-logger/git.zup" Creating dictionary... Packing... Time elapsed: 2.14156ms Statistics: Files: 29 Directories: 14 Total entries: 43 Nodes before dedup: 43 after dedup: 43 (0.0% reduction) Uncompressed bytes before dedup: 143441 (0.1 MB) after dedup: 143441 (0.1 MB, 0.0% reduction) Compressed bytes before dedup: 17347 (0.0 MB) after dedup: 17347 (0.0 MB, 0.0% reduction) Overall compression ratio: 12.1% Archive created: "webroot/crates/embassy-usb-logger/git.zup" ✅ Successfully built docs for embassy-usb-logger Building docs for crate: embassy-usb-synopsys-otg Running cargo batch with 1 flavors... Updating crates.io index Locking 37 packages to latest Rust 1.94.0-nightly compatible versions Documenting embassy-usb-synopsys-otg v0.4.0 (/ci/code/embassy-usb-synopsys-otg) warning: unresolved link to `15:8` --> src/otg_v1.rs:4455:89 | 4455 | #[doc = "NTD descriptor list length for isochronuous & interrupt pipes (xfersiz[15:8], note val+1 is actual length)"] | ^^^^ no item named `15:8` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default warning: unresolved link to `15:8` --> src/otg_v1.rs:4460:88 | 4460 | #[doc = "NTD descriptor list length for isochronuous & interrupt pipes (xfrsiz[15:8], note val-1 is actual length)"] | ^^^^ no item named `15:8` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` warning: unresolved link to `7:0` --> src/otg_v1.rs:4465:75 | 4465 | #[doc = "Schedule info for isochronuous & interrupt pipes (xfrsiz[7:0])"] | ^^^ no item named `7:0` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` warning: unresolved link to `7:0` --> src/otg_v1.rs:4470:75 | 4470 | #[doc = "Schedule info for isochronuous & interrupt pipes (xfrsiz[7:0])"] | ^^^ no item named `7:0` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` warning: unresolved link to `State::as_state` --> src/lib.rs:304:18 | 304 | /// Build from [`State::as_state`]. | ^^^^^^^^^^^^^^^ the struct `State` has no field or associated item named `as_state` warning: unresolved link to `State::as_state` --> src/lib.rs:1635:46 | 1635 | /// Shared driver/interrupt state from [`State::as_state`]. | ^^^^^^^^^^^^^^^ the struct `State` has no field or associated item named `as_state` warning: this URL is not a hyperlink --> src/otg_v1.rs:3:6 | 3 | //! https://www.intel.com/content/www/us/en/programmable/hps/agilex5/index_frames.html under USBOTG | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: bare URLs are not automatically turned into clickable links = note: `#[warn(rustdoc::bare_urls)]` on by default help: use an automatic link instead | 3 | //! <https://www.intel.com/content/www/us/en/programmable/hps/agilex5/index_frames.html> under USBOTG | + + warning: redundant explicit link target --> src/lib.rs:301:75 | 301 | /// Type-erased borrow of [`State`] passed to [`OtgInstance`], [`Driver`](crate::Driver), [`Bus`](crate::Bus), | -------- ^^^^^^^^^^^^^ explicit target is redundant | | | because label contains path that resolves to same destination | = note: when a link's destination is not specified, the label is used to resolve intra-doc links = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default help: remove explicit link target | 301 - /// Type-erased borrow of [`State`] passed to [`OtgInstance`], [`Driver`](crate::Driver), [`Bus`](crate::Bus), 301 + /// Type-erased borrow of [`State`] passed to [`OtgInstance`], [`Driver`], [`Bus`](crate::Bus), | warning: redundant explicit link target --> src/lib.rs:301:99 | 301 | /// Type-erased borrow of [`State`] passed to [`OtgInstance`], [`Driver`](crate::Driver), [`Bus`](crate::Bus), | ----- ^^^^^^^^^^ explicit target is redundant | | | because label contains path that resolves to same destination | = note: when a link's destination is not specified, the label is used to resolve intra-doc links help: remove explicit link target | 301 - /// Type-erased borrow of [`State`] passed to [`OtgInstance`], [`Driver`](crate::Driver), [`Bus`](crate::Bus), 301 + /// Type-erased borrow of [`State`] passed to [`OtgInstance`], [`Driver`](crate::Driver), [`Bus`], | warning: redundant explicit link target --> src/lib.rs:403:101 | 403 | /// Borrow this [`StateStorage`] as a [`State`] for [`OtgInstance`] and the Synopsys [`Driver`](crate::Driver). | -------- ^^^^^^^^^^^^^ explicit target is redundant | | | because label contains path that resolves to same destination | = note: when a link's destination is not specified, the label is used to resolve intra-doc links help: remove explicit link target | 403 - /// Borrow this [`StateStorage`] as a [`State`] for [`OtgInstance`] and the Synopsys [`Driver`](crate::Driver). 403 + /// Borrow this [`StateStorage`] as a [`State`] for [`OtgInstance`] and the Synopsys [`Driver`]. | warning: `embassy-usb-synopsys-otg` (lib doc) generated 10 warnings (run `cargo fix --lib -p embassy-usb-synopsys-otg` to apply 1 suggestion) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ... Creating .zup archive: "webroot/crates/embassy-usb-synopsys-otg/git.zup" Creating dictionary... Packing... Time elapsed: 32.432782ms Statistics: Files: 163 Directories: 17 Total entries: 180 Nodes before dedup: 180 after dedup: 180 (0.0% reduction) Uncompressed bytes before dedup: 2994250 (3.0 MB) after dedup: 2994250 (3.0 MB, 0.0% reduction) Compressed bytes before dedup: 283928 (0.3 MB) after dedup: 283928 (0.3 MB, 0.0% reduction) Overall compression ratio: 9.5% Archive created: "webroot/crates/embassy-usb-synopsys-otg/git.zup" ✅ Successfully built docs for embassy-usb-synopsys-otg Summary: ✅ Successfully built docs for 33 crates + export KUBECONFIG=/ci/secrets/kubeconfig.yml + KUBECONFIG=/ci/secrets/kubeconfig.yml ++ kubectl get po -l app=docserver -o 'jsonpath={.items[0].metadata.name}' + POD=docserver-5d97d877c9-f9xqt + kubectl cp webroot/crates docserver-5d97d877c9-f9xqt:/data + kubectl cp webroot/static docserver-5d97d877c9-f9xqt:/data