16 breaking releases

0.18.1 Mar 8, 2024
0.17.0 Dec 12, 2023
0.16.0 Oct 31, 2023
0.13.0 Jul 4, 2023
0.2.0 Sep 23, 2020

#1876 in Embedded development

Download history 1506/week @ 2023-12-04 1872/week @ 2023-12-11 1476/week @ 2023-12-18 1118/week @ 2023-12-25 1080/week @ 2024-01-01 941/week @ 2024-01-08 820/week @ 2024-01-15 887/week @ 2024-01-22 440/week @ 2024-01-29 379/week @ 2024-02-05 616/week @ 2024-02-12 636/week @ 2024-02-19 659/week @ 2024-02-26 811/week @ 2024-03-04 512/week @ 2024-03-11 355/week @ 2024-03-18

2,393 downloads per month
Used in 7 crates

MIT/Apache

2MB
48K SLoC

esp32-hal

Crates.io docs.rs Crates.io Matrix

[!WARNING]

This package has been deprecated in favour of esp-hal.

Please refer to the migration guide for help with updating your projects to use the new 'esp-hal' package:

https://github.com/esp-rs/esp-hal/releases/tag/v0.16.0

no_std HAL for the ESP32 from Espressif.

Implements a number of the traits defined in embedded-hal.

This device uses the Xtensa ISA, which is not officially supported by the Rust compiler. In order to develop for this device, you must use the Rust compiler fork with Xtensa support, found at esp-rs/rust.

Please refer to the documentation for more information.

Documentation

Resources

Getting Started

Installing the Rust Compiler

We provide a tool, espup, for easily installing the Rust toolchain with Xtensa support:

cargo install espup
espup install

Following installation of the Xtensa toolchain, if you are running a Unix-like operating system (macOS, Linux) then you must additionally export the necessary environment variables:

. $HOME/export-esp.sh

See the Installation chapter of The Rust on ESP Book for more details.

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

~12–22MB
~447K SLoC