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
9b64c40981
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 03:38:46 -04:00
idf_component_register
(
SRCS
"iperf.c"
examples: unify iperf component
2021-07-07 03:18:20 -04: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 05:32:22 -04: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
)
Reference in New Issue
Copy Permalink