This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
d215fa6cdb
esp-idf
/
examples
/
get-started
/
hello_world
/
main
/
CMakeLists.txt
4 lines
130 B
CMake
Raw
Normal View
History
Unescape
Escape
examples: use new component registration api
2019-04-28 03:38:46 -04:00
idf_component_register
(
SRCS
"hello_world_main.c"
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-04-08 08:08:23 -04:00
P
R
I
V
_
R
E
Q
U
I
R
E
S
s
p
i
_
f
l
a
s
h
Whitespace: Automated whitespace fixes (large commit) Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
2020-11-10 02:40:01 -05:00
I
N
C
L
U
D
E
_
D
I
R
S
"
"
)
Reference in New Issue
Copy Permalink