Skip to content

Releases: tobozo/ESP32-PsRamFS

1.0.6

10 Feb 15:30
6d5bc25
Compare
Choose a tag to compare

What's Changed

  • fix for compilation error with esp32-p4
  • fix for file-overwrite error by @whiteaxxe

Full Changelog: v1.0.5...v1.0.6

1.0.5

14 Jun 12:15
4439159
Compare
Choose a tag to compare
  • Added PSRamFS.setPartitionSize(size_t)
  • Enabled support for esp32-s3 (thanks to @Rob58329)
  • Fixed support for arduino-esp32 core 3.x

1.0.3-beta (with some esp-idf support)

22 Sep 15:46
204f537
Compare
Choose a tag to compare
  • Added esp-idf support and example
  • Fixed crash with O_APPEND (Uninitialized lock used)

1.0.2-beta

02 Sep 09:36
5047967
Compare
Choose a tag to compare

This releases brings back fs::File compliance with Arduino API and fixes the breaking changes

1.0.1-beta

11 May 12:51
Compare
Choose a tag to compare
doc update and formatting

1.0.0-bloata

05 May 17:13
85b8172
Compare
Choose a tag to compare
Merge pull request #2 from lbernstone/fseek

Fixes for fseek. Also a little fix on fclose