Jason2866
Jason2866
Updated and debugger now uses the correct offset too. No need to specify `ESP32_APP_OFFSET` anywhere since it is read from the partitions.csv @valeros Can you review? If not considered to...
The m5paper has a `ESP32-D0WDQ6-V3` inside and does NOT need the PSRAM fix. This is `-mfix-esp32-psram-cache-issue` unnecessary and should be removed.
I was running in this too. See my PR https://github.com/platformio/platform-espressif32/pull/785 We are using a factory firmware too handle a optimized OTA process to save flash space. We used `flash extra...
@OptoStocks Yes, factory app is only possible at address 0x10000. But with platformio as it is coded at the moment it is not possible to flash factory firmware there AND...
@OptoStocks Yes, and it is not for Arduino. My PR is for Arduino. IDF and Arduino builder are **completly** different code parts in platformio
@paolosanchi Platformio cant change the hard limits given from IDF. Factory image is restricted to be at 0x10000. If you want to have this elswhere you have to open a...
Interesting, since it is against the documentation from espressif that the factory firmware can be only at 0x10000. In this case do not expect this not supported nor documented feature...
@OptoStocks @paolosanchi See my PR #785 could work here too. Main goal was to make it possible to place factory firmware at 0x10000 for Arduino. Since it removes the hardcoded...
+1 for using ULP with Arduino
@maxgerhardt Couldnt believe that the function is not there! Found this Feature Request by searching for `how to download the content of the filesystem with platformio`. Since we use littlefs...