zephyr/drivers/rtc
Stephan Linz cca2053448 drivers: rtc: maxim,ds3231: avoid compilation error
Because of wrong integer type syntax following error occurred:

drivers/rtc/rtc_ds3231.c:361:76: error: unknown type name 'u'
  361 | static int rtc_ds3231_alarm_get_supported_fields(
      |                    const struct device *dev, u int16_t id,
      |                                              ^

Signed-off-by: Stephan Linz <linz@li-pro.net>
2025-02-05 01:16:03 +01:00
..
CMakeLists.txt drivers: rtc: Add support for Epson RX8130CE RTC driver 2025-02-05 01:12:41 +01:00
Kconfig drivers: rtc: Add support for Epson RX8130CE RTC driver 2025-02-05 01:12:41 +01:00
Kconfig.am1805
Kconfig.ambiq drivers: rtc: add ambiq rtc driver 2024-08-09 17:58:35 +01:00
Kconfig.bq32002 drivers: rtc: Add Texas Instruments BQ32002 RTC driver 2025-01-29 07:08:28 +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 drivers: rtc: support for Nuvoton numaker m46x 2024-04-30 14:31:29 -04:00
Kconfig.nxp_irtc drivers: rtc: Added IRTC Driver Support. 2024-10-26 03:58:48 +01:00
Kconfig.pcf8523
Kconfig.pcf8563
Kconfig.rpi_pico drivers: rtc: rpi_pico: Add support for the Raspberry Pi Pico RTC 2024-03-06 10:08:48 +00:00
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.rx8130ce drivers: rtc: Add support for Epson RX8130CE RTC driver 2025-02-05 01:12:41 +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_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_ds3231.c drivers: rtc: maxim,ds3231: avoid compilation error 2025-02-05 01:16:03 +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: Update APIs to use DEVICE_API macro 2025-01-24 01:15:19 +01:00
rtc_rx8130ce.c drivers: rtc: Add support for Epson RX8130CE RTC driver 2025-02-05 01:12:41 +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 rtc_shell: add shell device filtering 2025-01-29 04:17:47 +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 drivers: rtc: Create utility function for time validation 2024-03-06 10:08:48 +00:00
rtc_utils.h drivers: rtc: Create utility function for time validation 2024-03-06 10:08:48 +00:00
rtc_xmc4xxx.c drivers: RTC: update API to use DEVICE_API macros 2024-12-03 10:40:18 +01:00