zephyr/drivers/rtc
Yishai Jaffe 1b4cef325b shell: use shell_device_get_binding
Use shell_device_get_binding() instead of device_get_binding() so that
we get the device based on its name and in addition by its label.

Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
2024-12-18 15:32:10 +01:00
..
CMakeLists.txt drivers: rtc: Added IRTC Driver Support. 2024-10-26 03:58:48 +01:00
Kconfig drivers: rtc: Added IRTC Driver Support. 2024-10-26 03:58:48 +01:00
Kconfig.am1805 drivers: rtc: new ambiq am1805 rtc driver 2023-09-25 09:47:46 +02:00
Kconfig.ambiq drivers: rtc: add ambiq rtc driver 2024-08-09 17:58:35 +01:00
Kconfig.ds1307 drivers: rtc: new maxim ds1307 rtc driver 2023-10-27 10:50:46 +02:00
Kconfig.emul boards/posix/native_posix: Add emulated RTC device driver 2023-04-04 17:03:38 +02:00
Kconfig.fake drivers: rtc: rtc_fake: fff rtc driver added 2023-08-24 22:06:51 +01:00
Kconfig.ifx_cat1 Drivers: RTC: Initial implementation of RTC for IFX cyw20829 2024-10-09 13:46:56 +02:00
Kconfig.mc146818 drivers: rtc: rtc_mc146818: Added RTC driver for Motorola MC146818B 2023-04-27 14:15:22 +02:00
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 drivers: rtc: add driver for the nxp pcf8523 rtc 2023-04-27 09:51:42 +02:00
Kconfig.pcf8563 drivers: added support for clock PCF8563 2023-07-11 16:14:49 +02:00
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.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
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_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_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 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