+ git clone -n https://github.com/embassy-rs/embassy.git code
Cloning into 'code'...
+ cd code
+ git checkout 2a8c45bbaaded59baa72b9e7c2d332e0a5b8b79d
HEAD is now at 2a8c45bba Merge pull request #6906 from cryptographix/usb-host-address-lifetime
+ 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
+ cargo install --git https://github.com/embassy-rs/cargo-embassy-devtool --locked --rev f8a8cce4092ef2566fbae04f088daa70c9e1fe93
Updating git repository `https://github.com/embassy-rs/cargo-embassy-devtool`
Ignored package `cargo-embassy-devtool v0.1.4 (https://github.com/embassy-rs/cargo-embassy-devtool?rev=f8a8cce4092ef2566fbae04f088daa70c9e1fe93#f8a8cce4)` is already installed, use --force to override
+ cargo install --git https://github.com/embassy-rs/docserver --locked --rev f024dc8ca0dceb7f1211d2afa957c5cc80909682
Updating git repository `https://github.com/embassy-rs/docserver`
Ignored package `docserver v0.1.7 (https://github.com/embassy-rs/docserver?rev=f024dc8ca0dceb7f1211d2afa957c5cc80909682#f024dc8c)` is already installed, use --force to override
+ mv rust-toolchain-nightly.toml rust-toolchain.toml
+ cargo embassy-devtool doc -o webroot --monitor
embassy-devtool version 0.1.4
Building docs for crate: cyw43
[mon:68] started
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/xarxa`
Locking 68 packages to latest Rust 1.100.0-nightly compatible versions
Adding trait-set v0.3.0 (available: v0.5.0)
Compiling proc-macro2 v1.0.107
Compiling quote v1.0.47
Compiling unicode-ident v1.0.24
Compiling thiserror v2.0.20
Checking stable_deref_trait v1.2.1
Compiling defmt v1.1.1
Compiling defmt-macros v1.1.1
Checking futures-core v0.3.34
Compiling semver-parser v0.7.0
Checking futures-sink v0.3.34
Checking critical-section v1.2.0
Checking bitflags v1.3.2
Compiling litrs v1.0.0
Checking embedded-hal v1.0.0
Checking nb v1.1.0
Compiling heapless v0.9.3
Checking byteorder v1.5.0
Compiling embedded-hal-async v1.0.0
Checking nb v0.1.3
Checking as-slice v0.2.1
Checking cfg-if v1.0.4
Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync)
Checking void v1.0.2
Compiling semver v0.9.0
Checking hash32 v0.3.1
Compiling xarxa-driver v0.1.0 (https://github.com/embassy-rs/xarxa?rev=324376018b2f7e5f1c70bb0070d92306afea32e3#32437601)
Compiling syn v1.0.109
Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver)
Compiling cortex-m-macros v0.7.8
Checking embedded-io v0.7.1
Compiling rustc_version v0.2.3
Checking embedded-hal v0.2.7
Checking aligned v0.4.3
Compiling cortex-m-rt v0.7.6
Checking embedded-io-async v0.7.0
Checking pin-project-lite v0.2.17
Compiling cortex-m v0.7.9
Checking vcell v0.1.3
Checking futures-task v0.3.34
Checking block-device-driver v0.2.0
Checking volatile-register v0.2.2
Checking futures-channel v0.3.34
Checking bitfield v0.13.2
Checking futures-io v0.3.34
Checking embassy-futures v0.1.2 (/ci/code/embassy-futures)
Checking sdio v0.5.1
Compiling bare-metal v0.2.5
Compiling document-features v0.2.12
Compiling syn v3.0.4
Compiling syn v2.0.119
Compiling trait-set v0.3.0
Compiling thiserror-impl v2.0.20
Compiling futures-macro v0.3.34
Checking futures-util v0.3.34
Compiling cortex-m-rt-macros v0.7.6
Compiling defmt-parser v1.0.0
Checking futures v0.3.34
Checking embassy-time v0.5.1 (/ci/code/embassy-time)
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 8.19s
[mon:68] stopped
copying statics...
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: 2.415658ms
Statistics:
Files: 72
Directories: 19
Total entries: 91
Nodes before dedup: 91
after dedup: 91 (0.0% reduction)
Uncompressed bytes before dedup: 747609 (0.7 MB)
after dedup: 747609 (0.7 MB, 0.0% reduction)
Compressed bytes before dedup: 83995 (0.1 MB)
after dedup: 83995 (0.1 MB, 0.0% reduction)
Overall compression ratio: 11.2%
Archive created: "webroot/crates/cyw43/git.zup"
✅ Successfully built docs for cyw43
Building docs for crate: cyw43-pio
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:1092] started
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/rp-pac`
Updating git repository `https://github.com/embassy-rs/xarxa`
Locking 151 packages to latest Rust 1.100.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 cfg-if v1.0.4
Compiling smallvec v1.15.2
Compiling scopeguard v1.2.0
Compiling regex-syntax v0.8.11
Compiling equivalent v1.0.2
Compiling hashbrown v0.17.1
Compiling siphasher v1.0.3
Compiling lock_api v0.4.14
Compiling phf_shared v0.11.3
Checking nb v0.1.3
Compiling term v1.2.1
Compiling bit-vec v0.8.0
Compiling generic-array v0.14.7
Compiling new_debug_unreachable v1.0.6
Compiling paste v1.0.15
Compiling log v0.4.34
Compiling keccak v0.1.6
Compiling fixedbitset v0.5.7
Compiling precomputed-hash v0.1.1
Compiling same-file v1.0.6
Compiling either v1.18.0
Compiling aho-corasick v1.1.5
Compiling indexmap v2.14.1
Compiling walkdir v2.5.0
Compiling itertools v0.14.0
Checking embedded-hal v0.2.7
Compiling ascii-canvas v4.0.0
Compiling ena v0.14.4
Compiling quote v1.0.47
Compiling bit-set v0.8.0
Compiling syn v2.0.119
Compiling unicode-xid v0.2.6
Compiling pico-args v0.5.0
Compiling cortex-m-rt v0.7.6
Compiling heapless v0.9.3
Compiling autocfg v1.5.1
Compiling debug-helper v0.3.14
Compiling zerocopy v0.8.56
Compiling arrayvec v0.7.8
Compiling crc-any v2.5.1
Compiling num-traits v0.2.19
Compiling proc-macro-error-attr2 v2.0.0
Compiling petgraph v0.7.1
Compiling syn v3.0.4
Compiling parking_lot v0.12.5
Compiling unicode-width v0.1.14
Compiling embedded-io-async v0.6.1
Compiling termcolor v1.4.1
Compiling block-buffer v0.10.4
Compiling crypto-common v0.1.7
Compiling regex-automata v0.4.18
Compiling digest v0.10.7
Compiling string_cache v0.8.9
Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal)
Checking embassy-sync v0.8.0 (/ci/code/embassy-sync)
Compiling codespan-reporting v0.11.1
Compiling sha3 v0.10.9
Compiling rp2040-boot2 v0.3.0
Compiling rp-pac v7.0.0 (https://github.com/embassy-rs/rp-pac?rev=c2e27609b021c444f634673155318977d7f0bdf6#c2e27609)
Checking embedded-io v0.6.1
Compiling fixed v1.31.0
Checking embedded-storage v0.3.1
Checking embassy-time v0.5.1 (/ci/code/embassy-time)
Compiling syn v1.0.109
Checking embedded-storage-async v0.4.1
Checking bytemuck v1.25.2
Checking az v1.3.0
Compiling embassy-rp v0.10.0 (/ci/code/embassy-rp)
Checking rgb v0.8.53
Checking embassy-usb-driver v0.2.2 (/ci/code/embassy-usb-driver)
Checking embedded-hal-nb v1.0.0
Checking rand_core v0.6.4
Checking rand_core v0.9.5
Checking embassy-net-driver-channel v0.4.0 (/ci/code/embassy-net-driver-channel)
Checking sha2-const-stable v0.1.0
Checking rand_core v0.10.1
Checking smart-leds-trait v0.3.2
Compiling lalrpop-util v0.22.2
Compiling regex v1.13.1
Compiling proc-macro-error2 v2.0.1
Compiling lalrpop v0.22.2
Compiling trait-set v0.3.0
Compiling futures-macro v0.3.34
Compiling num_enum_derive v0.7.6
Compiling cortex-m-macros v0.7.8
Compiling zerocopy-derive v0.8.56
Compiling cortex-m-rt-macros v0.7.6
Checking cortex-m v0.7.9
Checking futures-util v0.3.34
Checking embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal)
Compiling num_enum v0.7.6
Compiling pio-core v0.3.0
Checking futures v0.3.34
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 23.28s
warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[mon:1092] stopped
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: 749.41µs
Statistics:
Files: 22
Directories: 14
Total entries: 36
Nodes before dedup: 36
after dedup: 36 (0.0% reduction)
Uncompressed bytes before dedup: 92211 (0.1 MB)
after dedup: 92211 (0.1 MB, 0.0% reduction)
Compressed bytes before dedup: 12010 (0.0 MB)
after dedup: 12010 (0.0 MB, 0.0% reduction)
Overall compression ratio: 13.0%
Archive created: "webroot/crates/cyw43-pio/git.zup"
✅ Successfully built docs for cyw43-pio
Building docs for crate: embassy-boot
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:2687] started
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 101 packages to latest Rust 1.100.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.8 (available: v0.10.2)
Adding sha1 v0.10.7 (available: v0.11.0)
Adding signature v2.2.0 (available: v3.0.0)
Checking byteorder v1.5.0
Checking typenum v1.20.1
Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal)
Checking nb v1.1.0
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
Checking embedded-io v0.7.1
Compiling syn v3.0.4
Checking bitflags v1.3.2
Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync)
Compiling embedded-hal-async v1.0.0
Checking cfg-if v1.0.4
Checking embedded-hal v1.0.0
Checking critical-section v1.2.0
Checking futures-sink v0.3.34
Checking futures-core v0.3.34
Checking nb v0.1.3
Checking void v1.0.2
Checking embedded-storage v0.3.1
Checking embedded-io-async v0.7.0
Checking embassy-futures v0.1.2 (/ci/code/embassy-futures)
Checking embedded-hal v0.2.7
Checking signature v2.2.0
Checking hash32 v0.3.1
Checking embedded-storage-async v0.4.1
Checking block-buffer v0.10.4
Checking crypto-common v0.1.7
Checking digest v0.10.7
Compiling thiserror-impl v2.0.20
Compiling thiserror v2.0.20
Compiling defmt-parser v1.0.0
Compiling defmt-macros v1.1.1
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 4.86s
[mon:2687] stopped
processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-boot/git.zup"
Creating dictionary...
Packing...
Time elapsed: 1.604285ms
Statistics:
Files: 45
Directories: 18
Total entries: 63
Nodes before dedup: 63
after dedup: 63 (0.0% reduction)
Uncompressed bytes before dedup: 399398 (0.4 MB)
after dedup: 399398 (0.4 MB, 0.0% reduction)
Compressed bytes before dedup: 48541 (0.0 MB)
after dedup: 48541 (0.0 MB, 0.0% reduction)
Overall compression ratio: 12.2%
Archive created: "webroot/crates/embassy-boot/git.zup"
✅ Successfully built docs for embassy-boot
Building docs for crate: embassy-boot-nrf
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:3197] started
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 76 packages to latest Rust 1.100.0-nightly compatible versions
Adding generic-array v0.14.7 (available: v0.14.9)
Checking vcell v0.1.3
Compiling cortex-m v0.7.9
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.56
Compiling zerocopy-derive v0.8.56
Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync)
Compiling embedded-io-async v0.6.1
Compiling nrf-pac v0.4.0
Checking embedded-io v0.6.1
Compiling cortex-m-rt v0.7.6
Compiling fixed v1.31.0
Checking bytemuck v1.25.2
Checking az v1.3.0
Checking bitflags v2.13.1
Checking volatile-register v0.2.2
Checking rand_core v0.10.1
Checking rand_core v0.6.4
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.14s
[mon:3197] stopped
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: 1.785565ms
Statistics:
Files: 38
Directories: 14
Total entries: 52
Nodes before dedup: 52
after dedup: 52 (0.0% reduction)
Uncompressed bytes before dedup: 681475 (0.7 MB)
after dedup: 681475 (0.7 MB, 0.0% reduction)
Compressed bytes before dedup: 64482 (0.1 MB)
after dedup: 64482 (0.1 MB, 0.0% reduction)
Overall compression ratio: 9.5%
Archive created: "webroot/crates/embassy-boot-nrf/git.zup"
✅ Successfully built docs for embassy-boot-nrf
Building docs for crate: embassy-boot-rp
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:3531] started
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/rp-pac`
Locking 139 packages to latest Rust 1.100.0-nightly compatible versions
Adding generic-array v0.14.7 (available: v0.14.9)
Compiling proc-macro2 v1.0.107
Compiling unicode-ident v1.0.24
Compiling quote v1.0.47
Compiling version_check v0.9.5
Compiling rustversion v1.0.23
Compiling libc v0.2.189
Compiling typenum v1.20.1
Compiling memchr v2.8.3
Compiling cortex-m v0.7.9
Compiling parking_lot_core v0.9.12
Compiling semver-parser v0.7.0
Compiling scopeguard v1.2.0
Compiling smallvec v1.15.2
Compiling cfg-if v1.0.4
Checking nb v1.1.0
Compiling regex-syntax v0.8.11
Compiling semver v0.9.0
Compiling lock_api v0.4.14
Compiling hashbrown v0.17.1
Compiling generic-array v0.14.7
Compiling equivalent v1.0.2
Checking embedded-hal v1.0.0
Compiling siphasher v1.0.3
Compiling rustc_version v0.2.3
Checking nb v0.1.3
Compiling bit-vec v0.8.0
Compiling term v1.2.1
Compiling precomputed-hash v0.1.1
Compiling phf_shared v0.11.3
Compiling bare-metal v0.2.5
Compiling fixedbitset v0.5.7
Compiling aho-corasick v1.1.5
Compiling log v0.4.34
Compiling new_debug_unreachable v1.0.6
Compiling same-file v1.0.6
Compiling cortex-m-macros v0.7.8
Checking critical-section v1.2.0
Compiling either v1.18.0
Compiling paste v1.0.15
Compiling keccak v0.1.6
Checking void v1.0.2
Compiling walkdir v2.5.0
Compiling ena v0.14.4
Checking embedded-hal v0.2.7
Compiling ascii-canvas v4.0.0
Compiling itertools v0.14.0
Compiling bit-set v0.8.0
Compiling unicode-xid v0.2.6
Compiling indexmap v2.14.1
Compiling syn v2.0.119
Compiling pico-args v0.5.0
Compiling autocfg v1.5.1
Checking vcell v0.1.3
Checking volatile-register v0.2.2
Checking bitfield v0.13.2
Compiling heapless v0.9.3
Compiling embedded-hal-async v1.0.0
Compiling num-traits v0.2.19
Checking embedded-io v0.7.1
Checking byteorder v1.5.0
Checking embedded-io-async v0.7.0
Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync)
Compiling arrayvec v0.7.8
Checking hash32 v0.3.1
Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal)
Compiling parking_lot v0.12.5
Compiling debug-helper v0.3.14
Checking stable_deref_trait v1.2.1
Compiling litrs v1.0.0
Compiling zerocopy v0.8.56
Checking futures-core v0.3.34
Compiling cortex-m-rt v0.7.6
Compiling petgraph v0.7.1
Compiling string_cache v0.8.9
Compiling crc-any v2.5.1
Compiling crypto-common v0.1.7
Compiling block-buffer v0.10.4
Compiling document-features v0.2.12
Compiling proc-macro-error-attr2 v2.0.0
Compiling digest v0.10.7
Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver)
Compiling regex-automata v0.4.18
Compiling sha3 v0.10.9
Compiling unicode-width v0.1.14
Compiling termcolor v1.4.1
Checking futures-sink v0.3.34
Checking embedded-storage v0.3.1
Compiling embedded-io-async v0.6.1
Compiling rp2040-boot2 v0.3.0
Checking embedded-storage-async v0.4.1
Checking embassy-futures v0.1.2 (/ci/code/embassy-futures)
Compiling rp-pac v7.0.0 (https://github.com/embassy-rs/rp-pac?rev=c2e27609b021c444f634673155318977d7f0bdf6#c2e27609)
Compiling codespan-reporting v0.11.1
Checking embedded-io v0.6.1
Compiling fixed v1.31.0
Checking rgb v0.8.53
Checking az v1.3.0
Checking bytemuck v1.25.2
Compiling embassy-rp v0.10.0 (/ci/code/embassy-rp)
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.6.4
Checking sha2-const-stable v0.1.0
Checking rand_core v0.10.1
Checking signature v2.2.0
Checking rand_core v0.9.5
Checking smart-leds-trait v0.3.2
Compiling embassy-boot-rp v0.10.0 (/ci/code/embassy-boot-rp)
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.56
Compiling cortex-m-rt-macros v0.7.6
Checking embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal)
Compiling num_enum v0.7.6
Compiling pio-core v0.3.0
Checking embassy-boot v0.7.0 (/ci/code/embassy-boot)
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 20.34s
warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[mon:3531] stopped
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: 1.846236ms
Statistics:
Files: 40
Directories: 14
Total entries: 54
Nodes before dedup: 54
after dedup: 54 (0.0% reduction)
Uncompressed bytes before dedup: 742226 (0.7 MB)
after dedup: 742226 (0.7 MB, 0.0% reduction)
Compressed bytes before dedup: 71793 (0.1 MB)
after dedup: 71793 (0.1 MB, 0.0% reduction)
Overall compression ratio: 9.7%
Archive created: "webroot/crates/embassy-boot-rp/git.zup"
✅ Successfully built docs for embassy-boot-rp
Building docs for crate: embassy-boot-stm32
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:5683] started
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/stm32-data-generated`
Updating git repository `https://github.com/embassy-rs/xarxa`
Updating git repository `https://github.com/embassy-rs/unitrait`
Locking 97 packages to latest Rust 1.100.0-nightly compatible versions
Adding generic-array v0.14.7 (available: v0.14.9)
Compiling proc-macro2 v1.0.107
Checking embedded-hal v1.0.0
Checking stable_deref_trait v1.2.1
Checking nb v1.1.0
Checking critical-section v1.2.0
Checking vcell v0.1.3
Compiling cortex-m v0.7.9
Checking embedded-io v0.7.1
Checking void v1.0.2
Checking byteorder v1.5.0
Compiling bare-metal v0.2.5
Compiling heapless v0.9.3
Compiling num-traits v0.2.19
Checking volatile-register v0.2.2
Compiling nb v0.1.3
Checking bitfield v0.13.2
Checking futures-core v0.3.34
Compiling embedded-hal-async v1.0.0
Checking embedded-hal v0.2.7
Checking embedded-io-async v0.7.0
Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync)
Compiling generic-array v0.14.7
Checking cfg-if v1.0.4
Compiling stm32-metapac v21.0.0 (https://github.com/embassy-rs/stm32-data-generated?tag=stm32-data-b98e71c0587d052b1a10e79c5e958a2fe9207c91#21c71e36)
Checking futures-sink v0.3.34
Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal)
Checking hash32 v0.3.1
Compiling regex-syntax v0.8.11
Checking typenum v1.20.1
Compiling portable-atomic v1.15.0
Compiling cortex-m-rt v0.7.6
Compiling embedded-io-async v0.6.1
Checking as-slice v0.2.1
Checking embedded-io v0.6.1
Checking embedded-storage v0.3.1
Compiling syn v1.0.109
Checking aligned v0.4.3
Checking embassy-futures v0.1.2 (/ci/code/embassy-futures)
Checking embedded-storage-async v0.4.1
Compiling xarxa-driver v0.1.0 (https://github.com/embassy-rs/xarxa?rev=324376018b2f7e5f1c70bb0070d92306afea32e3#32437601)
Checking block-device-driver v0.2.0
Checking embassy-usb-driver v0.2.2 (/ci/code/embassy-usb-driver)
Checking pin-project-lite v0.2.17
Checking futures-task v0.3.34
Checking stm32-fmc v0.4.0
Checking sdio v0.5.1
Checking embedded-hal-nb v1.0.0
Checking futures-util v0.3.34
Checking embedded-can v0.4.1
Checking bitflags v2.13.1
Checking bit_field v0.10.3
Checking signature v2.2.0
Compiling quote v1.0.47
Compiling embassy-boot-stm32 v0.8.0 (/ci/code/embassy-boot-stm32)
Checking sdio-host v0.9.0
Checking rand_core v0.10.1
Checking dsp-fixedpoint v0.2.1
Checking rand_core v0.6.4
Checking static_assertions v1.1.0
Checking rand_core v0.9.5
Compiling syn v2.0.119
Checking once_cell v1.21.4
Checking embassy-usb-synopsys-otg v0.4.0 (/ci/code/embassy-usb-synopsys-otg)
Checking crypto-common v0.1.7
Checking block-buffer v0.10.4
Checking digest v0.10.7
Compiling regex-automata v0.4.18
Compiling trait-set v0.3.0
Compiling regex v1.13.1
Compiling cortex-m-macros v0.7.8
Compiling unitrait-macros v1.1.0 (https://github.com/embassy-rs/unitrait?rev=8f39516488825a762e51eb1ef1c0255d8f70b39b#8f395164)
Compiling cortex-m-rt-macros v0.7.6
Checking unitrait v1.1.0 (https://github.com/embassy-rs/unitrait?rev=8f39516488825a762e51eb1ef1c0255d8f70b39b#8f395164)
Checking embassy-crypto-driver v0.1.0 (/ci/code/embassy-crypto-driver)
Checking embassy-embedded-hal v0.6.0 (/ci/code/embassy-embedded-hal)
Checking embassy-boot v0.7.0 (/ci/code/embassy-boot)
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.64s
[mon:5683] stopped
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: 1.103672ms
Statistics:
Files: 35
Directories: 14
Total entries: 49
Nodes before dedup: 49
after dedup: 49 (0.0% reduction)
Uncompressed bytes before dedup: 384620 (0.4 MB)
after dedup: 384620 (0.4 MB, 0.0% reduction)
Compressed bytes before dedup: 41764 (0.0 MB)
after dedup: 41764 (0.0 MB, 0.0% reduction)
Overall compression ratio: 10.9%
Archive created: "webroot/crates/embassy-boot-stm32/git.zup"
✅ Successfully built docs for embassy-boot-stm32
Building docs for crate: embassy-crypto
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:6696] started
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/unitrait`
Locking 46 packages to latest Rust 1.100.0-nightly compatible versions
Adding heapless v0.8.0 (available: v0.9.3)
Checking typenum v1.20.1
Checking cmov v0.5.4
Checking cpubits v0.1.1
Compiling heapless v0.8.0
Compiling unitrait-macros v1.1.0 (https://github.com/embassy-rs/unitrait?rev=8f39516488825a762e51eb1ef1c0255d8f70b39b#8f395164)
Checking ctutils v0.4.2
Checking unitrait v1.1.0 (https://github.com/embassy-rs/unitrait?rev=8f39516488825a762e51eb1ef1c0255d8f70b39b#8f395164)
Checking embassy-crypto-driver v0.1.0 (/ci/code/embassy-crypto-driver)
Checking hybrid-array v0.4.14
Checking generic-array v1.4.5
Checking crypto-common v0.2.2
Checking block-buffer v0.12.1
Checking inout v0.2.2
Checking digest v0.11.3
Checking cipher v0.5.2
Checking universal-hash v0.6.1
Checking aead v0.6.1
Checking polyval v0.7.3
Checking md-5 v0.11.0
Checking hmac v0.13.0
Checking sha1 v0.11.0
Checking signature v3.0.0
Checking sha2 v0.11.0
Checking ghash v0.6.0
Checking ctr v0.10.1
Checking aes v0.9.3
Checking ccm v0.6.1
Checking aes-gcm v0.11.1
Documenting embassy-crypto v0.1.0 (/ci/code/embassy-crypto)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
[mon:6696] stopped
processing Flavor { name: "default", features: ["defmt", "driver-rustcrypto"], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-crypto/git.zup"
Creating dictionary...
Packing...
Time elapsed: 3.729125ms
Statistics:
Files: 80
Directories: 16
Total entries: 96
Nodes before dedup: 96
after dedup: 96 (0.0% reduction)
Uncompressed bytes before dedup: 1869090 (1.9 MB)
after dedup: 1869090 (1.9 MB, 0.0% reduction)
Compressed bytes before dedup: 142729 (0.1 MB)
after dedup: 142729 (0.1 MB, 0.0% reduction)
Overall compression ratio: 7.6%
Archive created: "webroot/crates/embassy-crypto/git.zup"
✅ Successfully built docs for embassy-crypto
Building docs for crate: embassy-crypto-driver
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:6928] started
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/unitrait`
Locking 13 packages to latest Rust 1.100.0-nightly compatible versions
Documenting embassy-crypto-driver v0.1.0 (/ci/code/embassy-crypto-driver)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.32s
[mon:6928] stopped
processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-crypto-driver/git.zup"
Creating dictionary...
Packing...
Time elapsed: 3.466223ms
Statistics:
Files: 274
Directories: 14
Total entries: 288
Nodes before dedup: 288
after dedup: 288 (0.0% reduction)
Uncompressed bytes before dedup: 1553934 (1.6 MB)
after dedup: 1553934 (1.6 MB, 0.0% reduction)
Compressed bytes before dedup: 164420 (0.2 MB)
after dedup: 164420 (0.2 MB, 0.0% reduction)
Overall compression ratio: 10.6%
Archive created: "webroot/crates/embassy-crypto-driver/git.zup"
✅ Successfully built docs for embassy-crypto-driver
Building docs for crate: embassy-embedded-hal
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:6998] started
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 49 packages to latest Rust 1.100.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 stable_deref_trait v1.2.1
Checking nb v1.1.0
Compiling heapless v0.9.3
Checking embedded-io v0.7.1
Compiling embedded-hal-async v1.0.0
Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync)
Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal)
Checking futures-sink v0.3.34
Checking embedded-hal v1.0.0
Checking critical-section v1.2.0
Checking cfg-if v1.0.4
Checking futures-core v0.3.34
Checking embedded-storage v0.3.1
Checking void v1.0.2
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.90s
[mon:6998] stopped
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: 1.901406ms
Statistics:
Files: 64
Directories: 29
Total entries: 93
Nodes before dedup: 93
after dedup: 90 (3.2% reduction)
Uncompressed bytes before dedup: 825394 (0.8 MB)
after dedup: 825209 (0.8 MB, 0.0% reduction)
Compressed bytes before dedup: 73567 (0.1 MB)
after dedup: 73447 (0.1 MB, 0.2% reduction)
Overall compression ratio: 8.9%
Archive created: "webroot/crates/embassy-embedded-hal/git.zup"
✅ Successfully built docs for embassy-embedded-hal
Building docs for crate: embassy-executor
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:7193] started
Running cargo batch with 5 flavors...
Updating crates.io index
Locking 185 packages to latest Rust 1.100.0-nightly compatible versions
Adding aarch32-cpu v0.3.0 (available: v0.4.0)
Adding avr-device v0.8.1 (available: v0.9.0)
Adding cortex-m v0.7.7 (available: v0.7.9)
Adding svd-encoder v0.14.7 (available: v0.14.8)
Adding svd-parser v0.14.9 (available: v0.14.10)
Adding svd-rs v0.14.12 (available: v0.14.13)
Adding syn v2.0.110 (available: v2.0.119)
Adding zynq7000 v0.4.0 (available: v0.6.0)
Compiling fnv v1.0.7
Compiling strsim v0.11.1
Compiling ident_case v1.0.1
Compiling wasm-bindgen-shared v0.2.127
Compiling bumpalo v3.20.3
Checking unicode-ident v1.0.24
Compiling syn v2.0.110
Compiling cortex-m v0.7.7
Compiling wasm-bindgen v0.2.127
Checking nb v0.1.3
Compiling defmt v1.1.1
Checking slab v0.4.12
Checking futures-task v0.3.34
Checking futures-core v0.3.34
Checking once_cell v1.21.4
Checking cfg-if v1.0.4
Checking pin-project-lite v0.2.17
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.34
Checking cordyceps v0.3.5
Checking critical-section v1.2.0
Compiling darling_core v0.20.11
Compiling wasm-bindgen-macro-support v0.2.127
Compiling unitrait-macros v1.1.0
Compiling defmt-macros v1.1.1
Checking unitrait v1.1.0
Checking embassy-executor-timer-queue v0.1.1 (/ci/code/embassy-executor-timer-queue)
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.127
Checking js-sys v0.3.104
Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.70s
[mon:7193] stopped
processing Flavor { name: "std", features: ["defmt", "scheduler-deadline", "scheduler-priority", "platform-std", "executor-thread"], target: "x86_64-unknown-linux-gnu" } ...
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: "wasm", features: ["defmt", "scheduler-deadline", "scheduler-priority", "platform-wasm", "executor-thread"], target: "wasm32-unknown-unknown" } ...
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: 5.101408ms
Statistics:
Files: 261
Directories: 98
Total entries: 359
Nodes before dedup: 359
after dedup: 190 (47.1% reduction)
Uncompressed bytes before dedup: 2061054 (2.1 MB)
after dedup: 1273386 (1.3 MB, 38.2% reduction)
Compressed bytes before dedup: 272226 (0.3 MB)
after dedup: 169290 (0.2 MB, 37.8% reduction)
Overall compression ratio: 8.2%
Archive created: "webroot/crates/embassy-executor/git.zup"
✅ Successfully built docs for embassy-executor
Building docs for crate: embassy-executor-timer-queue
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:8560] started
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 6 packages to latest Rust 1.100.0-nightly compatible versions
Compiling syn v2.0.119
Compiling unitrait-macros v1.1.0
Checking unitrait v1.1.0
Documenting embassy-executor-timer-queue v0.1.1 (/ci/code/embassy-executor-timer-queue)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
[mon:8560] stopped
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: 478.274µs
Statistics:
Files: 22
Directories: 14
Total entries: 36
Nodes before dedup: 36
after dedup: 36 (0.0% reduction)
Uncompressed bytes before dedup: 64800 (0.1 MB)
after dedup: 64800 (0.1 MB, 0.0% reduction)
Compressed bytes before dedup: 9333 (0.0 MB)
after dedup: 9333 (0.0 MB, 0.0% reduction)
Overall compression ratio: 14.4%
Archive created: "webroot/crates/embassy-executor-timer-queue/git.zup"
✅ Successfully built docs for embassy-executor-timer-queue
Building docs for crate: embassy-futures
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:8680] started
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 12 packages to latest Rust 1.100.0-nightly compatible versions
Documenting embassy-futures v0.1.2 (/ci/code/embassy-futures)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s
[mon:8680] stopped
processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-futures/git.zup"
Creating dictionary...
Packing...
Time elapsed: 1.767786ms
Statistics:
Files: 59
Directories: 18
Total entries: 77
Nodes before dedup: 77
after dedup: 77 (0.0% reduction)
Uncompressed bytes before dedup: 758881 (0.8 MB)
after dedup: 758881 (0.8 MB, 0.0% reduction)
Compressed bytes before dedup: 66212 (0.1 MB)
after dedup: 66212 (0.1 MB, 0.0% reduction)
Overall compression ratio: 8.7%
Archive created: "webroot/crates/embassy-futures/git.zup"
✅ Successfully built docs for embassy-futures
Building docs for crate: embassy-net
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:8750] started
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/xarxa`
Locking 39 packages to latest Rust 1.100.0-nightly compatible versions
Compiling defmt v1.1.1
Compiling xarxa-driver v0.1.0 (https://github.com/embassy-rs/xarxa?rev=324376018b2f7e5f1c70bb0070d92306afea32e3#32437601)
Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver)
Compiling xarxa v0.1.0 (https://github.com/embassy-rs/xarxa?rev=324376018b2f7e5f1c70bb0070d92306afea32e3#32437601)
Checking embedded-nal v0.9.0
Checking embedded-nal-async v0.9.0
Compiling heapless v0.9.3
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)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
[mon:8750] stopped
processing Flavor { name: "default", features: ["defmt", "tcp", "tcp-listener", "udp", "raw-ethernet", "raw-ip", "iface-bind", "hostname", "dns", "dhcpv4", "dhcpv4-options", "ipv4", "ipv6", "medium-ethernet", "medium-ip", "medium-ieee802154", "multicast", "slaac", "packetmeta-id", "packetmeta-timestamp"], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-net/git.zup"
Creating dictionary...
Packing...
Time elapsed: 15.97228ms
Statistics:
Files: 371
Directories: 27
Total entries: 398
Nodes before dedup: 398
after dedup: 398 (0.0% reduction)
Uncompressed bytes before dedup: 7593717 (7.6 MB)
after dedup: 7593717 (7.6 MB, 0.0% reduction)
Compressed bytes before dedup: 674535 (0.7 MB)
after dedup: 674535 (0.7 MB, 0.0% reduction)
Overall compression ratio: 8.9%
Archive created: "webroot/crates/embassy-net/git.zup"
✅ Successfully built docs for embassy-net
Building docs for crate: embassy-net-adin1110
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:8941] started
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/xarxa`
Locking 75 packages to latest Rust 1.100.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 xarxa-driver v0.1.0 (https://github.com/embassy-rs/xarxa?rev=324376018b2f7e5f1c70bb0070d92306afea32e3#32437601)
Compiling embedded-hal-bus v0.1.0
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.14s
[mon:8941] stopped
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: 1.022578ms
Statistics:
Files: 41
Directories: 19
Total entries: 60
Nodes before dedup: 60
after dedup: 60 (0.0% reduction)
Uncompressed bytes before dedup: 303889 (0.3 MB)
after dedup: 303889 (0.3 MB, 0.0% reduction)
Compressed bytes before dedup: 35807 (0.0 MB)
after dedup: 35807 (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-channel
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:9073] started
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/xarxa`
Locking 27 packages to latest Rust 1.100.0-nightly compatible versions
Compiling xarxa-driver v0.1.0 (https://github.com/embassy-rs/xarxa?rev=324376018b2f7e5f1c70bb0070d92306afea32e3#32437601)
Documenting embassy-net-driver-channel v0.4.0 (/ci/code/embassy-net-driver-channel)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
[mon:9073] stopped
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: 673.514µs
Statistics:
Files: 24
Directories: 14
Total entries: 38
Nodes before dedup: 38
after dedup: 38 (0.0% reduction)
Uncompressed bytes before dedup: 190431 (0.2 MB)
after dedup: 190431 (0.2 MB, 0.0% reduction)
Compressed bytes before dedup: 21849 (0.0 MB)
after dedup: 21849 (0.0 MB, 0.0% reduction)
Overall compression ratio: 11.5%
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
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:9172] started
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/xarxa`
Locking 27 packages to latest Rust 1.100.0-nightly compatible versions
Checking embassy-time v0.5.1 (/ci/code/embassy-time)
Documenting embassy-net-enc28j60 v0.3.0 (/ci/code/embassy-net-enc28j60)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
[mon:9172] stopped
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: 685.731µs
Statistics:
Files: 18
Directories: 14
Total entries: 32
Nodes before dedup: 32
after dedup: 32 (0.0% reduction)
Uncompressed bytes before dedup: 86272 (0.1 MB)
after dedup: 86272 (0.1 MB, 0.0% reduction)
Compressed bytes before dedup: 11805 (0.0 MB)
after dedup: 11805 (0.0 MB, 0.0% reduction)
Overall compression ratio: 13.7%
Archive created: "webroot/crates/embassy-net-enc28j60/git.zup"
✅ Successfully built docs for embassy-net-enc28j60
Building docs for crate: embassy-net-esp-hosted
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:9247] started
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/xarxa`
Locking 45 packages to latest Rust 1.100.0-nightly compatible versions
Compiling heapless v0.9.3
Checking as-slice v0.2.1
Compiling syn v2.0.119
Checking aligned v0.4.3
Checking block-device-driver v0.2.0
Compiling defmt-macros v1.1.1
Compiling delegate v0.13.5
Checking defmt v1.1.1
Checking embedded-io v0.7.1
Checking sdio v0.5.1
Checking embedded-io-async v0.7.0
Checking bt-hci-transport v0.1.0
Checking embassy-sync v0.8.0 (/ci/code/embassy-sync)
Checking micropb v0.6.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)
warning: unresolved link to `bt_hci::transport::Transport`
--> src/bluetooth.rs:5:18
|
5 | //! implements [`bt_hci::transport::Transport`], so it can be plugged directly into a
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `bt_hci` in scope
|
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
warning: unresolved link to `bt_hci::transport::Transport`
--> src/bluetooth.rs:71:18
|
71 | /// Implements [`bt_hci::transport::Transport`]; hand it to a host stack to send and
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `bt_hci` in scope
warning: `embassy-net-esp-hosted` (lib doc) generated 2 warnings
Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.93s
[mon:9247] stopped
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: 1.906342ms
Statistics:
Files: 63
Directories: 20
Total entries: 83
Nodes before dedup: 83
after dedup: 83 (0.0% reduction)
Uncompressed bytes before dedup: 564325 (0.6 MB)
after dedup: 564325 (0.6 MB, 0.0% reduction)
Compressed bytes before dedup: 62431 (0.1 MB)
after dedup: 62431 (0.1 MB, 0.0% reduction)
Overall compression ratio: 11.1%
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
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:9462] started
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/xarxa`
Locking 47 packages to latest Rust 1.100.0-nightly compatible versions
Compiling nrf-pac v0.4.0
Checking at-commands v0.5.8
Checking cortex-m v0.7.9
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.27s
[mon:9462] stopped
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: 652.056µs
Statistics:
Files: 35
Directories: 15
Total entries: 50
Nodes before dedup: 50
after dedup: 50 (0.0% reduction)
Uncompressed bytes before dedup: 289361 (0.3 MB)
after dedup: 289361 (0.3 MB, 0.0% reduction)
Compressed bytes before dedup: 32878 (0.0 MB)
after dedup: 32878 (0.0 MB, 0.0% reduction)
Overall compression ratio: 11.4%
Archive created: "webroot/crates/embassy-net-nrf91/git.zup"
✅ Successfully built docs for embassy-net-nrf91
Building docs for crate: embassy-net-ppp
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:9586] started
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/xarxa`
Locking 34 packages to latest Rust 1.100.0-nightly compatible versions
Compiling num_enum_derive v0.7.6
Checking defmt v0.3.100
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 1.58s
[mon:9586] stopped
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: 639.708µs
Statistics:
Files: 23
Directories: 14
Total entries: 37
Nodes before dedup: 37
after dedup: 37 (0.0% reduction)
Uncompressed bytes before dedup: 157860 (0.2 MB)
after dedup: 157860 (0.2 MB, 0.0% reduction)
Compressed bytes before dedup: 17448 (0.0 MB)
after dedup: 17448 (0.0 MB, 0.0% reduction)
Overall compression ratio: 11.1%
Archive created: "webroot/crates/embassy-net-ppp/git.zup"
✅ Successfully built docs for embassy-net-ppp
Building docs for crate: embassy-net-tuntap
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:9698] started
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/xarxa`
Locking 25 packages to latest Rust 1.100.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
Checking slab v0.4.12
Compiling libc v0.2.189
Compiling xarxa-driver v0.1.0 (https://github.com/embassy-rs/xarxa?rev=324376018b2f7e5f1c70bb0070d92306afea32e3#32437601)
Checking futures-io v0.3.34
Checking parking v2.2.1
Checking log v0.4.34
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 4.49s
[mon:9698] stopped
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: 724.49µs
Statistics:
Files: 18
Directories: 14
Total entries: 32
Nodes before dedup: 32
after dedup: 32 (0.0% reduction)
Uncompressed bytes before dedup: 105029 (0.1 MB)
after dedup: 105029 (0.1 MB, 0.0% reduction)
Compressed bytes before dedup: 12206 (0.0 MB)
after dedup: 12206 (0.0 MB, 0.0% reduction)
Overall compression ratio: 11.6%
Archive created: "webroot/crates/embassy-net-tuntap/git.zup"
✅ Successfully built docs for embassy-net-tuntap
Building docs for crate: embassy-net-wiznet
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:9925] started
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/xarxa`
Locking 35 packages to latest Rust 1.100.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.36s
[mon:9925] stopped
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: 1.008538ms
Statistics:
Files: 34
Directories: 20
Total entries: 54
Nodes before dedup: 54
after dedup: 54 (0.0% reduction)
Uncompressed bytes before dedup: 202281 (0.2 MB)
after dedup: 202281 (0.2 MB, 0.0% reduction)
Compressed bytes before dedup: 21925 (0.0 MB)
after dedup: 21925 (0.0 MB, 0.0% reduction)
Overall compression ratio: 10.8%
Archive created: "webroot/crates/embassy-net-wiznet/git.zup"
✅ Successfully built docs for embassy-net-wiznet
Building docs for crate: embassy-nrf
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:10001] started
Running cargo batch with 26 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/xarxa`
Locking 75 packages to latest Rust 1.100.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 cortex-m v0.7.9
Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver)
Compiling cortex-m-rt v0.7.6
Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal)
Compiling portable-atomic v1.15.0
Compiling embassy-time-queue-utils v0.3.2 (/ci/code/embassy-time-queue-utils)
Checking critical-section v1.2.0
Checking nb v1.1.0
Checking void v1.0.2
Compiling unitrait-macros v1.1.0
Checking embedded-hal v1.0.0
Compiling bare-metal v0.2.5
Checking vcell v0.1.3
Checking bitfield v0.13.2
Checking volatile-register v0.2.2
Compiling defmt v1.1.1
Checking nb v0.1.3
Checking bitflags v1.3.2
Checking cfg-if v1.0.4
Checking byteorder v1.5.0
Compiling heapless v0.9.3
Checking embedded-hal v0.2.7
Checking embedded-io v0.7.1
Checking stable_deref_trait v1.2.1
Checking futures-core v0.3.34
Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync)
Compiling embedded-io-async v0.6.1
Compiling num-traits v0.2.19
Compiling embedded-hal-async v1.0.0
Compiling zerocopy v0.8.56
Checking embedded-io v0.6.1
Checking futures-sink v0.3.34
Checking embedded-io-async v0.7.0
Checking hash32 v0.3.1
Checking embedded-storage v0.3.1
Compiling fixed v1.31.0
Checking bytemuck v1.25.2
Checking embedded-storage-async v0.4.1
Checking embassy-usb-driver v0.2.2 (/ci/code/embassy-usb-driver)
Checking embassy-futures v0.1.2 (/ci/code/embassy-futures)
Checking az v1.3.0
Checking embassy-time v0.5.1 (/ci/code/embassy-time)
Checking typenum v1.20.1
Checking rand_core v0.6.4
Checking bitflags v2.13.1
Checking rand_core v0.10.1
Checking rand_core v0.9.5
Checking unitrait v1.1.0
Checking embassy-executor-timer-queue v0.1.1 (/ci/code/embassy-executor-timer-queue)
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 25.86s
[mon:10001] stopped
processing Flavor { name: "nrf51", features: ["nrf51", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "nrf52810", features: ["nrf52810", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv7em-none-eabihf" } ...
processing Flavor { name: "nrf52840", features: ["nrf52840", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv7em-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: "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: "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: "nrf9151-s", features: ["nrf9151-s", "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: "nrf9120-ns", features: ["nrf9120-ns", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "nrf52833", features: ["nrf52833", "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: "nrf9151-ns", features: ["nrf9151-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: "nrf52820", features: ["nrf52820", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv7em-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: "nrf54l15-app-ns", features: ["nrf54l15-app-ns", "time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"], target: "thumbv8m.main-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-ns", features: ["nrf5340-app-ns", "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: "nrf54l10-app-ns", features: ["nrf54l10-app-ns", "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: "nrf9160-ns", features: ["nrf9160-ns", "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" } ...
Creating .zup archive: "webroot/crates/embassy-nrf/git.zup"
Creating dictionary...
Packing...
Time elapsed: 3.05921302s
Statistics:
Files: 73753
Directories: 6158
Total entries: 79911
Nodes before dedup: 79911
after dedup: 26183 (67.2% reduction)
Uncompressed bytes before dedup: 1790902786 (1790.9 MB)
after dedup: 800283225 (800.3 MB, 55.3% reduction)
Compressed bytes before dedup: 54273935 (54.3 MB)
after dedup: 24856987 (24.9 MB, 54.2% 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-ptp-driver
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:11742] started
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 11 packages to latest Rust 1.100.0-nightly compatible versions
Documenting embassy-ptp-driver v0.1.0 (/ci/code/embassy-ptp-driver)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s
[mon:11742] stopped
processing Flavor { name: "default", features: ["defmt"], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-ptp-driver/git.zup"
Creating dictionary...
Packing...
Time elapsed: 686.835µs
Statistics:
Files: 21
Directories: 14
Total entries: 35
Nodes before dedup: 35
after dedup: 35 (0.0% reduction)
Uncompressed bytes before dedup: 132685 (0.1 MB)
after dedup: 132685 (0.1 MB, 0.0% reduction)
Compressed bytes before dedup: 13172 (0.0 MB)
after dedup: 13172 (0.0 MB, 0.0% reduction)
Overall compression ratio: 9.9%
Archive created: "webroot/crates/embassy-ptp-driver/git.zup"
✅ Successfully built docs for embassy-ptp-driver
Building docs for crate: embassy-rp
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:11812] started
Running cargo batch with 3 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/rp-pac`
Locking 172 packages to latest Rust 1.100.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.4
Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver)
Compiling unitrait-macros v1.1.0
Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal)
Compiling fixed v1.31.0
Checking cortex-m v0.7.9
Checking zerocopy v0.8.56
Compiling embassy-sync v0.8.0 (/ci/code/embassy-sync)
Checking num_enum v0.7.6
Compiling rp-pac v7.0.0 (https://github.com/embassy-rs/rp-pac?rev=c2e27609b021c444f634673155318977d7f0bdf6#c2e27609)
Checking arrayvec v0.7.8
Checking cortex-m-rt v0.7.6
Compiling rp2040-boot2 v0.3.0
Checking rgb v0.8.53
Checking embassy-time v0.5.1 (/ci/code/embassy-time)
Checking pio-core v0.3.0
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 pio v0.3.0
Checking smart-leds-trait v0.3.2
Checking unitrait v1.1.0
Checking embassy-executor-timer-queue v0.1.1 (/ci/code/embassy-executor-timer-queue)
Checking embassy-time-queue-utils v0.3.2 (/ci/code/embassy-time-queue-utils)
Compiling thiserror-impl v2.0.20
Compiling thiserror v2.0.20
Compiling defmt-parser v1.0.0
Compiling defmt-macros v1.1.1
Checking half v2.7.1
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:169:32
|
169 | /// 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 10.61s
warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[mon:11812] stopped
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: 144.129041ms
Statistics:
Files: 3328
Directories: 466
Total entries: 3794
Nodes before dedup: 3794
after dedup: 2367 (37.6% reduction)
Uncompressed bytes before dedup: 73388629 (73.4 MB)
after dedup: 38396432 (38.4 MB, 47.7% reduction)
Compressed bytes before dedup: 2691145 (2.7 MB)
after dedup: 1655192 (1.7 MB, 38.5% 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
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:12557] started
Running cargo batch with 850 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/stm32-data-generated`
Updating git repository `https://github.com/embassy-rs/xarxa`
Updating git repository `https://github.com/embassy-rs/unitrait`
Locking 156 packages to latest Rust 1.100.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)
Adding trait-set v0.3.0 (available: v0.5.0)
Compiling defmt v1.1.1
Compiling nb v1.1.0
Compiling vcell v0.1.3
Compiling cortex-m v0.7.9
Compiling cortex-m-rt v0.7.6
Compiling void v1.0.2
Compiling bitfield v0.13.2
Compiling bitflags v1.3.2
Compiling embedded-hal v1.0.0
Compiling critical-section v1.2.0
Compiling bare-metal v0.2.5
Compiling regex-syntax v0.8.11
Compiling embassy-hal-internal v0.5.0 (/ci/code/embassy-hal-internal)
Compiling xarxa-driver v0.1.0 (https://github.com/embassy-rs/xarxa?rev=324376018b2f7e5f1c70bb0070d92306afea32e3#32437601)
Compiling nb v0.1.3
Compiling volatile-register v0.2.2
Compiling embassy-time-queue-utils v0.3.2 (/ci/code/embassy-time-queue-utils)
Checking embedded-io v0.7.1
Compiling portable-atomic v1.15.0
Checking unitrait v1.1.0
Compiling embedded-hal v0.2.7
Checking embassy-time v0.5.1 (/ci/code/embassy-time)
Checking embassy-executor-timer-queue v0.1.1 (/ci/code/embassy-executor-timer-queue)
Checking pin-project-lite v0.2.17
Checking futures-task v0.3.34
Checking embassy-crypto-driver v0.1.0 (/ci/code/embassy-crypto-driver)
Checking embedded-io-async v0.7.0
Checking sdio v0.5.1
Checking futures-util v0.3.34
Checking dsp-fixedpoint v0.2.1
Checking embedded-hal-nb v1.0.0
Checking embassy-sync v0.8.0 (/ci/code/embassy-sync)
Checking embassy-usb-driver v0.2.2 (/ci/code/embassy-usb-driver)
Checking stm32-fmc v0.4.0
Checking embedded-can v0.4.1
Checking bit_field v0.10.3
Checking sdio-host v0.9.0
Checking static_assertions v1.1.0
Checking once_cell v1.21.4
Compiling embassy-time-driver v0.2.2 (/ci/code/embassy-time-driver)
Checking unitrait v1.1.0 (https://github.com/embassy-rs/unitrait?rev=8f39516488825a762e51eb1ef1c0255d8f70b39b#8f395164)
Checking stable_deref_trait v1.2.1
Checking byteorder v1.5.0
Compiling heapless v0.9.3
Checking futures-core v0.3.34
Compiling embedded-hal-async v1.0.0
Compiling num-traits v0.2.19
Checking cfg-if v1.0.4
Checking as-slice v0.2.1
Compiling embedded-io-async v0.6.1
Checking embedded-io v0.6.1
Checking futures-sink v0.3.34
Checking hash32 v0.3.1
Checking aligned v0.4.3
Checking embedded-storage v0.3.1
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 embedded-storage-async v0.4.1
Checking embassy-futures v0.1.2 (/ci/code/embassy-futures)
Compiling regex-automata v0.4.18
Checking bitflags v2.13.1
Checking rand_core v0.6.4
Checking rand_core v0.10.1
Checking rand_core v0.9.5
Compiling stm32-metapac v21.0.0 (https://github.com/embassy-rs/stm32-data-generated?tag=stm32-data-b98e71c0587d052b1a10e79c5e958a2fe9207c91#21c71e36)
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:1432:15
|
1432 | /// 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:1652:15
|
1652 | /// 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:205:24
|
205 | /// 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:88:28
|
88 | /// 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:90:28
|
90 | /// 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:92:28
|
92 | /// 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:474:62
|
474 | /// A [`ConfiguredTransfer`] which is can be passed to [`fmac::FromAdc::new`]
| ^^^^^^^^^^^^^^^^^^ no item named `fmac` in scope
warning: public documentation for `blocking_respond_to_read` links to private item `SLAVE_READ_FILLER`
--> src/i2c/v2.rs:1945:17
|
1945 | /// sends [`SLAVE_READ_FILLER`] and reports [`SendStatus::Done`]. See that constant for
| ^^^^^^^^^^^^^^^^^ this item is private
|
= note: this link will resolve properly if you pass `--document-private-items`
warning: public documentation for `respond_to_read` links to private item `SLAVE_READ_FILLER`
--> src/i2c/v2.rs:2044:17
|
2044 | /// sends [`SLAVE_READ_FILLER`] and reports [`SendStatus::Done`]. See that constant for
| ^^^^^^^^^^^^^^^^^ this item is private
|
= note: this link will resolve properly if you pass `--document-private-items`
warning: unresolved link to `Adc::read_internal`
--> src/adc/v2.rs:320:10
|
320 | /// [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:330:10
|
330 | /// [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:343:10
|
343 | /// [Adc::read_internal()] to perform conversion.
| ^^^^^^^^^^^^^^^^^^^^ the struct `Adc` has no function named `read_internal`
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].
| ^^^ invalid path separator
|
= 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 `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:374:40
|
374 | /// 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:1626:40
|
1626 | /// 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:1968:40
|
1968 | /// 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 17 warnings
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: unresolved link to `Can::enable_non_blocking`
--> src/can/bxcan/mod.rs:184:24
|
184 | /// 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:964:72
|
964 | /// 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:965:7
|
965 | /// [`Tx::transmit`].
| ^^^^^^^^^^^^ no item named `Tx` in scope
warning: `embassy-stm32` (lib doc) generated 27 warnings (15 duplicates)
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: 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 `DacChannel::set_trigger`
--> src/dac/mod.rs:410:11
|
410 | /// [`DacChannel::set_trigger()`].
| ^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DacChannel` has no function named `set_trigger`
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 19 warnings (17 duplicates)
warning: `embassy-stm32` (lib doc) generated 25 warnings (22 duplicates)
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: public documentation for `set_alignment` links to private item `ReadableDmaRingBuffer::set_alignment`
--> src/dma/gpdma/ringbuffered.rs:148:15
|
148 | /// 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:375:15
|
375 | /// 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:410:62
|
410 | /// 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:1108:66
|
1108 | /// 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:1238:49
|
1238 | /// 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:205:24
|
205 | /// 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 `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: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates)
warning: `embassy-stm32` (lib doc) generated 33 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 30 warnings (22 duplicates)
warning: `embassy-stm32` (lib doc) generated 30 warnings (28 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 23 warnings (23 duplicates)
warning: `embassy-stm32` (lib doc) generated 17 warnings (17 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 26 warnings (26 duplicates)
warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates)
warning: unresolved link to `super::two_d::TwoDItem`
--> src/dma/gpdma/linked_list.rs:90:42
|
90 | /// Both [`LinearItem`] and [`TwoDItem`](super::two_d::TwoDItem) embed
| ^^^^^^^^^^^^^^^^^^^^^^ no item named `two_d` in module `gpdma`
|
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
warning: unresolved link to `Self::request_stop`
--> src/dma/gpdma/ringbuffered.rs:410:62
|
410 | /// it was requested to stop early with [`request_stop`](Self::request_stop).
| ^^^^^^^^^^^^^^^^^^ the struct `WritableRingBuffer` has no field or associated item named `request_stop`
warning: unresolved link to `crate::dts`
--> src/adc/v4.rs:482:11
|
482 | /// [`crate::dts`] driver instead.
| ^^^^^^^^^^ no item named `dts` in module `embassy_stm32`
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 (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 25 warnings (22 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 30 warnings (30 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 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 25 warnings (25 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 32 warnings (32 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 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 33 warnings (33 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 17 warnings (17 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 33 warnings (33 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 33 warnings (33 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 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 20 warnings (20 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 25 warnings (25 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 17 warnings (17 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 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 32 warnings (32 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 24 warnings (24 duplicates)
warning: `embassy-stm32` (lib doc) generated 33 warnings (33 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 24 warnings (24 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 17 warnings (17 duplicates)
warning: `embassy-stm32` (lib doc) generated 30 warnings (30 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 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 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 24 warnings (24 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 25 warnings (25 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 31 warnings (31 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 23 warnings (23 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 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 31 warnings (31 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 17 warnings (17 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 19 warnings (19 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 33 warnings (33 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 30 warnings (30 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 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 33 warnings (33 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 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 31 warnings (31 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 19 warnings (19 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 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 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 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 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 27 warnings (27 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 23 warnings (23 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 27 warnings (27 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 25 warnings (25 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 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 24 warnings (24 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 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 17 warnings (17 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 24 warnings (24 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 25 warnings (25 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 35 warnings (35 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 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 32 warnings (32 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 21 warnings (21 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 24 warnings (24 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 32 warnings (32 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 32 warnings (32 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 33 warnings (33 duplicates)
warning: `embassy-stm32` (lib doc) generated 30 warnings (30 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 30 warnings (30 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 20 warnings (20 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 21 warnings (21 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 22 warnings (22 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 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 19 warnings (19 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 31 warnings (31 duplicates)
warning: `embassy-stm32` (lib doc) generated 30 warnings (30 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 17 warnings (17 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 17 warnings (17 duplicates)
warning: `embassy-stm32` (lib doc) generated 30 warnings (30 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 35 warnings (35 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 33 warnings (33 duplicates)
warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates)
warning: unresolved link to `crate::pka`
--> src/saes/mod.rs:99:15
|
99 | //! - [`pka`](crate::pka) - Public Key Accelerator
| ^^^^^^^^^^ no item named `pka` in module `embassy_stm32`
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 28 warnings (28 duplicates)
warning: `embassy-stm32` (lib doc) generated 26 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 32 warnings (32 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 23 warnings (23 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 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 30 warnings (30 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 22 warnings (22 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 22 warnings (22 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 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 23 warnings (23 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 33 warnings (33 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 31 warnings (31 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 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 31 warnings (31 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 30 warnings (30 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 20 warnings (20 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 32 warnings (32 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 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 23 warnings (23 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 32 warnings (32 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 33 warnings (33 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 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 17 warnings (17 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 23 warnings (23 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 27 warnings (27 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 35 warnings (35 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 25 warnings (25 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 32 warnings (32 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 24 warnings (24 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 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 33 warnings (33 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 21 warnings (21 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 19 warnings (19 duplicates)
warning: `embassy-stm32` (lib doc) generated 33 warnings (33 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 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 24 warnings (24 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 27 warnings (27 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 24 warnings (24 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 23 warnings (23 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 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 33 warnings (33 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 31 warnings (31 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 28 warnings (28 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 17 warnings (17 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 24 warnings (24 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 24 warnings (24 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 23 warnings (23 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 17 warnings (17 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 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 32 warnings (32 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 24 warnings (24 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 17 warnings (17 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 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 33 warnings (33 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 24 warnings (24 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 33 warnings (33 duplicates)
warning: `embassy-stm32` (lib doc) generated 19 warnings (19 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 26 warnings (26 duplicates)
warning: `embassy-stm32` (lib doc) generated 33 warnings (33 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 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 18 warnings (18 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 32 warnings (32 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 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 30 warnings (30 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 18 warnings (18 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 18 warnings (18 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 30 warnings (30 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 25 warnings (25 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 19 warnings (19 duplicates)
warning: `embassy-stm32` (lib doc) generated 30 warnings (30 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 19 warnings (19 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 30 warnings (30 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 32 warnings (32 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 19 warnings (19 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 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 33 warnings (33 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 17 warnings (17 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 23 warnings (23 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 30 warnings (30 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 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 32 warnings (32 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 32 warnings (32 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 24 warnings (24 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 31 warnings (31 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 25 warnings (25 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 32 warnings (32 duplicates)
warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates)
warning: `embassy-stm32` (lib doc) generated 35 warnings (35 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 33 warnings (33 duplicates)
warning: `embassy-stm32` (lib doc) generated 33 warnings (33 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 18 warnings (18 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 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 24 warnings (24 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 21 warnings (21 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 23 warnings (23 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 30 warnings (30 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 30 warnings (30 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 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 23 warnings (23 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 24 warnings (24 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 30 warnings (30 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 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 30 warnings (30 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 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 32 warnings (32 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 24 warnings (24 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 33 warnings (33 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 30 warnings (30 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 25 warnings (25 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 22 warnings (22 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 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 33 warnings (33 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 24 warnings (24 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 24 warnings (24 duplicates)
warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates)
warning: `embassy-stm32` (lib doc) generated 33 warnings (33 duplicates)
warning: `embassy-stm32` (lib doc) generated 33 warnings (33 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 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 31 warnings (31 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 23 warnings (23 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 19 warnings (19 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 32 warnings (32 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 23 warnings (23 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 19 warnings (19 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 28 warnings (28 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 30 warnings (30 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 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 27 warnings (27 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 17 warnings (17 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 27 warnings (27 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 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 33 warnings (33 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 31 warnings (31 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 33 warnings (33 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 32 warnings (32 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 17 warnings (17 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 33 warnings (33 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 25 warnings (25 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 30 warnings (30 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 25 warnings (25 duplicates)
warning: `embassy-stm32` (lib doc) generated 30 warnings (30 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 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 19 warnings (19 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 17 warnings (17 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 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 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 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 33 warnings (33 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 24 warnings (24 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 18 warnings (18 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 33 warnings (33 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 20 warnings (20 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 32 warnings (32 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 30 warnings (30 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 33 warnings (33 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 32 warnings (32 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 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 24 warnings (24 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 21 warnings (21 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 32 warnings (32 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 30 warnings (30 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 21 warnings (21 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 17 warnings (17 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 31 warnings (31 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 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 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 24 warnings (24 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 22 warnings (22 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 24 warnings (24 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 23 warnings (23 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 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 32 warnings (32 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 30 warnings (30 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 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 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 20 warnings (20 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 22 warnings (22 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 26 warnings (26 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 19 warnings (19 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 32 warnings (32 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 33 warnings (33 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 22 warnings (22 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 32 warnings (32 duplicates)
warning: `embassy-stm32` (lib doc) generated 26 warnings (26 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 31 warnings (31 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 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 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 22 warnings (22 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 33 warnings (33 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 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 20 warnings (20 duplicates)
warning: `embassy-stm32` (lib doc) generated 18 warnings (18 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 19 warnings (19 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 24 warnings (24 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 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 19 warnings (19 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 33 warnings (33 duplicates)
warning: `embassy-stm32` (lib doc) generated 33 warnings (33 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 32 warnings (32 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 31 warnings (31 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 31 warnings (31 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 33 warnings (33 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 20 warnings (20 duplicates)
warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 25m 05s
[mon:12557] stopped
[mon:254037] started
Running cargo batch with 755 flavors...
Compiling stm32-metapac v21.0.0 (https://github.com/embassy-rs/stm32-data-generated?tag=stm32-data-b98e71c0587d052b1a10e79c5e958a2fe9207c91#21c71e36)
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/gpdma/ringbuffered.rs:148:15
|
148 | /// 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:375:15
|
375 | /// 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:410:62
|
410 | /// 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:1108:66
|
1108 | /// 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:1238:49
|
1238 | /// 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:205:24
|
205 | /// 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 `Sms::ENCODER_MODE_1`
--> src/timer/qei.rs:88:28
|
88 | /// 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:90:28
|
90 | /// 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:92:28
|
92 | /// Direct alias for [`Sms::ENCODER_MODE_3`]
| ^^^^^^^^^^^^^^^^^^^ the enum `Sms` has no variant or associated item named `ENCODER_MODE_3`
warning: unresolved link to `crate::dts`
--> src/adc/v4.rs:482:11
|
482 | /// [`crate::dts`] driver instead.
| ^^^^^^^^^^ no item named `dts` in module `embassy_stm32`
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 `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 `15:4`
--> src/adc/adc4.rs:586:75
|
586 | /// most significant 12 bits of the 16-bit oversampled results ADC_DR[15:4]" — stated
| ^^^^ invalid path separator
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `Adc::set_averaging_adc4`
--> src/adc/adc4.rs:588:39
|
588 | /// matched right-shift used by [`Adc::set_averaging_adc4`], `DR` holds a 12-bit result in
| ^^^^^^^^^^^^^^^^^^^^^^^ no item named `Adc` in scope
warning: unresolved link to `fmac::FromAdc::new`
--> src/adc/mod.rs:474:62
|
474 | /// A [`ConfiguredTransfer`] which is can be passed to [`fmac::FromAdc::new`]
| ^^^^^^^^^^^^^^^^^^ no item named `fmac` in scope
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: 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 `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].
| ^^^ invalid path separator
|
= 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 `blocking_respond_to_read` links to private item `SLAVE_READ_FILLER`
--> src/i2c/v2.rs:1945:17
|
1945 | /// sends [`SLAVE_READ_FILLER`] and reports [`SendStatus::Done`]. See that constant for
| ^^^^^^^^^^^^^^^^^ this item is private
|
= note: this link will resolve properly if you pass `--document-private-items`
warning: public documentation for `respond_to_read` links to private item `SLAVE_READ_FILLER`
--> src/i2c/v2.rs:2044:17
|
2044 | /// sends [`SLAVE_READ_FILLER`] and reports [`SendStatus::Done`]. See that constant for
| ^^^^^^^^^^^^^^^^^ this item is private
|
= note: this link will resolve properly if you pass `--document-private-items`
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: public documentation for `set_alignment` links to private item `ReadableDmaRingBuffer::set_alignment`
--> src/dma/dma_bdma.rs:1432:15
|
1432 | /// 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:1652:15
|
1652 | /// 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:205:24
|
205 | /// 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 `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: 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: unresolved link to `Can::enable_non_blocking`
--> src/can/bxcan/mod.rs:184:24
|
184 | /// 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:964:72
|
964 | /// 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:965:7
|
965 | /// [`Tx::transmit`].
| ^^^^^^^^^^^^ no item named `Tx` in scope
warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates)
warning: `embassy-stm32` (lib doc) generated 37 warnings
warning: `embassy-stm32` (lib doc) generated 26 warnings (23 duplicates)
warning: `embassy-stm32` (lib doc) generated 31 warnings (29 duplicates)
warning: `embassy-stm32` (lib doc) generated 32 warnings (27 duplicates)
warning: `embassy-stm32` (lib doc) generated 27 warnings (27 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]
| ^^^^^ invalid path separator
|
= 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]
| ^^^^^ invalid path separator
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `super::two_d::TwoDItem`
--> src/dma/gpdma/linked_list.rs:90:42
|
90 | /// Both [`LinearItem`] and [`TwoDItem`](super::two_d::TwoDItem) embed
| ^^^^^^^^^^^^^^^^^^^^^^ no item named `two_d` in module `gpdma`
|
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
warning: unresolved link to `Self::request_stop`
--> src/dma/gpdma/ringbuffered.rs:410:62
|
410 | /// it was requested to stop early with [`request_stop`](Self::request_stop).
| ^^^^^^^^^^^^^^^^^^ the struct `WritableRingBuffer` has no field or associated item named `request_stop`
warning: unresolved link to `Sms::ENCODER_MODE_1`
--> src/timer/qei.rs:88:28
|
88 | /// 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: 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: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates)
warning: `embassy-stm32` (lib doc) generated 19 warnings (17 duplicates)
warning: `embassy-stm32` (lib doc) generated 17 warnings (15 duplicates)
warning: `embassy-stm32` (lib doc) generated 19 warnings (19 duplicates)
warning: `embassy-stm32` (lib doc) generated 29 warnings (27 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 duplicates)
warning: unresolved link to `Self::new_half_duplex_on_rx`
--> src/usart/buffered.rs:374:40
|
374 | /// 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:1626:40
|
1626 | /// 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:1968:40
|
1968 | /// 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 25 warnings (22 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 27 warnings (27 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 37 warnings (37 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 39 warnings (39 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 30 warnings (30 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 26 warnings (26 duplicates)
warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates)
warning: `embassy-stm32` (lib doc) generated 24 warnings (24 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 24 warnings (24 duplicates)
warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates)
warning: `embassy-stm32` (lib doc) generated 30 warnings (30 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 40 warnings (39 duplicates)
warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates)
warning: `embassy-stm32` (lib doc) generated 40 warnings (40 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 duplicates)
warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 39 warnings (39 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 28 warnings (28 duplicates)
warning: `embassy-stm32` (lib doc) generated 28 warnings (28 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].
| ^^^^ invalid path separator
|
= 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]
| ^^^ invalid path separator
|
= 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]
| ^^^^ invalid path separator
|
= 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]
| ^^^^^ invalid path separator
|
= 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]
| ^^^^^ invalid path separator
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates)
warning: `embassy-stm32` (lib doc) generated 35 warnings (35 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 duplicates)
warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates)
warning: `embassy-stm32` (lib doc) generated 29 warnings (21 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 27 warnings (27 duplicates)
warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 30 warnings (30 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 24 warnings (24 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 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 32 warnings (32 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 39 warnings (39 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 17 warnings (17 duplicates)
warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates)
warning: `embassy-stm32` (lib doc) generated 30 warnings (30 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 25 warnings (25 duplicates)
warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates)
warning: `embassy-stm32` (lib doc) generated 24 warnings (23 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 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 28 warnings (28 duplicates)
warning: `embassy-stm32` (lib doc) generated 40 warnings (40 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 22 warnings (22 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 28 warnings (28 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 28 warnings (28 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 25 warnings (25 duplicates)
warning: `embassy-stm32` (lib doc) generated 27 warnings (27 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 30 warnings (30 duplicates)
warning: `embassy-stm32` (lib doc) generated 32 warnings (32 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 32 warnings (31 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 23 warnings (23 duplicates)
warning: `embassy-stm32` (lib doc) generated 28 warnings (28 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 17 warnings (17 duplicates)
warning: `embassy-stm32` (lib doc) generated 28 warnings (28 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 30 warnings (30 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 27 warnings (27 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 30 warnings (30 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 37 warnings (37 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 19 warnings (19 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 17 warnings (17 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 28 warnings (28 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 25 warnings (25 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 28 warnings (28 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 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 23 warnings (23 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 24 warnings (24 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 24 warnings (24 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 19 warnings (19 duplicates)
warning: `embassy-stm32` (lib doc) generated 27 warnings (27 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 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 28 warnings (28 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 23 warnings (23 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 28 warnings (28 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 32 warnings (32 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 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 25 warnings (25 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 30 warnings (30 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 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 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 31 warnings (31 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 19 warnings (19 duplicates)
warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates)
warning: `embassy-stm32` (lib doc) generated 35 warnings (35 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 31 warnings (31 duplicates)
warning: `embassy-stm32` (lib doc) generated 40 warnings (40 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 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 24 warnings (24 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 23 warnings (23 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 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 32 warnings (32 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 24 warnings (24 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 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 28 warnings (28 duplicates)
warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates)
warning: `embassy-stm32` (lib doc) generated 40 warnings (40 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 30 warnings (30 duplicates)
warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 31 warnings (31 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 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 27 warnings (27 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 35 warnings (35 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 28 warnings (28 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 39 warnings (39 duplicates)
warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates)
warning: `embassy-stm32` (lib doc) generated 37 warnings (37 duplicates)
warning: `embassy-stm32` (lib doc) generated 27 warnings (27 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 31 warnings (31 duplicates)
warning: `embassy-stm32` (lib doc) generated 27 warnings (27 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 27 warnings (27 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 25 warnings (25 duplicates)
warning: `embassy-stm32` (lib doc) generated 37 warnings (37 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 22 warnings (22 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 39 warnings (39 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 24 warnings (24 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 26 warnings (26 duplicates)
warning: `embassy-stm32` (lib doc) generated 28 warnings (28 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 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 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 17 warnings (17 duplicates)
warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 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 28 warnings (28 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 26 warnings (26 duplicates)
warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates)
warning: `embassy-stm32` (lib doc) generated 40 warnings (40 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 25 warnings (25 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 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 30 warnings (30 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 24 warnings (24 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 27 warnings (27 duplicates)
warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 17 warnings (17 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 27 warnings (27 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 27 warnings (27 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 35 warnings (35 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 35 warnings (35 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 30 warnings (30 duplicates)
warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates)
warning: `embassy-stm32` (lib doc) generated 35 warnings (35 duplicates)
warning: `embassy-stm32` (lib doc) generated 40 warnings (40 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 26 warnings (26 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 27 warnings (27 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 35 warnings (35 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 27 warnings (27 duplicates)
warning: `embassy-stm32` (lib doc) generated 28 warnings (28 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 27 warnings (27 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 25 warnings (25 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 39 warnings (39 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 32 warnings (32 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 24 warnings (24 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 19 warnings (19 duplicates)
warning: `embassy-stm32` (lib doc) generated 27 warnings (27 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 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 25 warnings (25 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 32 warnings (32 duplicates)
warning: `embassy-stm32` (lib doc) generated 40 warnings (40 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 27 warnings (27 duplicates)
warning: `embassy-stm32` (lib doc) generated 30 warnings (30 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 30 warnings (30 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 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 24 warnings (24 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 duplicates)
warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 duplicates)
warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 duplicates)
warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates)
warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates)
warning: `embassy-stm32` (lib doc) generated 26 warnings (26 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 35 warnings (35 duplicates)
warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 duplicates)
warning: `embassy-stm32` (lib doc) generated 35 warnings (35 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 17 warnings (17 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 22 warnings (22 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 24 warnings (24 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 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 28 warnings (28 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 26 warnings (26 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 39 warnings (39 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 28 warnings (28 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 32 warnings (32 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 37 warnings (37 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 24 warnings (24 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 duplicates)
warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 30 warnings (30 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 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 25 warnings (25 duplicates)
warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates)
warning: `embassy-stm32` (lib doc) generated 40 warnings (40 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 30 warnings (30 duplicates)
warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates)
warning: `embassy-stm32` (lib doc) generated 35 warnings (35 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 39 warnings (39 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 27 warnings (27 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 27 warnings (27 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 25 warnings (25 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 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 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 17 warnings (17 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 28 warnings (28 duplicates)
warning: `embassy-stm32` (lib doc) generated 29 warnings (29 duplicates)
warning: `embassy-stm32` (lib doc) generated 27 warnings (27 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 35 warnings (35 duplicates)
warning: `embassy-stm32` (lib doc) generated 40 warnings (40 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 39 warnings (39 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 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 39 warnings (39 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 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 22 warnings (22 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 25 warnings (25 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 22 warnings (22 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 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 35 warnings (35 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 35 warnings (35 duplicates)
warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates)
warning: `embassy-stm32` (lib doc) generated 24 warnings (24 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 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 25 warnings (25 duplicates)
warning: `embassy-stm32` (lib doc) generated 30 warnings (30 duplicates)
warning: `embassy-stm32` (lib doc) generated 35 warnings (35 duplicates)
warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 duplicates)
warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 19 warnings (19 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 17 warnings (17 duplicates)
warning: `embassy-stm32` (lib doc) generated 26 warnings (26 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 31 warnings (31 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 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 28 warnings (28 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 27 warnings (27 duplicates)
warning: `embassy-stm32` (lib doc) generated 27 warnings (27 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 35 warnings (35 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 24 warnings (24 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 31 warnings (31 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 26 warnings (26 duplicates)
warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 duplicates)
warning: `embassy-stm32` (lib doc) generated 35 warnings (35 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 17 warnings (17 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 23 warnings (23 duplicates)
warning: `embassy-stm32` (lib doc) generated 27 warnings (27 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 27 warnings (27 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 28 warnings (28 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 17 warnings (17 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 30 warnings (30 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 19 warnings (19 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 27 warnings (27 duplicates)
warning: `embassy-stm32` (lib doc) generated 31 warnings (31 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 duplicates)
warning: `embassy-stm32` (lib doc) generated 32 warnings (32 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 31 warnings (31 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 30 warnings (30 duplicates)
warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 duplicates)
warning: `embassy-stm32` (lib doc) generated 35 warnings (35 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 25 warnings (25 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 24 warnings (24 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 27 warnings (27 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 39 warnings (39 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 17 warnings (17 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 26 warnings (26 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 26 warnings (26 duplicates)
warning: `embassy-stm32` (lib doc) generated 27 warnings (27 duplicates)
warning: `embassy-stm32` (lib doc) generated 35 warnings (35 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 30 warnings (30 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 28 warnings (28 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 39 warnings (39 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 27 warnings (27 duplicates)
warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 22 warnings (22 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 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 26 warnings (26 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 29 warnings (29 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 26 warnings (26 duplicates)
warning: `embassy-stm32` (lib doc) generated 28 warnings (28 duplicates)
warning: `embassy-stm32` (lib doc) generated 35 warnings (35 duplicates)
warning: `embassy-stm32` (lib doc) generated 17 warnings (17 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 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 25 warnings (25 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 27 warnings (27 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 23 warnings (23 duplicates)
warning: `embassy-stm32` (lib doc) generated 38 warnings (38 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 27 warnings (27 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 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 38 warnings (38 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 26 warnings (26 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 30 warnings (30 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 23 warnings (23 duplicates)
warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates)
warning: `embassy-stm32` (lib doc) generated 37 warnings (37 duplicates)
warning: `embassy-stm32` (lib doc) generated 28 warnings (28 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 28 warnings (28 duplicates)
warning: `embassy-stm32` (lib doc) generated 39 warnings (39 duplicates)
warning: `embassy-stm32` (lib doc) generated 28 warnings (28 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 27 warnings (27 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 24 warnings (24 duplicates)
warning: `embassy-stm32` (lib doc) generated 23 warnings (23 duplicates)
warning: `embassy-stm32` (lib doc) generated 40 warnings (40 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 28 warnings (28 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 27 warnings (27 duplicates)
warning: `embassy-stm32` (lib doc) generated 25 warnings (25 duplicates)
warning: `embassy-stm32` (lib doc) generated 26 warnings (26 duplicates)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 26m 48s
[mon:254037] stopped
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: "stm32f446zc", features: ["stm32f446zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f042k4", features: ["stm32f042k4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32l100c6", features: ["stm32l100c6", "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: "stm32c532fc", features: ["stm32c532fc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h733zg", features: ["stm32h733zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f429ie", features: ["stm32f429ie", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], 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: "stm32f101r6", features: ["stm32f101r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f051k4", features: ["stm32f051k4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f105v8", features: ["stm32f105v8", "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: "stm32f072c8", features: ["stm32f072c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32c591re", features: ["stm32c591re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f042f4", features: ["stm32f042f4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f302r8", features: ["stm32f302r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f207ig", features: ["stm32f207ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f412rg", features: ["stm32f412rg", "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: "stm32l152rc-a", features: ["stm32l152rc-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f100r8", features: ["stm32f100r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f091vc", features: ["stm32f091vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h7s3z8", features: ["stm32h7s3z8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f071vb", features: ["stm32f071vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32c593ke", features: ["stm32c593ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f302re", features: ["stm32f302re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l151c8", features: ["stm32l151c8", "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: "stm32f412ce", features: ["stm32f412ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f207zf", features: ["stm32f207zf", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f072r8", features: ["stm32f072r8", "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: "stm32f413mg", features: ["stm32f413mg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-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: "stm32g473ve", features: ["stm32g473ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l151zd", features: ["stm32l151zd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f302ve", features: ["stm32f302ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c562me", features: ["stm32c562me", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h725re", features: ["stm32h725re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f100r4", features: ["stm32f100r4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f042f6", features: ["stm32f042f6", "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: "stm32f207vc", features: ["stm32f207vc", "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: "stm32f469ae", features: ["stm32f469ae", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], 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: "stm32c591vg", features: ["stm32c591vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f102c6", features: ["stm32f102c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32g473qc", features: ["stm32g473qc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f070cb", features: ["stm32f070cb", "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: "stm32f469be", features: ["stm32f469be", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l152rc", features: ["stm32l152rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f105vc", features: ["stm32f105vc", "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: "stm32c593ve", features: ["stm32c593ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f302r6", features: ["stm32f302r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f091vb", features: ["stm32f091vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32l152c6-a", features: ["stm32l152c6-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f091cb", features: ["stm32f091cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32g474ce", features: ["stm32g474ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f103r4", features: ["stm32f103r4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f302vc", features: ["stm32f302vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f051c8", features: ["stm32f051c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32c551ke", features: ["stm32c551ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l152r8-a", features: ["stm32l152r8-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f207vf", features: ["stm32f207vf", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f031f4", features: ["stm32f031f4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f101vb", features: ["stm32f101vb", "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: "stm32f051k8", features: ["stm32f051k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32c542rc", features: ["stm32c542rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f318k8", features: ["stm32f318k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f030r8", features: ["stm32f030r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32f100vc", features: ["stm32f100vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f401vb", features: ["stm32f401vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l151zc", features: ["stm32l151zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f334k6", features: ["stm32f334k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f042c4", features: ["stm32f042c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f373r8", features: ["stm32f373r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f030c6", features: ["stm32f030c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32c552cc", features: ["stm32c552cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h743ai", features: ["stm32h743ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f101rb", features: ["stm32f101rb", "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: "stm32f411rc", features: ["stm32f411rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], 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: "stm32f469bg", features: ["stm32f469bg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f071v8", features: ["stm32f071v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32f051t8", features: ["stm32f051t8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32f303vd", features: ["stm32f303vd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f103ve", features: ["stm32f103ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32c591rg", features: ["stm32c591rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l151cc", features: ["stm32l151cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f301c8", features: ["stm32f301c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f091cc", features: ["stm32f091cc", "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: "stm32h747ag-cm7", features: ["stm32h747ag-cm7", "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: "stm32l151uc", features: ["stm32l151uc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f105vb", features: ["stm32f105vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32c591cg", features: ["stm32c591cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32f405vg", features: ["stm32f405vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], 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: "stm32f038g6", features: ["stm32f038g6", "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: "stm32l151qe", features: ["stm32l151qe", "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: "stm32f030k6", features: ["stm32f030k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f303rc", features: ["stm32f303rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c591zg", features: ["stm32c591zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f030f4", features: ["stm32f030f4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f303k6", features: ["stm32f303k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f417ie", features: ["stm32f417ie", "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: "stm32h7b3ri", features: ["stm32h7b3ri", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f038c6", features: ["stm32f038c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32l152ze", features: ["stm32l152ze", "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: "stm32f031c6", features: ["stm32f031c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f303vb", features: ["stm32f303vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c591kg", features: ["stm32c591kg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f301c6", features: ["stm32f301c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f051r4", features: ["stm32f051r4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f100vd", features: ["stm32f100vd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f071rb", features: ["stm32f071rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32l152qc", features: ["stm32l152qc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f446ve", features: ["stm32f446ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-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: "stm32h7a3lg", features: ["stm32h7a3lg", "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: "stm32f358cc", features: ["stm32f358cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c531ec", features: ["stm32c531ec", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f078rb", features: ["stm32f078rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f101vg", features: ["stm32f101vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f031g4", features: ["stm32f031g4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32l162zd", features: ["stm32l162zd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f302c8", features: ["stm32f302c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c552ve", features: ["stm32c552ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f301r8", features: ["stm32f301r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f030cc", features: ["stm32f030cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32f042t6", features: ["stm32f042t6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f101vf", features: ["stm32f101vf", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32l162re", features: ["stm32l162re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32h7r7l8", features: ["stm32h7r7l8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f042g4", features: ["stm32f042g4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f303vc", features: ["stm32f303vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f303re", features: ["stm32f303re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c552ce", features: ["stm32c552ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32f058t8", features: ["stm32f058t8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f101zc", features: ["stm32f101zc", "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: "stm32g4a1re", features: ["stm32g4a1re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f051c4", features: ["stm32f051c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32f429ag", features: ["stm32f429ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-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: "stm32f031e6", features: ["stm32f031e6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32c552kc", features: ["stm32c552kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f302vb", features: ["stm32f302vb", "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: "stm32f100ze", features: ["stm32f100ze", "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: "stm32h745zi-cm4", features: ["stm32h745zi-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f072rb", features: ["stm32f072rb", "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: "stm32g4a1ke", features: ["stm32g4a1ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32c562ce", features: ["stm32c562ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f302k6", features: ["stm32f302k6", "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: "stm32f103c8", features: ["stm32f103c8", "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: "stm32f413rh", features: ["stm32f413rh", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-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: "stm32f058r8", features: ["stm32f058r8", "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: "stm32f103rd", features: ["stm32f103rd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32c593cg", features: ["stm32c593cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f303cb", features: ["stm32f303cb", "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: "stm32f412re", features: ["stm32f412re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], 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: "stm32l152rd", features: ["stm32l152rd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32h7r7i8", features: ["stm32h7r7i8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f038e6", features: ["stm32f038e6", "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: "stm32f401ve", features: ["stm32f401ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f101t4", features: ["stm32f101t4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f070c6", features: ["stm32f070c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f303rb", features: ["stm32f303rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l152vd", features: ["stm32l152vd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f373vb", features: ["stm32f373vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c593me", features: ["stm32c593me", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32f102r8", features: ["stm32f102r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f469ne", features: ["stm32f469ne", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f103cb", features: ["stm32f103cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f070rb", features: ["stm32f070rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h7a3rg", features: ["stm32h7a3rg", "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: "stm32l152rb-a", features: ["stm32l152rb-a", "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: "stm32f378cc", features: ["stm32f378cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c551kc", features: ["stm32c551kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f042c6", features: ["stm32f042c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f103rc", features: ["stm32f103rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f401rd", features: ["stm32f401rd", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l100rb", features: ["stm32l100rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f334k4", features: ["stm32f334k4", "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: "stm32c551vc", features: ["stm32c551vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32f100ve", features: ["stm32f100ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f091rc", features: ["stm32f091rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f103c6", features: ["stm32f103c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32h725ze", features: ["stm32h725ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-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: "stm32f358vc", features: ["stm32f358vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f101c6", features: ["stm32f101c6", "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: "stm32c562re", features: ["stm32c562re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f373rc", features: ["stm32f373rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f042g6", features: ["stm32f042g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32l151v8", features: ["stm32l151v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f407vg", features: ["stm32f407vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f103vd", features: ["stm32f103vd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f302rd", features: ["stm32f302rd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f103t6", features: ["stm32f103t6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f302zd", features: ["stm32f302zd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c532kc", features: ["stm32c532kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h747xi-cm7", features: ["stm32h747xi-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l152cb", features: ["stm32l152cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f072v8", features: ["stm32f072v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32f405rg", features: ["stm32f405rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], 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: "stm32f101t6", features: ["stm32f101t6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f334r8", features: ["stm32f334r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f103rb", features: ["stm32f103rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32l151rb-a", features: ["stm32l151rb-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32c593re", features: ["stm32c593re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f328c8", features: ["stm32f328c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f031g6", features: ["stm32f031g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f101cb", features: ["stm32f101cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f100v8", features: ["stm32f100v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32l151re", features: ["stm32l151re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f318c8", features: ["stm32f318c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f031f6", features: ["stm32f031f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f100rc", features: ["stm32f100rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32h742vi", features: ["stm32h742vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f401re", features: ["stm32f401re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c531cb", features: ["stm32c531cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f101ve", features: ["stm32f101ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f373rb", features: ["stm32f373rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f072cb", features: ["stm32f072cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f100c4", features: ["stm32f100c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32g431rb", features: ["stm32g431rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c532fb", features: ["stm32c532fb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32f101v8", features: ["stm32f101v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f103t4", features: ["stm32f103t4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f071cb", features: ["stm32f071cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f302k8", features: ["stm32f302k8", "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: "stm32f469vg", features: ["stm32f469vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "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: "stm32f410cb", features: ["stm32f410cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c551ve", features: ["stm32c551ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f765bi", features: ["stm32f765bi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f103zf", features: ["stm32f103zf", "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: "stm32g441cb", features: ["stm32g441cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f071c8", features: ["stm32f071c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f302c6", features: ["stm32f302c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f439ig", features: ["stm32f439ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c5a3vg", features: ["stm32c5a3vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32f102c4", features: ["stm32f102c4", "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: "stm32f038f6", features: ["stm32f038f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32h742vg", features: ["stm32h742vg", "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: "stm32f769bg", features: ["stm32f769bg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], 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: "stm32f417ve", features: ["stm32f417ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f105rb", features: ["stm32f105rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f030c8", features: ["stm32f030c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f102r4", features: ["stm32f102r4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32c542fc", features: ["stm32c542fc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32f427ii", features: ["stm32f427ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], 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: "stm32l4s9ai", features: ["stm32l4s9ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f031k6", features: ["stm32f031k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32h7b0ib", features: ["stm32h7b0ib", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32g441vb", features: ["stm32g441vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c542ec", features: ["stm32c542ec", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f777ni", features: ["stm32f777ni", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f098vc", features: ["stm32f098vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f103zc", features: ["stm32f103zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f302vd", features: ["stm32f302vd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f103r6", features: ["stm32f103r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f427zi", features: ["stm32f427zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-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: "stm32l4p5ae", features: ["stm32l4p5ae", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c593vg", features: ["stm32c593vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f051c6", features: ["stm32f051c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32f103rg", features: ["stm32f103rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32h7r3v8", features: ["stm32h7r3v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f101zf", features: ["stm32f101zf", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f301k8", features: ["stm32f301k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f412ve", features: ["stm32f412ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f070f6", features: ["stm32f070f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32c552re", features: ["stm32c552re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l4q5rg", features: ["stm32l4q5rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f107vb", features: ["stm32f107vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f358rc", features: ["stm32f358rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f100rb", features: ["stm32f100rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f051r6", features: ["stm32f051r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32h7b0ab", features: ["stm32h7b0ab", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32c531rc", features: ["stm32c531rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f765zg", features: ["stm32f765zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f101t8", features: ["stm32f101t8", "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: "stm32f303c6", features: ["stm32f303c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32l4s7zi", features: ["stm32l4s7zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f030rc", features: ["stm32f030rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32f101rg", features: ["stm32f101rg", "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: "stm32g431c6", features: ["stm32g431c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c542kc", features: ["stm32c542kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f051k6", features: ["stm32f051k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f303ve", features: ["stm32f303ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f765ig", features: ["stm32f765ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f100c6", features: ["stm32f100c6", "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: "stm32h725ie", features: ["stm32h725ie", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f429ig", features: ["stm32f429ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c551ce", features: ["stm32c551ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f078vb", features: ["stm32f078vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32g441kb", features: ["stm32g441kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32f107vc", features: ["stm32f107vc", "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: "stm32f429ne", features: ["stm32f429ne", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c531fb", features: ["stm32c531fb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f031c4", features: ["stm32f031c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32l4r9zg", features: ["stm32l4r9zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], 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: "stm32f100zc", features: ["stm32f100zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f103r8", features: ["stm32f103r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32h757ii-cm4", features: ["stm32h757ii-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f058c8", features: ["stm32f058c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32c591ke", features: ["stm32c591ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f303r6", features: ["stm32f303r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f103re", features: ["stm32f103re", "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: "stm32f091rb", features: ["stm32f091rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32f765zi", features: ["stm32f765zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c551cc", features: ["stm32c551cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32g431m6", features: ["stm32g431m6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f102c8", features: ["stm32f102c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f103t8", features: ["stm32f103t8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f373cb", features: ["stm32f373cb", "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: "stm32f413mh", features: ["stm32f413mh", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f031k4", features: ["stm32f031k4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32c531cc", features: ["stm32c531cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f103c4", features: ["stm32f103c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f101vc", features: ["stm32f101vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32g491rc", features: ["stm32g491rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32f429vg", features: ["stm32f429vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f098cc", features: ["stm32f098cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f103vg", features: ["stm32f103vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32c551mc", features: ["stm32c551mc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32f107rc", features: ["stm32f107rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f301k6", features: ["stm32f301k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f042k6", features: ["stm32f042k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32g431mb", features: ["stm32g431mb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c5a3mg", features: ["stm32c5a3mg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f100r6", features: ["stm32f100r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f777ii", features: ["stm32f777ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f102r6", features: ["stm32f102r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f303r8", features: ["stm32f303r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f469ze", features: ["stm32f469ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f101c8", features: ["stm32f101c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f103vb", features: ["stm32f103vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32c532ec", features: ["stm32c532ec", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h7s7a8", features: ["stm32h7s7a8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f302ze", features: ["stm32f302ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f439ni", features: ["stm32f439ni", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "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: "stm32f479zi", features: ["stm32f479zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f101ze", features: ["stm32f101ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32c593rg", features: ["stm32c593rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32f334c8", features: ["stm32f334c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32g431kb", features: ["stm32g431kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f101zg", features: ["stm32f101zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f417vg", features: ["stm32f417vg", "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: "stm32h753xi", features: ["stm32h753xi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c5a3rg", features: ["stm32c5a3rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32f469bi", features: ["stm32f469bi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "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: "stm32f334c4", features: ["stm32f334c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f100c8", features: ["stm32f100c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32g4a1me", features: ["stm32g4a1me", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32f413zh", features: ["stm32f413zh", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], target: "thumbv7em-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: "stm32f303rd", features: ["stm32f303rd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f103vc", features: ["stm32f103vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f427vi", features: ["stm32f427vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "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: "stm32h757zi-cm4", features: ["stm32h757zi-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f334c6", features: ["stm32f334c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32g0c1cc", features: ["stm32g0c1cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv6m-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: "stm32f423mh", features: ["stm32f423mh", "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: "stm32f103tb", features: ["stm32f103tb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f373c8", features: ["stm32f373c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f101zd", features: ["stm32f101zd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f777bi", features: ["stm32f777bi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-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: "stm32l4r5ai", features: ["stm32l4r5ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], 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: "stm32g431vb", features: ["stm32g431vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32f413rg", features: ["stm32f413rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], 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: "stm32f103zd", features: ["stm32f103zd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32g0b1rc", features: ["stm32g0b1rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv6m-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: "stm32f429zi", features: ["stm32f429zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u073k8", features: ["stm32u073k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32g431m8", features: ["stm32g431m8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32f415vg", features: ["stm32f415vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-bank"], 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: "stm32f101r4", features: ["stm32f101r4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32h7b0rb", features: ["stm32h7b0rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-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: "stm32u031k6", features: ["stm32u031k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32f101re", features: ["stm32f101re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32f427zg", features: ["stm32f427zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], 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: "stm32g491ke", features: ["stm32g491ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32f446me", features: ["stm32f446me", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-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: "stm32u073cb", features: ["stm32u073cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f101rc", features: ["stm32f101rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32h742ag", features: ["stm32h742ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f446re", features: ["stm32f446re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "single-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: "stm32f746zg", features: ["stm32f746zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f103vf", features: ["stm32f103vf", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32g050k8", features: ["stm32g050k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32u073kc", features: ["stm32u073kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f765ni", features: ["stm32f765ni", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32g051c8", features: ["stm32g051c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32f101tb", features: ["stm32f101tb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32u073rc", features: ["stm32u073rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32f479bg", features: ["stm32f479bg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], 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: "stm32g0c1rc", features: ["stm32g0c1rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv6m-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: "stm32f733ve", features: ["stm32f733ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32g071cb", features: ["stm32g071cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f102cb", features: ["stm32f102cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32u073h8", features: ["stm32u073h8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32f100vb", features: ["stm32f100vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32g071c8", features: ["stm32g071c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32l4p5ce", features: ["stm32l4p5ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], 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: "stm32h755bi-cm4", features: ["stm32h755bi-cm4", "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: "stm32g081gb", features: ["stm32g081gb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32u031c8", features: ["stm32u031c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f105r8", features: ["stm32f105r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32g0c1ke", features: ["stm32g0c1ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f767zg", features: ["stm32f767zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32g051f6", features: ["stm32g051f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32u073hb", features: ["stm32u073hb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h523re", features: ["stm32h523re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f101rd", features: ["stm32f101rd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f746be", features: ["stm32f746be", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f469zi", features: ["stm32f469zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], 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: "stm32g0c1me", features: ["stm32g0c1me", "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: "stm32g081rb", features: ["stm32g081rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f103rf", features: ["stm32f103rf", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32u073r8", features: ["stm32u073r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32l4q5zg", features: ["stm32l4q5zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-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: "stm32h562zg", features: ["stm32h562zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32g071k6", features: ["stm32g071k6", "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: "stm32g031j6", features: ["stm32g031j6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f205vf", features: ["stm32f205vf", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f750n8", features: ["stm32f750n8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32u031r6", features: ["stm32u031r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32h7a3ag", features: ["stm32h7a3ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32g0b1cb", features: ["stm32g0b1cb", "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: "stm32g071g6", features: ["stm32g071g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32f769ni", features: ["stm32f769ni", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f207ic", features: ["stm32f207ic", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32u031c6", features: ["stm32u031c6", "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: "stm32h563vi", features: ["stm32h563vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32g051c6", features: ["stm32g051c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f756bg", features: ["stm32f756bg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32g031c4", features: ["stm32g031c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32u073m8", features: ["stm32u073m8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h7a3zi", features: ["stm32h7a3zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f215ve", features: ["stm32f215ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32g0b1ke", features: ["stm32g0b1ke", "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: "stm32g0b1ve", features: ["stm32g0b1ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32l082kb", features: ["stm32l082kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-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: "stm32u031k4", features: ["stm32u031k4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f746ze", features: ["stm32f746ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32g031f4", features: ["stm32g031f4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h573ri", features: ["stm32h573ri", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32g0c1re", features: ["stm32g0c1re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f215zg", features: ["stm32f215zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32g0b1re", features: ["stm32g0b1re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32h7s3l8", features: ["stm32h7s3l8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u031f4", features: ["stm32u031f4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32g031y8", features: ["stm32g031y8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f217ve", features: ["stm32f217ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32g081kb", features: ["stm32g081kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f723zc", features: ["stm32f723zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32g050k6", features: ["stm32g050k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f207ie", features: ["stm32f207ie", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32g051g6", features: ["stm32g051g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32u073cc", features: ["stm32u073cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h562ai", features: ["stm32h562ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32g070cb", features: ["stm32g070cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32g031g6", features: ["stm32g031g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32h742zg", features: ["stm32h742zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32g051k8", features: ["stm32g051k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f205rf", features: ["stm32f205rf", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f746ng", features: ["stm32f746ng", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u031f6", features: ["stm32u031f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f205vg", features: ["stm32f205vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32g071g8", features: ["stm32g071g8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32g071c6", features: ["stm32g071c6", "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: "stm32f207vg", features: ["stm32f207vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32u083hc", features: ["stm32u083hc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h503kb", features: ["stm32h503kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f765vg", features: ["stm32f765vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-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: "stm32g030f6", features: ["stm32g030f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f205vc", features: ["stm32f205vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32g051g8", features: ["stm32g051g8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h743bg", features: ["stm32h743bg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32g070rb", features: ["stm32g070rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f745vg", features: ["stm32f745vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32g0c1ne", features: ["stm32g0c1ne", "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: "stm32l011d3", features: ["stm32l011d3", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f215re", features: ["stm32f215re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32g051k6", features: ["stm32g051k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h563rg", features: ["stm32h563rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32g0b1vb", features: ["stm32g0b1vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32f769ig", features: ["stm32f769ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-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: "stm32c091rb", features: ["stm32c091rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32u375re", features: ["stm32u375re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32g031f8", features: ["stm32g031f8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32g071gb", features: ["stm32g071gb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32f207ze", features: ["stm32f207ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32g061g6", features: ["stm32g061g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32c071fb", features: ["stm32c071fb", "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: "stm32h503rb", features: ["stm32h503rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32g041j6", features: ["stm32g041j6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32h7a3li", features: ["stm32h7a3li", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32g071kb", features: ["stm32g071kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32u385kg", features: ["stm32u385kg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f217zg", features: ["stm32f217zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32c071r8", features: ["stm32c071r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32g030c6", features: ["stm32g030c6", "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: "stm32h747xi-cm4", features: ["stm32h747xi-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32h523vc", features: ["stm32h523vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l073vb", features: ["stm32l073vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32c092rc", features: ["stm32c092rc", "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: "stm32f767ig", features: ["stm32f767ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32g031f6", features: ["stm32g031f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32u375ce", features: ["stm32u375ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f205rc", features: ["stm32f205rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32c092fb", features: ["stm32c092fb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32g031j4", features: ["stm32g031j4", "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: "stm32g071r8", features: ["stm32g071r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h533ze", features: ["stm32h533ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l071kz", features: ["stm32l071kz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f205rb", features: ["stm32f205rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32c011j4", features: ["stm32c011j4", "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: "stm32u375cg", features: ["stm32u375cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f767vi", features: ["stm32f767vi", "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: "stm32g050f6", features: ["stm32g050f6", "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: "stm32l052k8", features: ["stm32l052k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32h725ig", features: ["stm32h725ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f215vg", features: ["stm32f215vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32g061f6", features: ["stm32g061f6", "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: "stm32l051c6", features: ["stm32l051c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32g061g8", features: ["stm32g061g8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32u375ke", features: ["stm32u375ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32l4r7vi", features: ["stm32l4r7vi", "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: "stm32h7s3r8", features: ["stm32h7s3r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32g070kb", features: ["stm32g070kb", "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: "stm32f207zg", features: ["stm32f207zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32c091rc", features: ["stm32c091rc", "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: "stm32g030j6", features: ["stm32g030j6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32g071k8", features: ["stm32g071k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32l4r9ag", features: ["stm32l4r9ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u385vg", features: ["stm32u385vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32c031c4", features: ["stm32c031c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32g0c1ve", features: ["stm32g0c1ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h7b3li", features: ["stm32h7b3li", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f217ze", features: ["stm32f217ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32g071eb", features: ["stm32g071eb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h573zi", features: ["stm32h573zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l073v8", features: ["stm32l073v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32c092rb", features: ["stm32c092rb", "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: "stm32l4p5vg", features: ["stm32l4p5vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u375kg", features: ["stm32u375kg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h7a3ri", features: ["stm32h7a3ri", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32g041c8", features: ["stm32g041c8", "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: "stm32l010k4", features: ["stm32l010k4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32f205zc", features: ["stm32f205zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32c031g6", features: ["stm32c031g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h753ii", features: ["stm32h753ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-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: "stm32g050c6", features: ["stm32g050c6", "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: "stm32h523he", features: ["stm32h523he", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32c091gc", features: ["stm32c091gc", "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: "stm32l4r5vi", features: ["stm32l4r5vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u385cg", features: ["stm32u385cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f217vg", features: ["stm32f217vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32l072rz", features: ["stm32l072rz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32c011j6", features: ["stm32c011j6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32f207if", features: ["stm32f207if", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32c051d8", features: ["stm32c051d8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h523ze", features: ["stm32h523ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l010c6", features: ["stm32l010c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32l083cb", features: ["stm32l083cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32l4p5qg", features: ["stm32l4p5qg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u375vg", features: ["stm32u375vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f217ig", features: ["stm32f217ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32c092cc", features: ["stm32c092cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32c051g8", features: ["stm32c051g8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f205rg", features: ["stm32f205rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32g041g6", features: ["stm32g041g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32l041g6", features: ["stm32l041g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-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: "stm32c051k8", features: ["stm32c051k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32h563vg", features: ["stm32h563vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l4r9zi", features: ["stm32l4r9zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c091kc", features: ["stm32c091kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f205ze", features: ["stm32f205ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32u375rg", features: ["stm32u375rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32g0b0ve", features: ["stm32g0b0ve", "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: "stm32f215ze", features: ["stm32f215ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32c071gb", features: ["stm32c071gb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32l031g6", features: ["stm32l031g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32h735ig", features: ["stm32h735ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32g0b1kb", features: ["stm32g0b1kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f205re", features: ["stm32f205re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32l073cb", features: ["stm32l073cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32f205ve", features: ["stm32f205ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32u375ve", features: ["stm32u375ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32l081cz", features: ["stm32l081cz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32c051g6", features: ["stm32c051g6", "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: "stm32f205zf", features: ["stm32f205zf", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32c011d6", features: ["stm32c011d6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32l011e3", features: ["stm32l011e3", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32f777vi", features: ["stm32f777vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f215rg", features: ["stm32f215rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32c031f6", features: ["stm32c031f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32u385rg", features: ["stm32u385rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h755ii-cm4", features: ["stm32h755ii-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32g031g4", features: ["stm32g031g4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32l051k8", features: ["stm32l051k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32f205zg", features: ["stm32f205zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32c091fc", features: ["stm32c091fc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h563zg", features: ["stm32h563zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f207ve", features: ["stm32f207ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32g061c6", features: ["stm32g061c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32c071g8", features: ["stm32c071g8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32f779ii", features: ["stm32f779ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c092gc", features: ["stm32c092gc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32u595rj", features: ["stm32u595rj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l011k3", features: ["stm32l011k3", "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: "stm32l053c6", features: ["stm32l053c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32c092kb", features: ["stm32c092kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h725ve", features: ["stm32h725ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32f205vb", features: ["stm32f205vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32c071k8", features: ["stm32c071k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32l031f6", features: ["stm32l031f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h562ii", features: ["stm32h562ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l4s9vi", features: ["stm32l4s9vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c092cb", features: ["stm32c092cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32g0b0re", features: ["stm32g0b0re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32u575zi", features: ["stm32u575zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l071v8", features: ["stm32l071v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32l072v8", features: ["stm32l072v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32u585vi", features: ["stm32u585vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l053r8", features: ["stm32l053r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32g041k8", features: ["stm32g041k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32c071rb", features: ["stm32c071rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32l4p5cg", features: ["stm32l4p5cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-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: "stm32c591me", features: ["stm32c591me", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32l052k6", features: ["stm32l052k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32f779bi", features: ["stm32f779bi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c071kb", features: ["stm32c071kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32l071kb", features: ["stm32l071kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32u5a9zj", features: ["stm32u5a9zj", "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: "stm32l412cb", features: ["stm32l412cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-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: "stm32l031e6", features: ["stm32l031e6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32c532cb", features: ["stm32c532cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32c011f4", features: ["stm32c011f4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32g050c8", features: ["stm32g050c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h7r3a8", features: ["stm32h7r3a8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-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: "stm32l072cz", features: ["stm32l072cz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32l031c6", features: ["stm32l031c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32l452re", features: ["stm32l452re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32h523ce", features: ["stm32h523ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f745ve", features: ["stm32f745ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c532kb", features: ["stm32c532kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32g030k6", features: ["stm32g030k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32c091ec", features: ["stm32c091ec", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32l031c4", features: ["stm32l031c4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32u575rg", features: ["stm32u575rg", "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: "stm32g071rb", features: ["stm32g071rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32c531kb", features: ["stm32c531kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h757ii-cm7", features: ["stm32h757ii-cm7", "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: "stm32l073vz", features: ["stm32l073vz", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h503cb", features: ["stm32h503cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32c051f6", features: ["stm32c051f6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f756ng", features: ["stm32f756ng", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-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: "stm32g0c1ce", features: ["stm32g0c1ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32c593mg", features: ["stm32c593mg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32c031k4", features: ["stm32c031k4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32l041e6", features: ["stm32l041e6", "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: "stm32l431kc", features: ["stm32l431kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u535rc", features: ["stm32u535rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32c031c6", features: ["stm32c031c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32u595zj", features: ["stm32u595zj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l083v8", features: ["stm32l083v8", "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: "stm32g0b0ke", features: ["stm32g0b0ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32c531eb", features: ["stm32c531eb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l011f3", features: ["stm32l011f3", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f722rc", features: ["stm32f722rc", "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: "stm32c031g4", features: ["stm32c031g4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32g031k6", features: ["stm32g031k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32l072cb", features: ["stm32l072cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32c542cc", features: ["stm32c542cc", "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: "stm32h523ve", features: ["stm32h523ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f722ie", features: ["stm32f722ie", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c071c8", features: ["stm32c071c8", "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: "stm32h7a3vi", features: ["stm32h7a3vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-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: "stm32u5a5zj", features: ["stm32u5a5zj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l011e4", features: ["stm32l011e4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32l433rc", features: ["stm32l433rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-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: "stm32c593zg", features: ["stm32c593zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32c071f8", features: ["stm32c071f8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32g031c8", features: ["stm32g031c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32l031k4", features: ["stm32l031k4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f730v8", features: ["stm32f730v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u599ni", features: ["stm32u599ni", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32c051c8", features: ["stm32c051c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h563mi", features: ["stm32h563mi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l451rc", features: ["stm32l451rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c552mc", features: ["stm32c552mc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l011g3", features: ["stm32l011g3", "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: "stm32h743xi", features: ["stm32h743xi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32g041k6", features: ["stm32g041k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32c051f8", features: ["stm32c051f8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32u595vi", features: ["stm32u595vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l072vz", features: ["stm32l072vz", "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: "stm32l053r6", features: ["stm32l053r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32f722ic", features: ["stm32f722ic", "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: "stm32g473pe", features: ["stm32g473pe", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c593ze", features: ["stm32c593ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32c091kb", features: ["stm32c091kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h533re", features: ["stm32h533re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l082kz", features: ["stm32l082kz", "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: "stm32l475re", features: ["stm32l475re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u575qi", features: ["stm32u575qi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l151r6-a", features: ["stm32l151r6-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: "stm32h745ii-cm4", features: ["stm32h745ii-cm4", "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: "stm32c5a3cg", features: ["stm32c5a3cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l010r8", features: ["stm32l010r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32u545ne", features: ["stm32u545ne", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32l052t8", features: ["stm32l052t8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-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: "stm32l151v8-a", features: ["stm32l151v8-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32l476mg", features: ["stm32l476mg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32h562zi", features: ["stm32h562zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l062c8", features: ["stm32l062c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32l162rd", features: ["stm32l162rd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32c5a3zg", features: ["stm32c5a3zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l052t6", features: ["stm32l052t6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32u595ai", features: ["stm32u595ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f732ie", features: ["stm32f732ie", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l162qc", features: ["stm32l162qc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32h723zg", features: ["stm32h723zg", "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: "stm32l011d4", features: ["stm32l011d4", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-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: "stm32l4a6zg", features: ["stm32l4a6zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l152cc", features: ["stm32l152cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32l162qd", features: ["stm32l162qd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32c531rb", features: ["stm32c531rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f722zc", features: ["stm32f722zc", "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: "stm32l100rc", features: ["stm32l100rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32l051r8", features: ["stm32l051r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-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: "stm32u585oi", features: ["stm32u585oi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h747ig-cm7", features: ["stm32h747ig-cm7", "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: "stm32c532rc", features: ["stm32c532rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l152rb", features: ["stm32l152rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32wba65mg", features: ["stm32wba65mg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32h523rc", features: ["stm32h523rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l011g4", features: ["stm32l011g4", "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: "stm32f733ie", features: ["stm32f733ie", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l151rc", features: ["stm32l151rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32c532cc", features: ["stm32c532cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l041k6", features: ["stm32l041k6", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32l451ve", features: ["stm32l451ve", "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: "stm32h562vi", features: ["stm32h562vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32wba65rg", features: ["stm32wba65rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l151ze", features: ["stm32l151ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32u5f9bj", features: ["stm32u5f9bj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l072kb", features: ["stm32l072kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h523cc", features: ["stm32h523cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32f723ve", features: ["stm32f723ve", "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: "stm32l476me", features: ["stm32l476me", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l152c8", features: ["stm32l152c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32g483re", features: ["stm32g483re", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], 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: "stm32c591ze", features: ["stm32c591ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h562ag", features: ["stm32h562ag", "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: "stm32wb55vc", features: ["stm32wb55vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-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: "stm32f745ig", features: ["stm32f745ig", "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: "stm32l431rc", features: ["stm32l431rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u5f9vi", features: ["stm32u5f9vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f745ze", features: ["stm32f745ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c531fc", features: ["stm32c531fc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l151qd", features: ["stm32l151qd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32wba62ci", features: ["stm32wba62ci", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32wba55cg", features: ["stm32wba55cg", "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: "stm32c562ke", features: ["stm32c562ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32f730r8", features: ["stm32f730r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32h533he", features: ["stm32h533he", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f732ve", features: ["stm32f732ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-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: "stm32h7s3v8", features: ["stm32h7s3v8", "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: "stm32u575ci", features: ["stm32u575ci", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32wba55hg", features: ["stm32wba55hg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32c5a3kg", features: ["stm32c5a3kg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l476jg", features: ["stm32l476jg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l151cb", features: ["stm32l151cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32l496qe", features: ["stm32l496qe", "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: "stm32h562ig", features: ["stm32h562ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32wba50ke", features: ["stm32wba50ke", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32h523zc", features: ["stm32h523zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l152v8", features: ["stm32l152v8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32wba65ci", features: ["stm32wba65ci", "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: "stm32c593kg", features: ["stm32c593kg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l422rb", features: ["stm32l422rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u585qi", features: ["stm32u585qi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32l476ve", features: ["stm32l476ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l162vc", features: ["stm32l162vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32wba52ke", features: ["stm32wba52ke", "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: "stm32c551me", features: ["stm32c551me", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l412t8", features: ["stm32l412t8", "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: "stm32h533ve", features: ["stm32h533ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h745zg-cm4", features: ["stm32h745zg-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32h573ii", features: ["stm32h573ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l152re", features: ["stm32l152re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32l4a6ag", features: ["stm32l4a6ag", "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: "stm32c591ve", features: ["stm32c591ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l442kc", features: ["stm32l442kc", "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: "stm32u545je", features: ["stm32u545je", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l152r6", features: ["stm32l152r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32wb35ce", features: ["stm32wb35ce", "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: "stm32h562vg", features: ["stm32h562vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32l152vc-a", features: ["stm32l152vc-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32l486vg", features: ["stm32l486vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32h742zi", features: ["stm32h742zi", "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: "stm32f730z8", features: ["stm32f730z8", "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: "stm32h562rg", features: ["stm32h562rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32l151qc", features: ["stm32l151qc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32c551re", features: ["stm32c551re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32wba55ce", features: ["stm32wba55ce", "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: "stm32l475ve", features: ["stm32l475ve", "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: "stm32f722ve", features: ["stm32f722ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32h563ri", features: ["stm32h563ri", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l151r6", features: ["stm32l151r6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32h742ai", features: ["stm32h742ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c552vc", features: ["stm32c552vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32wl55jc-cm0p", features: ["stm32wl55jc-cm0p", "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: "stm32l152vb-a", features: ["stm32l152vb-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32l452ve", features: ["stm32l452ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u5g9bj", features: ["stm32u5g9bj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l471ve", features: ["stm32l471ve", "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: "stm32g474ve", features: ["stm32g474ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c551rc", features: ["stm32c551rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32wle5jb", features: ["stm32wle5jb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l152vc", features: ["stm32l152vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32h563ig", features: ["stm32h563ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h7s3a8", features: ["stm32h7s3a8", "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: "stm32l486qg", features: ["stm32l486qg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c591ce", features: ["stm32c591ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l471vg", features: ["stm32l471vg", "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: "stm32wle4jc", features: ["stm32wle4jc", "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: "stm32l152vb", features: ["stm32l152vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32u595zi", features: ["stm32u595zi", "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: "stm32wle5j8", features: ["stm32wle5j8", "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: "stm32l476re", features: ["stm32l476re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l152ve", features: ["stm32l152ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32l496vg", features: ["stm32l496vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c552me", features: ["stm32c552me", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h743bi", features: ["stm32h743bi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32h503eb", features: ["stm32h503eb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f722ze", features: ["stm32f722ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32c562ve", features: ["stm32c562ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l151cb-a", features: ["stm32l151cb-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32wle4c8", features: ["stm32wle4c8", "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: "stm32c593ce", features: ["stm32c593ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l422cb", features: ["stm32l422cb", "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: "stm32h533ce", features: ["stm32h533ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l151c6-a", features: ["stm32l151c6-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32u535rb", features: ["stm32u535rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32wle4cc", features: ["stm32wle4cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c552rc", features: ["stm32c552rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f750z8", features: ["stm32f750z8", "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: "stm32h745ig-cm4", features: ["stm32h745ig-cm4", "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: "stm32g474rb", features: ["stm32g474rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32c532eb", features: ["stm32c532eb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l152zd", features: ["stm32l152zd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32l476qg", features: ["stm32l476qg", "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: "stm32h733vg", features: ["stm32h733vg", "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: "stm32wba62pi", features: ["stm32wba62pi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u575oi", features: ["stm32u575oi", "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: "stm32l100r8-a", features: ["stm32l100r8-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f723ic", features: ["stm32f723ic", "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: "stm32g473qb", features: ["stm32g473qb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], 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: "stm32wle5jc", features: ["stm32wle5jc", "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: "stm32l412k8", features: ["stm32l412k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32n655x0", features: ["stm32n655x0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l162ve", features: ["stm32l162ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32wba65cg", features: ["stm32wba65cg", "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: "stm32h745ii-cm7", features: ["stm32h745ii-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32n647a0", features: ["stm32n647a0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32f746bg", features: ["stm32f746bg", "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: "stm32l486rg", features: ["stm32l486rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l151vb", features: ["stm32l151vb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32u535re", features: ["stm32u535re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32wl54cc-cm0p", features: ["stm32wl54cc-cm0p", "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: "stm32h755ii-cm7", features: ["stm32h755ii-cm7", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l151rd", features: ["stm32l151rd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32l431kb", features: ["stm32l431kb", "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: "stm32f745zg", features: ["stm32f745zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32n645b0", features: ["stm32n645b0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32wle5cb", features: ["stm32wle5cb", "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: "stm32g474cb", features: ["stm32g474cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u535je", features: ["stm32u535je", "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: "stm32l162zc", features: ["stm32l162zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32wb30ce", features: ["stm32wb30ce", "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: "stm32wl54jc-cm0p", features: ["stm32wl54jc-cm0p", "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: "stm32l151c8-a", features: ["stm32l151c8-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32h725rg", features: ["stm32h725rg", "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: "stm32wba64cg", features: ["stm32wba64cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32h7r3l8", features: ["stm32h7r3l8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u595ri", features: ["stm32u595ri", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32wl55cc-cm0p", features: ["stm32wl55cc-cm0p", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l151vc", features: ["stm32l151vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32l496ag", features: ["stm32l496ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32n655z0", features: ["stm32n655z0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l431cc", features: ["stm32l431cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32n647x0", features: ["stm32n647x0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32wba55ug", features: ["stm32wba55ug", "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: "stm32wl54jc-cm4", features: ["stm32wl54jc-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-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: "stm32f746ie", features: ["stm32f746ie", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32l412rb", features: ["stm32l412rb", "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: "stm32h747ii-cm4", features: ["stm32h747ii-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u545ce", features: ["stm32u545ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l152c6", features: ["stm32l152c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32wb55rg", features: ["stm32wb55rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32n645i0", features: ["stm32n645i0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l462re", features: ["stm32l462re", "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: "stm32l151r8-a", features: ["stm32l151r8-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32n657l0", features: ["stm32n657l0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32l412r8", features: ["stm32l412r8", "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: "stm32wb55cc", features: ["stm32wb55cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u599nj", features: ["stm32u599nj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h755zi-cm4", features: ["stm32h755zi-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l152uc", features: ["stm32l152uc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32l451vc", features: ["stm32l451vc", "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: "stm32f756zg", features: ["stm32f756zg", "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: "stm32wb55re", features: ["stm32wb55re", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l152qd", features: ["stm32l152qd", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32n657i0", features: ["stm32n657i0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h7r7a8", features: ["stm32h7r7a8", "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: "stm32l476je", features: ["stm32l476je", "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: "stm32n645z0", features: ["stm32n645z0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h743vi", features: ["stm32h743vi", "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: "stm32l152v8-a", features: ["stm32l152v8-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32f756vg", features: ["stm32f756vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u599zj", features: ["stm32u599zj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32l475vc", features: ["stm32l475vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-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: "stm32f756ig", features: ["stm32f756ig", "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: "stm32h757ai-cm4", features: ["stm32h757ai-cm4", "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: "stm32n645x0", features: ["stm32n645x0", "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: "stm32h7s7z8", features: ["stm32h7s7z8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32n655l0", features: ["stm32n655l0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l152r8", features: ["stm32l152r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32l496ve", features: ["stm32l496ve", "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: "stm32u585zi", features: ["stm32u585zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l496ze", features: ["stm32l496ze", "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: "stm32l151rb", features: ["stm32l151rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32h7b3ni", features: ["stm32h7b3ni", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-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: "stm32wba65mi", features: ["stm32wba65mi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32h753ai", features: ["stm32h753ai", "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: "stm32u575ri", features: ["stm32u575ri", "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: "stm32l412kb", features: ["stm32l412kb", "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: "stm32n645a0", features: ["stm32n645a0", "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: "stm32l151c6", features: ["stm32l151c6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32l471rg", features: ["stm32l471rg", "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: "stm32h7b3zi", features: ["stm32h7b3zi", "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: "stm32l162vc-a", features: ["stm32l162vc-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32u5g9zj", features: ["stm32u5g9zj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h725ae", features: ["stm32h725ae", "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: "stm32n657x0", features: ["stm32n657x0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l152cb-a", features: ["stm32l152cb-a", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32l471qe", features: ["stm32l471qe", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32n647z0", features: ["stm32n647z0", "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: "stm32l462ve", features: ["stm32l462ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u5f9nj", features: ["stm32u5f9nj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32h750zb", features: ["stm32h750zb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l162ze", features: ["stm32l162ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-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: "stm32l422kb", features: ["stm32l422kb", "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: "stm32wba54ce", features: ["stm32wba54ce", "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: "stm32u5g9nj", features: ["stm32u5g9nj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l152zc", features: ["stm32l152zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32n655i0", features: ["stm32n655i0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32l486jg", features: ["stm32l486jg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32n647i0", features: ["stm32n647i0", "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: "stm32h7a3ni", features: ["stm32h7a3ni", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l151r8", features: ["stm32l151r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32wba62pg", features: ["stm32wba62pg", "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: "stm32h742ig", features: ["stm32h742ig", "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: "stm32l162rc", features: ["stm32l162rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32l452cc", features: ["stm32l452cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32u585ci", features: ["stm32u585ci", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32n645l0", features: ["stm32n645l0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32wba65pg", features: ["stm32wba65pg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
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: "stm32h7b3ai", features: ["stm32h7b3ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32l100r8", features: ["stm32l100r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7m-none-eabi" } ...
processing Flavor { name: "stm32n655b0", features: ["stm32n655b0", "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: "stm32l452ce", features: ["stm32l452ce", "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: "stm32h7a3vg", features: ["stm32h7a3vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
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: "stm32g474qb", features: ["stm32g474qb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], 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: "stm32u535ce", features: ["stm32u535ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32l451re", features: ["stm32l451re", "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: "stm32n657b0", features: ["stm32n657b0", "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: "stm32g483ce", features: ["stm32g483ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], 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: "stm32h723ze", features: ["stm32h723ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32n647b0", features: ["stm32n647b0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32wba63ci", features: ["stm32wba63ci", "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: "stm32u575ai", features: ["stm32u575ai", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32h730ab", features: ["stm32h730ab", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32l433vc", features: ["stm32l433vc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
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: "stm32wba63cg", features: ["stm32wba63cg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32u595qj", features: ["stm32u595qj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h743zi", features: ["stm32h743zi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u073rb", features: ["stm32u073rb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
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: "stm32n657z0", features: ["stm32n657z0", "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: "stm32l443cc", features: ["stm32l443cc", "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: "stm32l552ze", features: ["stm32l552ze", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32u031g6", features: ["stm32u031g6", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32h753bi", features: ["stm32h753bi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
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: "stm32u599vi", features: ["stm32u599vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32wba55he", features: ["stm32wba55he", "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: "stm32l412c8", features: ["stm32l412c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u073mb", features: ["stm32u073mb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32n655a0", features: ["stm32n655a0", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32u5a5rj", features: ["stm32u5a5rj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32g471rc", features: ["stm32g471rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], 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: "stm32g471qe", features: ["stm32g471qe", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], 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: "stm32u031f8", features: ["stm32u031f8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32h743ii", features: ["stm32h743ii", "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: "stm32u5f7vj", features: ["stm32u5f7vj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32u083mc", features: ["stm32u083mc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32wba52ce", features: ["stm32wba52ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32u031k8", features: ["stm32u031k8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32l422tb", features: ["stm32l422tb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u535cb", features: ["stm32u535cb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32g474pb", features: ["stm32g474pb", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], 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: "stm32l433cc", features: ["stm32l433cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u073kb", features: ["stm32u073kb", "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: "stm32h742ii", features: ["stm32h742ii", "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: "stm32l562qe", features: ["stm32l562qe", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], 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: "stm32g473pc", features: ["stm32g473pc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u073c8", features: ["stm32u073c8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32u575vi", features: ["stm32u575vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32u083cc", features: ["stm32u083cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32l552zc", features: ["stm32l552zc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], 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: "stm32l433rb", features: ["stm32l433rb", "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: "stm32l552rc", features: ["stm32l552rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32u083rc", features: ["stm32u083rc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32l475vg", features: ["stm32l475vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32u5a9vj", features: ["stm32u5a9vj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h747ag-cm4", features: ["stm32h747ag-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u575og", features: ["stm32u575og", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "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: "stm32u073hc", features: ["stm32u073hc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32l451cc", features: ["stm32l451cc", "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: "stm32h735vg", features: ["stm32h735vg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32h742xi", features: ["stm32h742xi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u083kc", features: ["stm32u083kc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-none-eabi" } ...
processing Flavor { name: "stm32l552cc", features: ["stm32l552cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h735rg", features: ["stm32h735rg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u535cc", features: ["stm32u535cc", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l462ce", features: ["stm32l462ce", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u5a9nj", features: ["stm32u5a9nj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32l432kb", features: ["stm32l432kb", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u5a5qj", features: ["stm32u5a5qj", "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: "stm32g473mb", features: ["stm32g473mb", "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: "stm32u031r8", features: ["stm32u031r8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv6m-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: "stm32l496re", features: ["stm32l496re", "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: "stm32l433cb", features: ["stm32l433cb", "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: "stm32l496wg", features: ["stm32l496wg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], 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: "stm32u595vj", features: ["stm32u595vj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
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: "stm32u575vg", features: ["stm32u575vg", "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: "stm32h730ib", features: ["stm32h730ib", "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: "stm32u595qi", features: ["stm32u595qi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h745zg-cm7", features: ["stm32h745zg-cm7", "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: "stm32l432kc", features: ["stm32l432kc", "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: "stm32g484pe", features: ["stm32g484pe", "defmt", "unstable-pac", "exti", "time-driver-any", "time", "low-power", "dual-bank"], 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: "stm32u599bj", features: ["stm32u599bj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h7a3zg", features: ["stm32h7a3zg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u5g9vj", features: ["stm32u5g9vj", "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: "stm32l476qe", features: ["stm32l476qe", "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: "stm32u545re", features: ["stm32u545re", "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: "stm32h745bg-cm4", features: ["stm32h745bg-cm4", "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: "stm32u585ri", features: ["stm32u585ri", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h7a3ai", features: ["stm32h7a3ai", "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: "stm32h7s3i8", features: ["stm32h7s3i8", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u5f9vj", features: ["stm32u5f9vj", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h750ib", features: ["stm32h750ib", "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: "stm32h747zi-cm7", features: ["stm32h747zi-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: "stm32h747bi-cm7", features: ["stm32h747bi-cm7", "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: "stm32h7a3ii", features: ["stm32h7a3ii", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u575ag", features: ["stm32u575ag", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h7r7z8", features: ["stm32h7r7z8", "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: "stm32h742bg", features: ["stm32h742bg", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u535ne", features: ["stm32u535ne", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h7a3qi", features: ["stm32h7a3qi", "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: "stm32h7a3ig", features: ["stm32h7a3ig", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
processing Flavor { name: "stm32u5f7vi", features: ["stm32u5f7vi", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h723ve", features: ["stm32h723ve", "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: "stm32h757xi-cm7", features: ["stm32h757xi-cm7", "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: "stm32u535ve", features: ["stm32u535ve", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv8m.main-none-eabihf" } ...
processing Flavor { name: "stm32h7b3ii", features: ["stm32h7b3ii", "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: "stm32h735ag", features: ["stm32h735ag", "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: "stm32h755bi-cm7", features: ["stm32h755bi-cm7", "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: "stm32h755xi-cm4", features: ["stm32h755xi-cm4", "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: "stm32h747ai-cm4", features: ["stm32h747ai-cm4", "defmt", "unstable-pac", "exti", "time-driver-any", "time"], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-stm32/git.zup"
Creating dictionary...
Packing...
Time elapsed: 107.993263464s
Statistics:
Files: 2152036
Directories: 137733
Total entries: 2289769
Nodes before dedup: 2289769
after dedup: 945852 (58.7% reduction)
Uncompressed bytes before dedup: 49115768031 (49115.8 MB)
after dedup: 24998360387 (24998.4 MB, 49.1% reduction)
Compressed bytes before dedup: 2135511354 (2135.5 MB)
after dedup: 976690794 (976.7 MB, 54.3% reduction)
Overall compression ratio: 2.0%
Archive created: "webroot/crates/embassy-stm32/git.zup"
✅ Successfully built docs for embassy-stm32
Building docs for crate: embassy-sync
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:467769] started
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 59 packages to latest Rust 1.100.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 2.09s
[mon:467769] stopped
processing Flavor { name: "default", features: [], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-sync/git.zup"
Creating dictionary...
Packing...
Time elapsed: 6.920469ms
Statistics:
Files: 202
Directories: 38
Total entries: 240
Nodes before dedup: 240
after dedup: 240 (0.0% reduction)
Uncompressed bytes before dedup: 3744650 (3.7 MB)
after dedup: 3744650 (3.7 MB, 0.0% reduction)
Compressed bytes before dedup: 351141 (0.4 MB)
after dedup: 351141 (0.4 MB, 0.0% reduction)
Overall compression ratio: 9.4%
Archive created: "webroot/crates/embassy-sync/git.zup"
✅ Successfully built docs for embassy-sync
Building docs for crate: embassy-time
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:467925] started
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 124 packages to latest Rust 1.100.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-driver v0.2.2 (/ci/code/embassy-time-driver)
Compiling embassy-time-queue-utils v0.3.2 (/ci/code/embassy-time-queue-utils)
Checking unitrait v1.1.0
Checking defmt v1.1.1
Checking embedded-hal v0.2.7
Checking embassy-executor-timer-queue v0.1.1 (/ci/code/embassy-executor-timer-queue)
Documenting embassy-time v0.5.1 (/ci/code/embassy-time)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
[mon:467925] stopped
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: 1.98769ms
Statistics:
Files: 56
Directories: 18
Total entries: 74
Nodes before dedup: 74
after dedup: 74 (0.0% reduction)
Uncompressed bytes before dedup: 487738 (0.5 MB)
after dedup: 487738 (0.5 MB, 0.0% reduction)
Compressed bytes before dedup: 51485 (0.1 MB)
after dedup: 51485 (0.1 MB, 0.0% reduction)
Overall compression ratio: 10.6%
Archive created: "webroot/crates/embassy-time/git.zup"
✅ Successfully built docs for embassy-time
Building docs for crate: embassy-time-driver
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:468029] started
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 15 packages to latest Rust 1.100.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.30s
[mon:468029] stopped
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: 616.402µs
Statistics:
Files: 22
Directories: 14
Total entries: 36
Nodes before dedup: 36
after dedup: 34 (5.6% reduction)
Uncompressed bytes before dedup: 66566 (0.1 MB)
after dedup: 66525 (0.1 MB, 0.1% reduction)
Compressed bytes before dedup: 10029 (0.0 MB)
after dedup: 9988 (0.0 MB, 0.4% reduction)
Overall compression ratio: 15.0%
Archive created: "webroot/crates/embassy-time-driver/git.zup"
✅ Successfully built docs for embassy-time-driver
Building docs for crate: embassy-time-queue-utils
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:468128] started
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 11 packages to latest Rust 1.100.0-nightly compatible versions
Compiling embassy-time-queue-utils v0.3.2 (/ci/code/embassy-time-queue-utils)
Checking embassy-executor-timer-queue v0.1.1 (/ci/code/embassy-executor-timer-queue)
Documenting embassy-time-queue-utils v0.3.2 (/ci/code/embassy-time-queue-utils)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.28s
[mon:468128] stopped
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: 545.702µs
Statistics:
Files: 22
Directories: 15
Total entries: 37
Nodes before dedup: 37
after dedup: 37 (0.0% reduction)
Uncompressed bytes before dedup: 103455 (0.1 MB)
after dedup: 103455 (0.1 MB, 0.0% reduction)
Compressed bytes before dedup: 12111 (0.0 MB)
after dedup: 12111 (0.0 MB, 0.0% reduction)
Overall compression ratio: 11.7%
Archive created: "webroot/crates/embassy-time-queue-utils/git.zup"
✅ Successfully built docs for embassy-time-queue-utils
Building docs for crate: embassy-usb
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:468231] started
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/xarxa`
Locking 52 packages to latest Rust 1.100.0-nightly compatible versions
Compiling serde_core v1.0.229
Compiling serde v1.0.229
Compiling portable-atomic v1.15.0
Compiling syn v3.0.4
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 thiserror-impl v2.0.20
Compiling usbd-hid-macros v0.10.1
Checking usbd-hid v0.10.1
Compiling thiserror v2.0.20
Compiling defmt-parser v1.0.0
Compiling defmt-macros v1.1.1
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.93s
[mon:468231] stopped
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: 8.268913ms
Statistics:
Files: 275
Directories: 39
Total entries: 314
Nodes before dedup: 314
after dedup: 313 (0.3% reduction)
Uncompressed bytes before dedup: 3218238 (3.2 MB)
after dedup: 3218154 (3.2 MB, 0.0% reduction)
Compressed bytes before dedup: 354332 (0.4 MB)
after dedup: 354253 (0.4 MB, 0.0% reduction)
Overall compression ratio: 11.0%
Archive created: "webroot/crates/embassy-usb/git.zup"
✅ Successfully built docs for embassy-usb
Building docs for crate: embassy-usb-dfu
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:468699] started
Running cargo batch with 2 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/xarxa`
Locking 125 packages to latest Rust 1.100.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.9
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 4.96s
[mon:468699] stopped
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: 2.71311ms
Statistics:
Files: 69
Directories: 30
Total entries: 99
Nodes before dedup: 99
after dedup: 92 (7.1% reduction)
Uncompressed bytes before dedup: 637366 (0.6 MB)
after dedup: 627746 (0.6 MB, 1.5% reduction)
Compressed bytes before dedup: 70570 (0.1 MB)
after dedup: 69092 (0.1 MB, 2.1% reduction)
Overall compression ratio: 10.8%
Archive created: "webroot/crates/embassy-usb-dfu/git.zup"
✅ Successfully built docs for embassy-usb-dfu
Building docs for crate: embassy-usb-driver
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:468942] started
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 15 packages to latest Rust 1.100.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.31s
[mon:468942] stopped
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: 2.154867ms
Statistics:
Files: 79
Directories: 16
Total entries: 95
Nodes before dedup: 95
after dedup: 95 (0.0% reduction)
Uncompressed bytes before dedup: 891809 (0.9 MB)
after dedup: 891809 (0.9 MB, 0.0% reduction)
Compressed bytes before dedup: 94275 (0.1 MB)
after dedup: 94275 (0.1 MB, 0.0% reduction)
Overall compression ratio: 10.6%
Archive created: "webroot/crates/embassy-usb-driver/git.zup"
✅ Successfully built docs for embassy-usb-driver
Building docs for crate: embassy-usb-host
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:469012] started
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/xarxa`
Locking 71 packages to latest Rust 1.100.0-nightly compatible versions
Compiling embassy-usb v0.6.0 (/ci/code/embassy-usb)
Compiling zerocopy v0.8.56
Documenting embassy-usb-host v0.1.0 (/ci/code/embassy-usb-host)
warning: public documentation for `find_ccid` links to private item `USB_CLASS_CCID`
--> src/class/ccid.rs:48:56
|
48 | /// An interface qualifies either by declaring class [`USB_CLASS_CCID`], or by carrying
| ^^^^^^^^^^^^^^ 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: `embassy-usb-host` (lib doc) generated 1 warning
Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s
[mon:469012] stopped
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: 34.523601ms
Statistics:
Files: 898
Directories: 92
Total entries: 990
Nodes before dedup: 990
after dedup: 988 (0.2% reduction)
Uncompressed bytes before dedup: 9456378 (9.5 MB)
after dedup: 9456101 (9.5 MB, 0.0% reduction)
Compressed bytes before dedup: 537776 (0.5 MB)
after dedup: 537702 (0.5 MB, 0.0% reduction)
Overall compression ratio: 5.7%
Archive created: "webroot/crates/embassy-usb-host/git.zup"
✅ Successfully built docs for embassy-usb-host
Building docs for crate: embassy-usb-logger
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:469225] started
Running cargo batch with 1 flavors...
Updating crates.io index
Updating git repository `https://github.com/embassy-rs/xarxa`
Locking 46 packages to latest Rust 1.100.0-nightly compatible versions
Compiling embassy-usb v0.6.0 (/ci/code/embassy-usb)
Checking log v0.4.34
Documenting embassy-usb-logger v0.6.0 (/ci/code/embassy-usb-logger)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
[mon:469225] stopped
processing Flavor { name: "default", features: [], target: "thumbv7em-none-eabi" } ...
Creating .zup archive: "webroot/crates/embassy-usb-logger/git.zup"
Creating dictionary...
Packing...
Time elapsed: 733.415µs
Statistics:
Files: 28
Directories: 14
Total entries: 42
Nodes before dedup: 42
after dedup: 42 (0.0% reduction)
Uncompressed bytes before dedup: 156482 (0.2 MB)
after dedup: 156482 (0.2 MB, 0.0% reduction)
Compressed bytes before dedup: 16737 (0.0 MB)
after dedup: 16737 (0.0 MB, 0.0% reduction)
Overall compression ratio: 10.7%
Archive created: "webroot/crates/embassy-usb-logger/git.zup"
✅ Successfully built docs for embassy-usb-logger
Building docs for crate: embassy-usb-synopsys-otg
removing out directory...
removing out directory...done.
removing build tree directory...
removing build tree directory...done
[mon:469411] started
Running cargo batch with 1 flavors...
Updating crates.io index
Locking 37 packages to latest Rust 1.100.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)"]
| ^^^^ invalid path separator
|
= 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)"]
| ^^^^ invalid path separator
|
= 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])"]
| ^^^ invalid path separator
|
= 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])"]
| ^^^ invalid path separator
|
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
warning: unresolved link to `State::as_state`
--> src/lib.rs:309:18
|
309 | /// 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:1995:46
|
1995 | /// 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:306:75
|
306 | /// 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
|
306 - /// Type-erased borrow of [`State`] passed to [`OtgInstance`], [`Driver`](crate::Driver), [`Bus`](crate::Bus),
306 + /// Type-erased borrow of [`State`] passed to [`OtgInstance`], [`Driver`], [`Bus`](crate::Bus),
|
warning: redundant explicit link target
--> src/lib.rs:306:99
|
306 | /// 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
|
306 - /// Type-erased borrow of [`State`] passed to [`OtgInstance`], [`Driver`](crate::Driver), [`Bus`](crate::Bus),
306 + /// Type-erased borrow of [`State`] passed to [`OtgInstance`], [`Driver`](crate::Driver), [`Bus`],
|
warning: redundant explicit link target
--> src/lib.rs:458:101
|
458 | /// 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
|
458 - /// Borrow this [`StateStorage`] as a [`State`] for [`OtgInstance`] and the Synopsys [`Driver`](crate::Driver).
458 + /// 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.40s
[mon:469411] stopped
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: 6.24313ms
Statistics:
Files: 163
Directories: 17
Total entries: 180
Nodes before dedup: 180
after dedup: 180 (0.0% reduction)
Uncompressed bytes before dedup: 3127093 (3.1 MB)
after dedup: 3127093 (3.1 MB, 0.0% reduction)
Compressed bytes before dedup: 302184 (0.3 MB)
after dedup: 302184 (0.3 MB, 0.0% reduction)
Overall compression ratio: 9.7%
Archive created: "webroot/crates/embassy-usb-synopsys-otg/git.zup"
✅ Successfully built docs for embassy-usb-synopsys-otg
Summary:
✅ Successfully built docs for 35 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-67c4b5c664-qmjdx
+ kubectl cp webroot/crates docserver-67c4b5c664-qmjdx:/data
+ kubectl cp webroot/static docserver-67c4b5c664-qmjdx:/data
job success in 1h3m25s