mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-02 14:44:32 +00:00
Happy CI :)
This commit is contained in:
parent
99209accb5
commit
a853bbe2a4
@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Added new metadata API for tasks.
|
||||
- Main task automatically gets a name of `main` when the `metadata-name` feature is enabled.
|
||||
- Upgraded rtos-trace
|
||||
- Added optional "earliest deadline first" EDF scheduling
|
||||
|
||||
## 0.9.1 - 2025-08-31
|
||||
|
||||
|
@ -39,12 +39,9 @@ use core::sync::atomic::AtomicPtr;
|
||||
use core::sync::atomic::Ordering;
|
||||
use core::task::{Context, Poll, Waker};
|
||||
|
||||
use embassy_executor_timer_queue::TimerQueueItem;
|
||||
#[cfg(feature = "arch-avr")]
|
||||
use portable_atomic::AtomicPtr;
|
||||
|
||||
#[cfg(feature = "metadata-deadline")]
|
||||
pub use deadline::Deadline;
|
||||
use embassy_executor_timer_queue::TimerQueueItem;
|
||||
#[cfg(feature = "arch-avr")]
|
||||
use portable_atomic::AtomicPtr;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user