Jason2866

Results 1099 comments of Jason2866

Hi @valeros The ESPP3232-C3 is available. All libs which are compatible to `core esp32` are used for the C3 too, as there is no possibility to handle the mcu variant...

@FernandoGarcia We can track down if this is a problem generated from the CH9102. Trying this platform build. It supports for IDF/Arduino the ESP32, C3, S2 and S3 ``` platform...

I builded a actual framework. Arduino Core v2.0.2 and IDF v4.4. All included examples in this builded framework do work ``` platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.2idf/platform-espressif32-2.0.2.zip ```

@valeros Tried ESP-PROG with actual version. Does not work fully. `Upload and debug` fails. When flashing the sketch before and doing `Debug without upload` it does work. The same behaviour...

@valeros I found the reason for. Since our main app does **not** run at address 0x10000 the actual implementation does not work. I found a solution for this for us.

@valeros Probably a change for all newer boards to flash mode `qio` will avoid more issues here. Only old ESP32 board designs may not support mode `qio`.

Well, than the question is why `dio` works with Arduino IDE and it fails with PlatformIO? Since i dont have this board nor i have Arduino IDE i cant say...

Closing [this PR ](https://github.com/espressif/esp32-arduino-lib-builder/pull/80) will fix the issues with flash modes. All modes are possible.

The branch `idf-master` is often deleted and imho only a test branch. Merged (and deleted) in the master branch if it works as expected. Pointing idf4.x to a idf 3.x...

Not really a Platformio issue nor a question. Afaik Arduino does not support flash encryption. Building bootloader with support for needs recompiling the libs from the Arduino framework with the...