7 releases (breaking)

new 0.6.0 Jan 15, 2025
0.5.0 Oct 10, 2024
0.4.0 Jun 4, 2024
0.3.0 Apr 25, 2023
0.1.0 Jul 25, 2022

#541 in Embedded development

Download history 2197/week @ 2024-09-27 2937/week @ 2024-10-04 2624/week @ 2024-10-11 2926/week @ 2024-10-18 2771/week @ 2024-10-25 2758/week @ 2024-11-01 2443/week @ 2024-11-08 2885/week @ 2024-11-15 3427/week @ 2024-11-22 3127/week @ 2024-11-29 2711/week @ 2024-12-06 3078/week @ 2024-12-13 2915/week @ 2024-12-20 2936/week @ 2024-12-27 3506/week @ 2025-01-03 3965/week @ 2025-01-10

13,680 downloads per month
Used in 6 crates

MIT/Apache

26KB
396 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