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
{{ message }}
This repository was archived by the owner on Aug 19, 2021. It is now read-only.
Moved to statically allocated Semaphores in mbed implementation
Used static buffer + placement new + reinterpret cast to allow
static allocation of the C++ Semaphore class in C. An assertion
is used to protect against invalid size, although this should be
changed to a static-assertion if available.
0 commit comments