zephyr/drivers/rtc
Kumar Gala e46b9c0e49 rtc: rtc_mcux: Fix build issue with logging change
When the driver was changed to use the new logging subsystem, it used
LOG_DOMAIN_REGISTER should have been LOG_MODULE_REGISTER.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-10-13 10:41:50 -04:00
..
CMakeLists.txt drivers: rtc: add support for STM32 RTC 2018-08-16 13:38:43 -07:00
Kconfig drivers: rtc: move to new logger 2018-10-10 10:22:01 -04:00
Kconfig.mcux_rtc Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.qmsi Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.stm32_rtc drivers/rtc: Enable RTC driver for STM32F3 series 2018-09-14 22:48:54 -05:00
rtc_handlers.c
rtc_ll_stm32.c drivers/rtc: Enable RTC driver for STM32F3 series 2018-09-14 22:48:54 -05:00
rtc_mcux.c rtc: rtc_mcux: Fix build issue with logging change 2018-10-13 10:41:50 -04:00
rtc_qmsi.c