zephyr/tests/drivers/clock_control/clock_control_api
Sylvio Alves e0a915a178 soc: espressif: convert rtc peripheral to clock subsystem
Current ESP32 clock system is mixed with RTC labeling/registers,
but it doesn't implement a real-time clock (RTC) driver.

To avoid confusion and allow adding a proper RTC driver later,
this commit renames the existing RTC interface to CLOCK and make
it as a subsystem without any peripheral attached to it.

This better reflects its actual purpose as a general clock controller.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
2025-06-02 17:38:08 +02:00
..
boards tests: drivers: clock_control_api: move startup time to Kconfig 2025-04-25 15:57:13 +02:00
src soc: espressif: convert rtc peripheral to clock subsystem 2025-06-02 17:38:08 +02:00
CMakeLists.txt
Kconfig tests: drivers: clock_control_api: move startup time to Kconfig 2025-04-25 15:57:13 +02:00
nrf_lfclk_rc.conf
prj.conf
testcase.yaml tests, samples: update esp32_devkitc board records 2025-04-29 16:48:55 +02:00