zephyr/drivers/counter
Erwan Gouriou 239e397167 drivers/counter: stm32: Fix time_t usage
Following upgrade of newlib version in SDK 0.10.0,
time_t changed from 4 to 8 bytes structure.
As a consequence, ts requires a cast to u32_t before conversion
to us to avoid overflow.
Additionally, add a comment on RTC init value and
fix a minor alignment issue.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2019-03-15 09:26:12 -05:00
..
CMakeLists.txt drivers/counter: stm32: Provide STM32 RTC driver using counter API 2019-02-07 16:14:00 -05:00
Kconfig drivers/counter: stm32: Provide STM32 RTC driver using counter API 2019-02-07 16:14:00 -05:00
Kconfig.dtmr_cmsdk_apb drivers: counter: cmsdk: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-02-07 16:14:00 -05:00
Kconfig.imx_epit kconfig: drivers: counter: Remove redundant COUNTER deps. 2019-03-09 10:00:35 -05:00
Kconfig.mcux_rtc drivers: counter: Introduce mcux rtc shim 2019-02-07 16:14:00 -05:00
Kconfig.nrfx kconfig: Remove blank lines at the beginning/end of files 2019-03-13 07:29:42 -05:00
Kconfig.qmsi kconfig: drivers: counter: Remove redundant COUNTER deps. 2019-03-09 10:00:35 -05:00
Kconfig.stm32_rtc drivers/counter: stm32: Provide STM32 RTC driver using counter API 2019-02-07 16:14:00 -05:00
Kconfig.tmr_cmsdk_apb drivers: counter: cmsdk: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-02-07 16:14:00 -05:00
counter_handlers.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
counter_imx_epit.c imx: Add IMX EPIT driver for i.MX socs 2019-02-07 16:14:00 -05:00
counter_ll_stm32_rtc.c drivers/counter: stm32: Fix time_t usage 2019-03-15 09:26:12 -05:00
counter_mcux_rtc.c drivers: counter: mcux: Fix sanitycheck test build issue 2019-02-11 09:40:27 -06:00
counter_nrfx_rtc.c drivers: counter: Fix handling of relative alarms on nrf platform 2019-03-07 15:50:10 +01:00
counter_nrfx_timer.c drivers: counter: Fix handling of relative alarms on nrf platform 2019-03-07 15:50:10 +01:00
counter_qmsi_aon.c drivers: counter: incorporate changes of api name and signature. 2019-02-08 08:56:45 -05:00
counter_qmsi_aonpt.c device: Extend device_set_power_state API to support async requests 2019-03-14 14:26:15 +01:00
counter_rtc_qmsi.c device: Extend device_set_power_state API to support async requests 2019-03-14 14:26:15 +01:00
dualtimer_cmsdk_apb.h
timer_cmsdk_apb.h
timer_dtmr_cmsdk_apb.c drivers: counter: cmsdk: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-02-07 16:14:00 -05:00
timer_tmr_cmsdk_apb.c drivers: counter: cmsdk: Convert to new DT_<COMPAT>_<INSTANCE> defines 2019-02-07 16:14:00 -05:00