Skip to content

Convert Zephyr primitives to a better initialization and use framework #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Mar 14, 2025
Merged
2 changes: 2 additions & 0 deletions samples/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ crate-type = ["staticlib"]
[dependencies]
zephyr = "0.1.0"
critical-section = "1.1.2"
heapless = "0.8"
static_cell = "2.1"

# Dependencies that are used by build.rs.
[build-dependencies]
Expand Down
117 changes: 0 additions & 117 deletions samples/bench/src/basesem.rs

This file was deleted.

Loading