All notable changes to this project will be documented in this file.
- Initial ESPBufferManager implementation with PSRAM-aware
allocate,reallocate, anddeallocatehelpers. - Added
isPSRAMAvailable()andshouldUsePSRAM()runtime helpers. - Added Arduino example (
examples/basic_usage) demonstrating safe fallback behavior.
- CI now pins PIOArduino Core to
v6.1.19and installs the ESP32 platform viapio pkg install, restoring PlatformIO compatibility with the currentplatform-espressif32package.
- First release scaffold for ESPBufferManager.
- Shared, non-throwing memory management API for ESPToolKit libraries.
- Arduino/ESP-IDF compatible platform guards.
- CI, release workflow, issue templates, and PR template.