Yacubane / esp32-arduino-matter-builder

Apache License 2.0
30 stars 11 forks source link

Instructions for latest ESP-IDF, ESP-Arduino, ESP32-H2 #5

Open darianbjohnson opened 10 months ago

darianbjohnson commented 10 months ago

Thanks so much for putting this library together. I was going to run the build.sh script to incorporate the latest version of Arduino-esp32 (v3.0.0), which introduces the ESP32-H2 and ESP32-C6 chips.

  1. I know that I need to update the download.sh file (which seems straight forward).
  2. I also assume that I need to add stubs for the H2 and C6 - but not exactly sure where to get the default values. Any help would be appreciated.

Anything else I'm missing?

Yacubane commented 9 months ago

Regarding point number 2: You will get these from here: https://raw.githubusercontent.com/espressif/arduino-esp32/2.0.14/tools/sdk/esp32/sdkconfig (for 2.0.14). Stubs inside this project are modified, you can see it by comparing the file I just linked to actual version from repository. Changes are:

I do expect more problems when migrating to arduino-esp32 v3.0.0 but right now I can't share any more info. I will try to upgrade too, but only when v3.0.0 will have it's final version :)