Search found 2 matches

by Ryan95
Wed Apr 07, 2021 9:33 am
Forum: ESP-IDF
Topic: 'Cannot open source file' for espressif components
Replies: 0
Views: 1208

'Cannot open source file' for espressif components

I have tried to include standard espressif components ({IDF_PATH}/components) to a component that I am making. I include the standard component header at the top of my component source file, add the correct path to c_cpp_properties.json, and add it to the CMakeLists.txt as REQUIRES. I get the error ...
by Ryan95
Tue Apr 06, 2021 7:42 am
Forum: ESP-IDF
Topic: Failed to resolve component 'esp_nimble_hci'.
Replies: 0
Views: 1079

Failed to resolve component 'esp_nimble_hci'.

I have been trying to develop a BLE component for a project, however, every time I build, I get the error "Failed to resolve component 'esp_nimble_hci'.". I have added it to the path in the c_cpp_properties.json and specified it in the CMakeLists.txt. The menuconfig has been set to nimble also. I ha...