diff options
Diffstat (limited to 'embassy-executor/Cargo.toml')
| -rw-r--r-- | embassy-executor/Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index a36a61885..79680ae74 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -109,6 +109,11 @@ arch-avr = ["_arch", "dep:portable-atomic", "dep:avr-device"] | |||
| 109 | ## spin (architecture agnostic; never sleeps) | 109 | ## spin (architecture agnostic; never sleeps) |
| 110 | arch-spin = ["_arch"] | 110 | arch-spin = ["_arch"] |
| 111 | 111 | ||
| 112 | #! ### Metadata | ||
| 113 | |||
| 114 | ## Enable the `name` field in task metadata. | ||
| 115 | metadata-name = [] | ||
| 116 | |||
| 112 | #! ### Executor | 117 | #! ### Executor |
| 113 | 118 | ||
| 114 | ## Enable the thread-mode executor (using WFE/SEV in Cortex-M, WFI in other embedded archs) | 119 | ## Enable the thread-mode executor (using WFE/SEV in Cortex-M, WFI in other embedded archs) |
| @@ -118,7 +123,7 @@ executor-interrupt = [] | |||
| 118 | ## Enable tracing hooks | 123 | ## Enable tracing hooks |
| 119 | trace = ["_any_trace"] | 124 | trace = ["_any_trace"] |
| 120 | ## Enable support for rtos-trace framework | 125 | ## Enable support for rtos-trace framework |
| 121 | rtos-trace = ["dep:rtos-trace", "_any_trace", "dep:embassy-time-driver"] | 126 | rtos-trace = ["_any_trace", "metadata-name", "dep:rtos-trace", "dep:embassy-time-driver"] |
| 122 | _any_trace = [] | 127 | _any_trace = [] |
| 123 | 128 | ||
| 124 | #! ### Timer Item Payload Size | 129 | #! ### Timer Item Payload Size |
