diff options
| author | Ulf Lilleengen <[email protected]> | 2025-09-22 10:38:20 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-22 10:38:20 +0200 |
| commit | e9232bfad31c8a0c8567fa092a323f186bd99eb5 (patch) | |
| tree | 914952e6ff6d434380b574a8c9f6b44c8cee979f /embassy-executor/Cargo.toml | |
| parent | d1b55faace4b5059c726d94dd2d7f1ad3805ab48 (diff) | |
| parent | 768182545aa600811c480a1ab298c590ce1093bc (diff) | |
Merge branch 'main' into add-nrf-rtc-driver
Diffstat (limited to 'embassy-executor/Cargo.toml')
| -rw-r--r-- | embassy-executor/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index f6dce5c0e..61d060630 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -123,6 +123,12 @@ rustversion = "1.0.21" | |||
| 123 | ## Enable nightly-only features | 123 | ## Enable nightly-only features |
| 124 | nightly = ["embassy-executor-macros/nightly"] | 124 | nightly = ["embassy-executor-macros/nightly"] |
| 125 | 125 | ||
| 126 | ## Enable defmt logging | ||
| 127 | defmt = ["dep:defmt"] | ||
| 128 | |||
| 129 | ## Enable log logging | ||
| 130 | log = ["dep:log"] | ||
| 131 | |||
| 126 | # Enables turbo wakers, which requires patching core. Not surfaced in the docs by default due to | 132 | # Enables turbo wakers, which requires patching core. Not surfaced in the docs by default due to |
| 127 | # being an complicated advanced and undocumented feature. | 133 | # being an complicated advanced and undocumented feature. |
| 128 | # See: https://github.com/embassy-rs/embassy/pull/1263 | 134 | # See: https://github.com/embassy-rs/embassy/pull/1263 |
