Closed rkonopski closed 5 days ago
Hi @rkonopski ,
Can you please share more information, since all IDF examples do compile cleanly for ESP32C6.
Just to add : For your custom project, it should include all the necessary paths, libraries, and compiler options. Please compare the CMakeLists.txt or Makefile between existing IDF example project and your custom project.
Hi @rkonopski , did you get a chance to check on this further ?
I confirm. OK: esp32s , esp32c3 NO OK: esp32c2 , esp32c6 ESP-IDF Release v5.3.1
Hi @maksms ,
This is expected. This is because esp-nimble-hci.h includes defination which are needed for VHCI layer between NimBLE host and ESP bluetooth controller. esp32 / c3/ s3 use VHCI interface, rest chips don't.
What functionality do you want to do by including esp_nimble_hci.h file ?
@rahult-github thank you, I really don't need this file for my task
Closing issue per above comment . Please feel free to reopen in case issue is still observed.
Answers checklist.
IDF version.
v5.3.1
Operating System used.
Linux
How did you build your project?
VSCode
If you are using Windows, please specify command line type.
None
What is the expected behavior?
Load component on ESP32C6
What is the actual behavior?
Error is thrown
Steps to reproduce.
Build or installation Logs.
No response
More Information.
No response