zephyr/drivers/rtc
Marcin Lyda f0a70b0366 drivers: rtc: Fix failing RV8803 driver build when int-gpios not used
This PR fixes the issue that building the driver with either
CONFIG_RTC_CALIBRATION=y or CONFIG_RTC_ALARM=y and without
'int-gpios' used will cause
'undefined reference to `rv8803_write_reg8'' error.

Signed-off-by: Marcin Lyda <elektromarcin@gmail.com>
2025-01-14 13:24:42 +01:00
..
CMakeLists.txt drivers: rtc: Add Micro Crystal RV-8803-C7 RTC driver 2025-01-09 23:26:37 +01:00
Kconfig drivers: rtc: Add Micro Crystal RV-8803-C7 RTC driver 2025-01-09 23:26:37 +01:00
Kconfig.am1805
Kconfig.ambiq drivers: rtc: add ambiq rtc driver 2024-08-09 17:58:35 +01:00
Kconfig.ds1307
Kconfig.ds3231 drivers: rtc: maxim,ds3231: RTC driver 2025-01-07 23:00:05 +01:00
Kconfig.emul
Kconfig.fake
Kconfig.ifx_cat1 Drivers: RTC: Initial implementation of RTC for IFX cyw20829 2024-10-09 13:46:56 +02:00
Kconfig.mc146818
Kconfig.numaker
Kconfig.nxp_irtc drivers: rtc: Added IRTC Driver Support. 2024-10-26 03:58:48 +01:00
Kconfig.pcf8523
Kconfig.pcf8563
Kconfig.rpi_pico
Kconfig.rv3028 drivers: rtc: add RV3028 RTC driver 2024-06-10 21:03:59 -04:00
Kconfig.rv8263 drivers: rtc: Add support for Micro Crystal RV-8263-C8 2024-07-29 14:19:47 +02:00
Kconfig.rv8803 drivers: rtc: Add Micro Crystal RV-8803-C7 RTC driver 2025-01-09 23:26:37 +01:00
Kconfig.sam
Kconfig.smartbond
Kconfig.stm32
Kconfig.xmc4xxx drivers: rtc: Add RTC driver for Infineon XMC4xxx devices 2024-09-04 09:54:52 +02:00
rtc_am1805.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_ambiq.c drivers: rtc: add rtc support for apollo3&3p 2024-12-17 05:48:58 +01:00
rtc_ds1307.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_ds3231.c drivers: rtc: maxim,ds3231: RTC driver 2025-01-07 23:00:05 +01:00
rtc_emul.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_fake.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_handlers.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
rtc_ifx_cat1.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_ll_stm32.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01: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: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_numaker.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_nxp_irtc.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_pcf8523.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_pcf8563.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_rpi_pico.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_rv3028.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_rv8263.c drivers: rtc: unchecked return value in rv8263 2024-12-15 19:24:17 +01:00
rtc_rv8803.c drivers: rtc: Fix failing RV8803 driver build when int-gpios not used 2025-01-14 13:24:42 +01:00
rtc_sam.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_shell.c shell: use shell_device_get_binding 2024-12-18 15:32:10 +01:00
rtc_smartbond.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00
rtc_utils.c
rtc_utils.h
rtc_xmc4xxx.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00