esp-idf/examples/get-started
Frantisek Hrbata fbe8bf89ee fix: properly resolve component dependencies
There is currently a bug in the __build_resolve_and_add_req function in
tools/cmake/build.cmake where the check for registered component
requirements is incorrectly applied to the component itself rather than
its dependencies. This issue likely originated from a typo, using
component_target instead of _component_target. To prevent further
confusion, _component_target has been renamed to _req_target.

Fixing this revealed multiple incorrect dependencies for the Linux
target, which have now been resolved by explicitly specifying the
dependencies for the Linux target.

Closes https://github.com/espressif/esp-idf/issues/13447

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-05-30 22:01:55 +08:00
..
blink feat(blink): add sdkconfig defaults for each target 2024-02-07 10:32:22 +08:00
hello_world fix: properly resolve component dependencies 2024-05-30 22:01:55 +08:00
sample_project docs: Update alerts in READMEs to GFM format 2024-05-06 15:19:15 +08:00
.build-test-rules.yml feat(esp32c61): final introduce helloworld support 2024-04-02 10:50:52 +08:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

Get Started Examples

Simple code to get started with ESP32 and ESP-IDF.

See the README.md file in the upper level examples directory for more information about examples.