This website requires JavaScript.
Explore
Help
Sign In
espressif
/
esp-idf
Watch
1
Star
0
Fork
1
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-10-14 15:55:23 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d46a2af0bf84202b677412ff901bdd05c76fda74
esp-idf
/
components
/
spiffs
/
test
/
CMakeLists.txt
4 lines
141 B
CMake
Raw
Normal View
History
Unescape
Escape
components: use new component registration api
2019-04-28 15:38:23 +08:00
idf_component_register
(
SRC_DIRS
"."
test: declare requirements and include dirs private
2020-03-22 18:30:24 +08:00
P
R
I
V
_
I
N
C
L
U
D
E
_
D
I
R
S
"
.
"
esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" Fix dependency tree so that lwip doesn't depend on any specific network interface component. Network interface drivers shall depend on esp_netif. esp_netif shall depend on lwip (but not on any specific interface driver) -- it optionally depends on vfs and esp_eth (need ethernet header for L2/bridge mode)
2022-05-11 16:01:48 +02:00
P
R
I
V
_
R
E
Q
U
I
R
E
S
c
m
o
c
k
t
e
s
t
_
u
t
i
l
s
s
p
i
f
f
s
v
f
s
)
Reference in New Issue
Copy Permalink