diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-09-22 00:47:08 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-09-22 00:47:08 +0200 |
| commit | 4d71f432ad05cd8cce50b13cf6de6a1422f3b401 (patch) | |
| tree | 64f0b12c8e356d825adbc83bb6153a228cae22e8 /embassy-rp/Cargo.toml | |
| parent | fd1c1635419f8281edda3892f08a91f0e315667a (diff) | |
Update manifests to satisfy new checks.
Diffstat (limited to 'embassy-rp/Cargo.toml')
| -rw-r--r-- | embassy-rp/Cargo.toml | 4 |
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. |
| 47 | defmt = ["dep:defmt", "embassy-usb-driver/defmt", "embassy-hal-internal/defmt"] | 47 | defmt = ["dep:defmt", "embassy-usb-driver/defmt", "embassy-hal-internal/defmt"] |
| 48 | ## Enable log support | ||
| 49 | log = ["dep:log"] | ||
| 50 | ## Enable chrono support | ||
| 51 | chrono = ["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. |
| 50 | critical-section-impl = ["critical-section/restore-state-u8"] | 54 | critical-section-impl = ["critical-section/restore-state-u8"] |
