8 releases (breaking)

0.7.0 Feb 24, 2025
0.6.0 Jan 15, 2025
0.5.0 Oct 10, 2024
0.4.0 Jun 4, 2024
0.1.0 Jul 25, 2022

#1468 in Embedded development

Download history 3412/week @ 2024-11-20 3403/week @ 2024-11-27 2550/week @ 2024-12-04 3047/week @ 2024-12-11 3226/week @ 2024-12-18 2828/week @ 2024-12-25 3227/week @ 2025-01-01 3982/week @ 2025-01-08 4795/week @ 2025-01-15 3412/week @ 2025-01-22 3459/week @ 2025-01-29 4241/week @ 2025-02-05 4699/week @ 2025-02-12 3868/week @ 2025-02-19 3260/week @ 2025-02-26 3252/week @ 2025-03-05

15,877 downloads per month
Used in 9 crates

MIT/Apache

26KB
397 lines

esp-alloc

Crates.io docs.rs MSRV Crates.io Matrix

A simple no_std heap allocator for RISC-V and Xtensa processors from Espressif. Supports all currently available ESP32 devices.

NOTE: using this as your global allocator requires using Rust 1.68 or greater, or the nightly release channel.

Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile when using the latest stable Rust version at the time of the crate's release. It might compile with older versions, but that may change in any new release, including patches.

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

~0.9–1.4MB
~30K SLoC