Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

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

Open
darianbjohnson opened this issue Nov 11, 2023 · 3 comments
Open

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

darianbjohnson opened this issue Nov 11, 2023 · 3 comments

Comments

@darianbjohnson
Copy link

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
Copy link
Owner

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:

  • BT Nimble enabled instead of default one
  • More logs are enabled
  • Some compiler optimizations are changed
  • Matter related configs are added at the bottom of file.

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 :)

@shashiprab
Copy link

It'll bre great to get an updated build... Any chance your can make and put out an updated build? Your effort is much appreciated!

@Demian87
Copy link

Hi! Is there any plan to upgrade to v3.0 or v3.1?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants