esp-hal/esp-alloc/CHANGELOG.md
Björn Quentin d71434adfb
esp-wifi uses global allocator, esp-alloc supports multiple regions (#2099)
* esp-wifi uses global allocator, esp-alloc supports multiple regions

* CHANGELOG.md

* Apply suggestions

* Use `alloc` when linting esp-wifi

* Make coex example build for ESP32

* Re-enable some wifi examples for ESP32-S2

* Optionally depend on `esp-alloc` (by default)

* Rename INSTANCE -> HEAP
2024-09-06 15:42:19 +00:00

648 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

Changed

  • a global allocator is created in esp-alloc, now you need to add individual memory regions (up to 3) to the allocator (#2099)

Fixed

Removed

0.4.0 - 2024-06-04

0.3.0 - 2023-04-25

0.2.1 - 2023-04-21

0.2.0 - 2023-02-22

0.1.0 - 2022-07-25