|
|
@@ -75,8 +75,8 @@ endif()
|
|
|
idf_component_register(SRCS "${srcs}"
|
|
|
INCLUDE_DIRS ${includes}
|
|
|
PRIV_INCLUDE_DIRS "include/driver"
|
|
|
- PRIV_REQUIRES efuse esp_pm esp_timer esp_ipc
|
|
|
- REQUIRES esp_ringbuf freertos soc hal esp_hw_support)
|
|
|
+ PRIV_REQUIRES efuse esp_timer esp_ipc
|
|
|
+ REQUIRES esp_pm esp_ringbuf freertos soc hal esp_hw_support)
|
|
|
# (REQUIRES cannot hide soc headers, since many arguments in the driver headers are chip-dependent)
|
|
|
|
|
|
# uses C11 atomic feature
|