zephyr/drivers
Julien D'Ascenzio 37e50a6775 driver: timer: stm32_lptim: fix excess ticks
Some ticks are counted additionally when the autoreload
interrupts were too close together.
This patch improve the counts of the clock cycle.
lptim_fired worked badly in particular because the flag ARRM
was not raised when the interrupt was forced.

Signed-off-by: Julien D'Ascenzio <julien.dascenzio@paratronic.fr>
2020-06-04 22:10:45 +02:00
..
adc devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
audio device: avoid casting away const from config_info pointer 2020-05-13 18:21:52 +02:00
bluetooth modules: stm32: Rename lib Kconfig symbol 2020-05-09 13:08:42 +02:00
can drivers: can: flexcan: handle rx overflow and undhandled irqs 2020-06-02 21:49:53 +02:00
clock_control drivers: clock_control: nrf: Allow calibration disabling 2020-06-04 11:20:01 +02:00
console drivers: console: fix USB initialization 2020-06-02 18:02:16 +02:00
counter driver: counter: counter_ll_stm32_rtc.c: Add 1 tick to alarm 2020-05-19 14:48:49 +02:00
crypto
dac devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
debug
display device: avoid casting away const from config_info pointer 2020-05-13 18:21:52 +02:00
dma devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
eeprom devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
entropy device: avoid casting away const from config_info pointer 2020-05-13 18:21:52 +02:00
espi drivers: espi: mchp: Report correct length during OOB Rx operation 2020-05-09 07:20:13 -04:00
ethernet cmake: qemu: Allow user to add parameters to Ethernet TAP 2020-05-20 15:36:39 +02:00
flash drivers: flash: nrf_qspi_nor: clean up lock/unlock idioms 2020-06-01 16:39:02 +02:00
gpio gpio: intel_apl: fix incorrect address access 2020-05-19 19:19:51 +02:00
hwinfo
i2c devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
i2s devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
ieee802154 drivers: ieee802154: cc13xx_cc26xx: use HwiP_construct to connect CPE0 2020-05-19 17:28:29 +02:00
interrupt_controller interrupt_controller: device driver can configure IO APIC delivery mode 2020-05-08 22:32:39 -04:00
ipm
kscan
led devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
led_strip devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
lora devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
modem net: tag net socket objects 2020-06-03 22:33:32 +02:00
net drivers: Replace printf by printk when applicable 2020-05-09 21:25:33 +02:00
neural_net device: avoid casting away const from config_info pointer 2020-05-13 18:21:52 +02:00
pcie
peci drivers: peci: Add verification handlers 2020-05-25 18:06:22 +02:00
pinmux devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
ps2
ptp_clock
pwm drivers: pwm: mcux_ftm: allow configuring the clock prescaler 2020-05-20 19:03:14 +02:00
sensor sensor: temp_nrf5: Allow use only when the TEMP peripheral is present 2020-05-25 16:03:02 +02:00
serial drivers: uart_nrfx_uarte: Prevent spurious UART_RX_BUF_REQUEST 2020-06-02 21:49:39 +02:00
spi drivers: spi_ll_stm32: fix COND_CODE_1 usage 2020-05-29 23:07:19 +02:00
timer driver: timer: stm32_lptim: fix excess ticks 2020-06-04 22:10:45 +02:00
usb usb: stm32wb: Properly lock Sem5 before initializing USB. 2020-06-02 20:11:30 +02:00
video
watchdog devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
wifi drivers: wifi: eswifi: Fully populate sockaddr_in on async msg 2020-05-26 21:40:23 +02:00
CMakeLists.txt
Kconfig