This website requires JavaScript.
Explore
Help
Sign In
blackbeard420
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf
synced
2025-03-10 09:39:10 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
esp-idf
/
examples
/
storage
/
emmc
/
main
/
CMakeLists.txt
4 lines
134 B
CMake
Raw
Normal View
History
Unescape
Escape
sdmmc: add an example communicating with eMMC chip on S3
2022-12-22 15:49:03 +08:00
idf_component_register
(
SRCS
"emmc_example_main.c"
change(examples): explicitly specify component dependencies for examples Currently, several examples do not explicitly state their component dependencies, relying instead on the default behavior that includes all registered components and commonly required ones in the build. Explicitly adding component dependencies can reduce build time when set(COMPONENTS main) is used. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-09-24 14:22:10 +02:00
P
R
I
V
_
R
E
Q
U
I
R
E
S
f
a
t
f
s
I
N
C
L
U
D
E
_
D
I
R
S
"
.
"
)
Reference in New Issue
Copy Permalink