You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the component documentation ESP-IDF Components and the issue is not addressed there.
I am using target and esp-idf version as defined in component's idf_component.yml
I have searched the issue tracker for a similar issue and not found any related issue.
Which component are you using? If you choose Other, provide details in More Information.
led_strip
ESP-IDF version.
v5.3.1
Development Kit.
linux
Used Component version.
2.5.5
More Information.
Trying to run unit tests with a project using led_strip in linux target causes error:
fatal error: driver/spi_master.h: No such file or directory
BUG: component_requirements.py: driver/spi_master.h found in component esp_driver_spi which is already in the requirements list of espressif__led_strip
This problem can be reproduced easily with an empty project and adding led_strip as a dependency:
idf.py create-project test
cd test
idf.py add-dependency "led_strip^2.5.5"
idf.py --preview set-target linux
idf.py build
The text was updated successfully, but these errors were encountered:
Answers checklist.
Which component are you using? If you choose Other, provide details in More Information.
led_strip
ESP-IDF version.
v5.3.1
Development Kit.
linux
Used Component version.
2.5.5
More Information.
Trying to run unit tests with a project using led_strip in linux target causes error:
This problem can be reproduced easily with an empty project and adding led_strip as a dependency:
The text was updated successfully, but these errors were encountered: