Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 965 Bytes

File metadata and controls

42 lines (25 loc) · 965 Bytes

CHANGELOG

0.0.3 - 2026-04-21

Changed:

  • Change min. esp-idf version to 5.5.3 to make use of the direct PSRAM / SPI DMA transaction

Added:

  • Add MALLOC_CAP_SIMD for image buffers
  • Add dynamic memory caps for VoSPI transaction to allow the usage without PSRAM
  • Add SIMD support
  • Add additional color paletts
  • Add API to trigger camera FFC

Fixed:

  • Fix memory leaks during driver deinitialization

Removed:

  • Remove ESP32 from supported devices list because it is untested

0.0.2 - 2026-01-26

Changed:

  • Set component version in CMakeLists.txt and idf_component.txt from CI/CD (#7)
  • Set component version in Library via CMakeLists (#6)

[0.0.1] - 28.12.2025

Added:

Initial release