6 releases (breaking)

0.7.0 Feb 21, 2023
0.5.0 Jan 26, 2023
0.4.0 Dec 12, 2022
0.3.0 Nov 17, 2022
0.1.0 Aug 25, 2022

#182 in Embedded development

Download history 255/week @ 2022-11-29 429/week @ 2022-12-06 500/week @ 2022-12-13 245/week @ 2022-12-20 171/week @ 2022-12-27 281/week @ 2023-01-03 419/week @ 2023-01-10 342/week @ 2023-01-17 367/week @ 2023-01-24 553/week @ 2023-01-31 515/week @ 2023-02-07 718/week @ 2023-02-14 547/week @ 2023-02-21 510/week @ 2023-02-28 534/week @ 2023-03-07 339/week @ 2023-03-14

2,136 downloads per month
Used in esp-storage

MIT/Apache

1MB
22K SLoC

esp32s3-hal

Crates.io docs.rs Crates.io Matrix

no_std HAL for the ESP32-S3 from Espressif. Implements a number of the traits defined by 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. Refer to the Getting Stared section below for more information.

Documentation

Getting Started

Installing the Rust Compiler

cargo install espup
espup install
# Unix
. $HOME/export-esp.sh
# Windows
%USERPROFILE%\export-esp.ps1

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

~15MB
~346K SLoC