You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add NOT_SUPPORTED to OS' statues (#3281)
* adding not-supported status because sometimes it's useful to report not supported
* updating shadow enums to match actual enum
PriorityQueue Send mark as unsafe for ISR (#3216)
* Updated comment to indicate functions are not ISR safe since they use a mutex under the hood
* added another needed comment
* Adding warning on priorityqueue usage within an ISR
Making Os::Task::delay use the singleton pattern (#2954)
* Making Os::Task::delay use the singleton pattern
* Add Os::Task::init call to Os::init
---------
Co-authored-by: thomas-bc <49786685+thomas-bc@users.noreply.github.com>