zephyr/drivers/rtc
Adrien Bruant 9e8c00f28c drivers: stm32-rtc: return -ENODATA when RTC is uninitialized
rtc_get_time() on STM32 does not implement the -ENODATA return code.
This prevents testing the initialisation status of the RTC.

Fixed by reading INITS flag and adding a error path in
rtc_stm32_get_time().

Signed-off-by: Adrien Bruant <adrien.bruant@aalberts-hfc.com>
2023-12-18 09:31:23 +01:00
..
CMakeLists.txt drivers: rtc: new maxim ds1307 rtc driver 2023-10-27 10:50:46 +02:00
Kconfig drivers: rtc: new maxim ds1307 rtc driver 2023-10-27 10:50:46 +02:00
Kconfig.am1805 drivers: rtc: new ambiq am1805 rtc driver 2023-09-25 09:47:46 +02:00
Kconfig.ds1307 drivers: rtc: new maxim ds1307 rtc driver 2023-10-27 10:50:46 +02:00
Kconfig.emul
Kconfig.fake
Kconfig.mc146818
Kconfig.pcf8523
Kconfig.pcf8563
Kconfig.sam drivers: rtc: Add atmel sam series RTC driver 2023-10-23 10:49:11 +01:00
Kconfig.smartbond drivers: rtc: smartbond: Support RTC peripheral. 2023-10-20 15:10:44 +02:00
Kconfig.stm32 drivers: rtc: stm32: allow new RTC driver to work with BBRAM 2023-09-20 11:34:52 +01:00
rtc_am1805.c drivers: rtc: new ambiq am1805 rtc driver 2023-09-25 09:47:46 +02:00
rtc_ds1307.c drivers: rtc: new maxim ds1307 rtc driver 2023-10-27 10:50:46 +02:00
rtc_emul.c
rtc_fake.c drivers: fake: now just check for CONFIG_ZTEST 2023-10-20 15:04:29 +02:00
rtc_handlers.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
rtc_ll_stm32.c drivers: stm32-rtc: return -ENODATA when RTC is uninitialized 2023-12-18 09:31:23 +01:00
rtc_mc146818.c
rtc_pcf8523.c drivers: fix thread function signatures 2023-10-30 12:24:34 +01:00
rtc_pcf8563.c
rtc_sam.c drivers: rtc: Add atmel sam series RTC driver 2023-10-23 10:49:11 +01:00
rtc_shell.c
rtc_smartbond.c drivers: rtc: smartbond: Support RTC peripheral. 2023-10-20 15:10:44 +02:00