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
f7be540222e204f682dfe27bb23f0f622f5a93e7
esp-idf
/
components
/
esp_pm
/
test
/
CMakeLists.txt
3 lines
106 B
CMake
Raw
Normal View
History
Unescape
Escape
esp32, esp32s2: create esp_pm component
2020-07-21 17:15:19 +08:00
idf_component_register
(
SRC_DIRS
.
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
P
R
I
V
_
R
E
Q
U
I
R
E
S
u
n
i
t
y
e
s
p
_
p
m
u
l
p
d
r
i
v
e
r
e
s
p
_
t
i
m
e
r
)
Copy Permalink