mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
The Linux build was broken after IDF flash API was updated without updating the Linux stub library in the example. This commit updates the spi_flash stub library such that: - The API now matches same API as IDF's spi_flash component - Links the stub_esp32 library to pull in basic types and defines