Results 23 comments of Sven

I now pointed out the issue on https://github.com/lvgl/lvgl/issues/5515, but I don't know if this is the right approach to fix it.

I don't know if the issue overlaps, but I've also a strange issue. On receving data the SPI buffer is read to early. I've connected a device via SPI3 and...

Ah, sorry maybe we can move this to a new issue, esp-idf-hal 0.40.1 on an esp32.

I checked with a logic analyzer, CS is correct. So I create a new issue for that.

Hi, I'm using AuthAD and I think the issue is caused here by a none existing user https://github.com/dokuwiki/dokuwiki/blob/788b33a0605afa87314d76dad3a1cebe42673b04/lib/plugins/authad/auth.php#L218

At the moment it is impossible to build Sming for Esp32 & Wifi on current ubuntu releases. IDF 5.0 is broken due problem with SPI Flash access #2653 and IDF...

Ahm, Basic_Blink is working, Basic_Wifi is not working. As soon as I remove the `DISABLE_NETWORK` switch form the Basic_Blink, it is also not working. So I dig into. In `Sming/Arch/Esp32/Components/esp32/src/startup.cpp`...

Yes, that works for the moment. That was also my idea that anything stuck at task level or an ISR, because the WDT PC addresses are always at some interrupts.

I've diffed the sdkconfig from IDF and Sming. The only settings what points me are `CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4` and `CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_5`, some WDT and FREERTOS Flags. ```diff --- idf.sdkconfig 2023-07-25 11:25:11.701113817 +0200 +++...

I don't know but at the moment I have no clue. One difference I found is, that the IDF Sample bootloader output ends with the following: ``` I (29) boot:...