zephyr/drivers/rtc
Mathieu Choplain 5af226400d drivers: rtc: stm32: handle STM32WB0 series when RTC_ALARM is enabled
RTC alarm is not supported by the driver for now due to the complexity it
would take to work around an hardware erratum. However, it is not possible
to prevent CONFIG_RTC_ALARM from being enabled at Kconfig level.
Modify the RTC driver such that enabling CONFIG_RTC_ALARM on STM32WB0
series does not cause build errors anymore.

Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
2025-03-19 01:32:43 +01:00
..
CMakeLists.txt drivers: rtc: rts5912: add rtc driver 2025-03-15 06:43:46 +01:00
Kconfig drivers: rtc: rts5912: add rtc driver 2025-03-15 06:43:46 +01:00
Kconfig.am1805
Kconfig.ambiq
Kconfig.bq32002 drivers: rtc: Add Texas Instruments BQ32002 RTC driver 2025-01-29 07:08:28 +01:00
Kconfig.ds1307
Kconfig.ds1337 drivers: rtc: Add Maxim DS1337 RTC driver 2025-02-14 03:03:56 +01:00
Kconfig.ds3231 drivers: rtc: maxim,ds3231: RTC driver 2025-01-07 23:00:05 +01:00
Kconfig.emul
Kconfig.fake
Kconfig.ifx_cat1
Kconfig.mc146818
Kconfig.numaker
Kconfig.nxp_irtc
Kconfig.pcf8523
Kconfig.pcf8563
Kconfig.rpi_pico
Kconfig.rts5912 drivers: rtc: rts5912: add rtc driver 2025-03-15 06:43:46 +01:00
Kconfig.rv3028
Kconfig.rv8263
Kconfig.rv8803 drivers: rtc: Add Micro Crystal RV-8803-C7 RTC driver 2025-01-09 23:26:37 +01:00
Kconfig.rx8130ce drivers: rtc: Add support for Epson RX8130CE RTC driver 2025-02-05 01:12:41 +01:00
Kconfig.sam
Kconfig.sam0 drivers: rtc: sam0: Add realtime clock driver 2025-02-07 07:37:56 +01:00
Kconfig.smartbond
Kconfig.stm32
Kconfig.xmc4xxx
rtc_am1805.c
rtc_ambiq.c drivers: rtc: add rtc support for apollo3&3p 2024-12-17 05:48:58 +01:00
rtc_bq32002.c drivers: rtc: Add Texas Instruments BQ32002 RTC driver 2025-01-29 07:08:28 +01:00
rtc_ds1307.c drivers: rtc: Add DS1307 SQW output config property 2025-01-27 21:04:36 +01:00
rtc_ds1337.c drivers: rtc: Add Maxim DS1337 RTC driver 2025-02-14 03:03:56 +01:00
rtc_ds3231.c drivers: rtc: maxim,ds3231: avoid compilation error 2025-02-05 01:16:03 +01:00
rtc_emul.c
rtc_fake.c
rtc_handlers.c
rtc_ifx_cat1.c
rtc_ll_stm32.c drivers: rtc: stm32: handle STM32WB0 series when RTC_ALARM is enabled 2025-03-19 01:32:43 +01:00
rtc_ll_stm32.h drivers: rtc: stm32: handle STM32WB0 series when RTC_ALARM is enabled 2025-03-19 01:32:43 +01:00
rtc_mc146818.c
rtc_numaker.c
rtc_nxp_irtc.c
rtc_pcf8523.c
rtc_pcf8563.c
rtc_rpi_pico.c
rtc_rts5912.c drivers: rtc: rts5912: add rtc driver 2025-03-15 06:43:46 +01:00
rtc_rv3028.c
rtc_rv8263.c
rtc_rv8803.c drivers: Update APIs to use DEVICE_API macro 2025-01-24 01:15:19 +01:00
rtc_rx8130ce.c drivers: rtc: rx8130ce: day alarm fix 2025-02-28 14:51:43 +01:00
rtc_sam0.c drivers: rtc: Wrap driver instances in device API macro 2025-02-12 16:06:25 +01:00
rtc_sam.c
rtc_shell.c rtc_shell: add shell device filtering 2025-01-29 04:17:47 +01:00
rtc_smartbond.c
rtc_utils.c
rtc_utils.h
rtc_xmc4xxx.c