This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
forked from
espressif/esp-idf
Code
Pull Requests
Activity
Files
3175e472bac151feeaab33c5b2e156c8a28f7bd3
esp-idf
/
examples
/
common_components
/
iperf
/
CMakeLists.txt
5 lines
160 B
CMake
Raw
Normal View
History
Unescape
Escape
examples: use new component registration api
2019-04-28 15:38:46 +08:00
idf_component_register
(
SRCS
"iperf.c"
examples: unify iperf component
2021-07-07 15:18:20 +08:00
I
N
C
L
U
D
E
_
D
I
R
S
"
i
n
c
l
u
d
e
"
global: add dependency on esp_timer component and include esp_timer.h Some components were including esp_timer.h without declaring a dependency on esp_timer component. This used to work due to a transitive public dependency on esp_timer from freertos component. Add explicit dependencies where needed. Also some source files were using esp_timer functions without including the header file. This used to work because esp_timer.h was included from freertos port header file. This commit adds esp_timer.h includes where needed.
2022-04-16 11:32:22 +02:00
R
E
Q
U
I
R
E
S
l
w
i
p
P
R
I
V
_
R
E
Q
U
I
R
E
S
e
s
p
_
t
i
m
e
r
)
Copy Permalink