aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-09-22 00:47:08 +0200
committerDario Nieuwenhuis <[email protected]>2025-09-22 00:47:08 +0200
commit4d71f432ad05cd8cce50b13cf6de6a1422f3b401 (patch)
tree64f0b12c8e356d825adbc83bb6153a228cae22e8 /embassy-rp/Cargo.toml
parentfd1c1635419f8281edda3892f08a91f0e315667a (diff)
Update manifests to satisfy new checks.
Diffstat (limited to 'embassy-rp/Cargo.toml')
-rw-r--r--embassy-rp/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml
index 101914a36..f6b0900f2 100644
--- a/embassy-rp/Cargo.toml
+++ b/embassy-rp/Cargo.toml
@@ -45,6 +45,10 @@ rt = [ "rp-pac/rt" ]
45 45
46## Enable [defmt support](https://docs.rs/defmt) and enables `defmt` debug-log messages and formatting in embassy drivers. 46## Enable [defmt support](https://docs.rs/defmt) and enables `defmt` debug-log messages and formatting in embassy drivers.
47defmt = ["dep:defmt", "embassy-usb-driver/defmt", "embassy-hal-internal/defmt"] 47defmt = ["dep:defmt", "embassy-usb-driver/defmt", "embassy-hal-internal/defmt"]
48## Enable log support
49log = ["dep:log"]
50## Enable chrono support
51chrono = ["dep:chrono"]
48 52
49## Configure the [`critical-section`](https://docs.rs/critical-section) crate to use an implementation that is safe for multicore use on rp2040. 53## Configure the [`critical-section`](https://docs.rs/critical-section) crate to use an implementation that is safe for multicore use on rp2040.
50critical-section-impl = ["critical-section/restore-state-u8"] 54critical-section-impl = ["critical-section/restore-state-u8"]