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
The `zephyr-sys` crate contains all of the generated bindings to the C
API in Zephyr.
The `zephyr::sys` module wraps these abstractions in as thin of a way as
possible, but still allowing them to be used without 'unsafe'. Although
the interfaces are "safe", because they are just wrappers around C
calls, most aren't directly useful without unsafe, and this crate
provides higher-level abstractions around these underlying primitives.
This commit adds a definition for `K_FOREVER`, and `K_NO_WAIT`, which
are too complicated for bindgen to autogenerate bindings for. We will
rely on a test to ensure that the values match those in the C headers.
Signed-off-by: David Brown <[email protected]>
0 commit comments