diff options
| author | Dániel Buga <[email protected]> | 2025-09-02 08:33:00 +0200 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2025-09-02 08:34:07 +0200 |
| commit | 219cf09aab41cff9f2682a6b1e00610f96d25b1f (patch) | |
| tree | 6254ec12c48952be5ac8ba78764f5d35c705392c /embassy-executor/Cargo.toml | |
| parent | de33d113a5fb70ca5086058cc894a2ce192c27d6 (diff) | |
Remove features, fix changelog
Diffstat (limited to 'embassy-executor/Cargo.toml')
| -rw-r--r-- | embassy-executor/Cargo.toml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index dc423aba2..ed72a585f 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -125,19 +125,3 @@ trace = ["_any_trace"] | |||
| 125 | ## Enable support for rtos-trace framework | 125 | ## Enable support for rtos-trace framework |
| 126 | rtos-trace = ["_any_trace", "metadata-name", "dep:rtos-trace", "dep:embassy-time-driver"] | 126 | rtos-trace = ["_any_trace", "metadata-name", "dep:rtos-trace", "dep:embassy-time-driver"] |
| 127 | _any_trace = [] | 127 | _any_trace = [] |
| 128 | |||
| 129 | #! ### Timer Item Payload Size | ||
| 130 | #! Sets the size of the payload for timer items, allowing integrated timer implementors to store | ||
| 131 | #! additional data in the timer item. The payload field will be aligned to this value as well. | ||
| 132 | #! If these features are not defined, the timer item will contain no payload field. | ||
| 133 | |||
| 134 | _timer-item-payload = [] # A size was picked | ||
| 135 | |||
| 136 | ## 1 bytes | ||
| 137 | timer-item-payload-size-1 = ["_timer-item-payload"] | ||
| 138 | ## 2 bytes | ||
| 139 | timer-item-payload-size-2 = ["_timer-item-payload"] | ||
| 140 | ## 4 bytes | ||
| 141 | timer-item-payload-size-4 = ["_timer-item-payload"] | ||
| 142 | ## 8 bytes | ||
| 143 | timer-item-payload-size-8 = ["_timer-item-payload"] | ||
