FreeRTOS-rust
FreeRTOS-rust copied to clipboard
Fix interpreting `x_higher_priority_task_woken` value as a pointer
Also:
- Require
InterruptContextto be mutable to avoid introducing interior mutability. - Add
higher_priority_task_wokenmethod to it to have a way to check the flag value.