Adrian Soundy
Adrian Soundy
Didn't see any need for review
Not sure what's going on the build here. Is it a cmake issue ? Builds locally ok @josesimoes @networkfusion Looking at code it like the environment variable ESP_ROM_ELF_DIR is missing...
By adding an apt -get for Libusb, the smoketest is no longer failing on the openocd install. Now just fails at the same place as other builds with the missing...
I am having problems identifying why the ESP32_P4_UART build is failing in the pipelines. The build is failing in a header because of a missing CONFIG_ variable which should be...
Looks like not using latest version of component esp_hosted resolved issue with config but now have different problem to look at for P4 build. All builds and runs locally.
> This is most likely due to the fact that ESP32 P4 does not have native support for **Wifi** and **Bluetooth**. Although P4 doesn't have native Wifi support it does...
> @AdrianSoundy do you want me to take a look at this, or are you diving into it? Still looking into it.
It looks like to issue with build is due to the ESP_IDF_VERSION environment variable not being set along with ESP_ROM_ELF_DIR environment variable. This causes sdkconfig to generated wrong, missing wifi...
Adding the ESP_IDF_VERSION to p4 build resolves the P4 build issue. Need to find a better place to put this so used for all ESP32 builds. Also need to add...
The IDF 5.4.2 is now released. Will include in this PR so I can remove IDF patching for 5.4.1. Tried the ESP32_C5 but it seems the IDF 5.4.x is only...