clock: esp32: unify clock control for all espressif socs
This joins all clock control handling to same source by using hal clock functions. It also brings ESP32C3 clock support. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
2c08114c27
commit
27e44acda1
17 changed files with 116 additions and 479 deletions
|
@ -7,7 +7,7 @@ config SOC_ESP32S2
|
|||
select ATOMIC_OPERATIONS_C
|
||||
select DYNAMIC_INTERRUPTS
|
||||
select CLOCK_CONTROL
|
||||
select CLOCK_CONTROL_ESP32S2
|
||||
select CLOCK_CONTROL_ESP32
|
||||
|
||||
if SOC_ESP32S2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue