#hardware-abstraction-layer #abstraction-layer #embedded-hal #hal #io #non-blocking #nb

no-std embedded-hal-nb

Non-blocking Hardware Abstraction Layer (HAL) for embedded systems using the nb crate

8 releases (1 stable)

1.0.0 Jan 9, 2024
1.0.0-rc.3 Dec 14, 2023
1.0.0-rc.2 Nov 29, 2023
1.0.0-rc.1 Aug 15, 2023
0.0.0 Aug 9, 2022

#1619 in Embedded development

Download history 9858/week @ 2024-01-01 11035/week @ 2024-01-08 11350/week @ 2024-01-15 13514/week @ 2024-01-22 10707/week @ 2024-01-29 9922/week @ 2024-02-05 13759/week @ 2024-02-12 14811/week @ 2024-02-19 13941/week @ 2024-02-26 14820/week @ 2024-03-04 15311/week @ 2024-03-11 14628/week @ 2024-03-18 13687/week @ 2024-03-25 15481/week @ 2024-04-01 13107/week @ 2024-04-08 16192/week @ 2024-04-15

59,444 downloads per month
Used in 151 crates (18 directly)

MIT/Apache

74KB
681 lines

crates.io crates.io Documentation Minimum Supported Rust Version

embedded-hal-nb

A non-blocking Hardware Abstraction Layer (HAL) for embedded systems, using the nb crate.

This crate contains versions of some embedded-hal traits using nb, and shares its scope and design goals.

This project is developed and maintained by the HAL team.

API reference

Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.60 and up. It might compile with older versions but that may change in any new patch release.

See here for details on how the MSRV may be upgraded.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies