zephyr/drivers
Scott Worley 26c411f6bd drivers : timer : MEC1501 RTOS timer load delay work-around.
MEC1501 RTOS timer internal counter is on the 32KHz clock domain.
The register interface is on the AHB clock. When the timer is started
hardware synchronizes to the next 32KHz clock edge resulting is a
variable delay moving the value in the preload register into the
count register. The maximum delay is one 32KHz clock period (30.5 us).
We work-around this delay by checking if the timer has been started
and not using the count value which is still 0. Instead we state zero
counts have elapsed.

Signed-off-by: Scott Worley <scott.worley@microchip.com>
2019-09-03 18:37:46 +02:00
..
adc
audio
bluetooth
can drivers: can: mcp2515: fix devicetree bindings 2019-08-18 09:56:42 +02:00
clock_control
console
counter
crypto
display
dma
entropy drivers: sam: entropy: implement get_entropy_isr 2019-08-23 17:03:18 +02:00
espi drivers: espi: espi_mchp_xec: Fix wrong size type for status var 2019-08-19 17:48:42 +02:00
ethernet
flash drivers/flash: stm32l4: Handle pages_per_bank for all variants 2019-08-17 20:05:21 +02:00
gpio gpio: stm32: fix build for stm32l0x with no GPIOH 2019-08-26 09:48:54 -05:00
hwinfo
i2c i2c: remove unused qmsi driver 2019-08-21 09:52:01 -04:00
i2s
ieee802154
interrupt_controller
ipm
led
led_strip
modem drivers: modem: socket: sock_fd isn't an index in modem_socket_put() 2019-08-14 11:01:47 +02:00
net
neural_net
pci
pcie
pinmux
ptp_clock
pwm
rtc
sensor
serial drivers: uart: Properly configure pins in NRF UARTE power management 2019-08-28 14:04:18 +02:00
spi
timer drivers : timer : MEC1501 RTOS timer load delay work-around. 2019-09-03 18:37:46 +02:00
usb
watchdog
wifi drivers: wifi: simplelink: fix 'log_strdup missing' error messages 2019-08-22 01:44:55 -05:00
CMakeLists.txt
Kconfig