Answers checklist.
IDF version.
v5.3.2
Operating System used.
Windows
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
None
What is the expected behavior?
Build without errors.
What is the actual behavior?
Build with errors.
Steps to reproduce.
Go to New Project Wizard - Choose Template arduino-as-component.
Then CTRL+Shift+P and type/choose ESP-IDF: Add Arduino ESP32 as ESP-IDF Component.
Build or installation Logs.
-- git rev-parse returned 'fatal: not a git repository (or any of the parent directories): .git'
ESP Insights Project commit: HEAD-HASH-NOTFOUND
-- git rev-parse returned 'fatal: not a git repository (or any of the parent directories): .git'
ESP RainMaker Project commit: HEAD-HASH-NOTFOUND
CMake Error at components/arduino/CMakeLists.txt:362 (message):
esp32-arduino requires CONFIG_FREERTOS_HZ=1000 (currently 100)
More Information.
Fresh project with Arduino component does not build.