Crate esp_alloc

source ·
Expand description

A simple no_std heap allocator for RISC-V and Xtensa processors from Espressif.

Currently supports:

  • ESP32
  • ESP32-C3
  • ESP32-S2
  • ESP32-S3

NOTE: using this as your global allocator requires using Rust’s nightly release channel.

Structs