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
c0a045793f
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 05:15:19 -04: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 05:32:22 -04: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
)
Reference in New Issue
Copy Permalink