zephyr/drivers
Francois Ramu 0856e99155 drivers: timer: stm32 lptim stops counting on timeout FOREVER
When setting a timeout K_TICKS_FOREVER,the lptimer clock is stopped
(no reset of the lptim).
Then is the lptim possibly re-started when another source asks for.
The lptim clock must then be re-started and continue counting.
This is the case when wakeup from sleep mode, for example.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2020-06-10 09:33:40 -05:00
..
adc drivers: adc: lmp90xxx: set thread name 2020-06-09 10:54:21 +02:00
audio zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
bluetooth zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
can zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
clock_control drivers: clock_control: stm32: Enable SYSCFG on STM32L0 2020-06-09 14:44:25 +02:00
console zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
counter drivers: counter: rtc for stm32f2 soc series 2020-06-10 09:40:21 +02:00
crypto zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dac zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
debug
display zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dma drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
eeprom zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
entropy drivers: entropy: stm32: Add support for STM32L0 SoCs 2020-06-09 14:44:25 +02:00
espi zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ethernet drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
flash drivers: flash: report if the read returns an error 2020-06-09 18:57:54 +02:00
gpio drivers: gpio: nrf: Add mask to track GPIOTE usage 2020-06-10 11:57:45 +02:00
hwinfo zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
i2c drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
i2s drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
ieee802154 drivers: ieee802154: fix nrf5 initialization with external irq source 2020-06-09 13:46:39 +02:00
interrupt_controller zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ipm drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
kscan zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
led zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
led_strip zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
lora zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
modem drivers: modem: use zsock_ variants of socket API 2020-06-10 09:27:51 +03:00
net zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
neural_net drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
pcie zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
peci zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pinmux zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ps2 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ptp_clock
pwm zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sensor zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
serial drivers: serial: nrf: Remove flow control configuration from kconfig 2020-06-09 19:06:16 +02:00
spi zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
timer drivers: timer: stm32 lptim stops counting on timeout FOREVER 2020-06-10 09:33:40 -05:00
usb zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
video zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
watchdog drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
wifi zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
CMakeLists.txt
Kconfig