zephyr/drivers/counter
Flavio Ceolin a1bfaa907c drivers: counter: stm32: Fix possible overflow
Cast ts to u32_t could cause an overflow in that multiplication, since
time_t is 8 bytes it is not necessary to cast the multiplication's
result too.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2019-03-26 07:48:43 -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 possible overflow 2019-03-26 07:48:43 -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 headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
timer_cmsdk_apb.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
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