zephyr/tests/drivers/clock_control/clock_control_api/src
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
..
device_subsys.h
esp32_device_subsys.h soc: espressif: convert rtc peripheral to clock subsystem 2025-06-02 17:38:08 +02:00
nrf_device_subsys.h
silabs_device_subsys.h
test_clock_control.c soc: espressif: convert rtc peripheral to clock subsystem 2025-06-02 17:38:08 +02:00