zephyr/drivers/rtc
Aurelien Jarno 34f4a0f6bc drivers: rtc: rtc_shell: Add devices as sub commands
This commit adds support for <device> entry tab completion and device
lookup if enabled.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2024-06-07 21:42:54 +02:00
..
CMakeLists.txt drivers: rtc: support for Nuvoton numaker m46x 2024-04-30 14:31:29 -04:00
Kconfig drivers: rtc: support for Nuvoton numaker m46x 2024-04-30 14:31:29 -04:00
Kconfig.am1805
Kconfig.ds1307
Kconfig.emul
Kconfig.fake
Kconfig.mc146818
Kconfig.numaker drivers: rtc: support for Nuvoton numaker m46x 2024-04-30 14:31:29 -04:00
Kconfig.pcf8523
Kconfig.pcf8563
Kconfig.rpi_pico
Kconfig.sam
Kconfig.smartbond
Kconfig.stm32
rtc_am1805.c
rtc_ds1307.c
rtc_emul.c
rtc_fake.c
rtc_handlers.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
rtc_ll_stm32.c drivers: rtc: stm32 rtc driver disable alarm interrupt if not used 2024-05-24 09:56:29 -05:00
rtc_ll_stm32.h drivers: rtc_stm32: add support for alarms A & B 2024-05-13 09:45:17 +02:00
rtc_mc146818.c drivers: rtc: rtc_mc146818: Patch incorrect field comparisons 2024-06-05 01:38:33 -07:00
rtc_numaker.c drivers: rtc: support for Nuvoton numaker m46x 2024-04-30 14:31:29 -04:00
rtc_pcf8523.c
rtc_pcf8563.c
rtc_rpi_pico.c
rtc_sam.c
rtc_shell.c drivers: rtc: rtc_shell: Add devices as sub commands 2024-06-07 21:42:54 +02:00
rtc_smartbond.c drivers: rtc: smartbond: Update RTC driver 2024-05-17 14:46:11 -05:00
rtc_utils.c
rtc_utils.h