zephyr/drivers
Krzysztof Chruscinski 4def9a386b drivers: timer: nrf_rtc_timer: Fix non tickless sys clock handling
When tickless mode was disable, sys clock timeout handler was calling
public API function for setting new compare value. Public API function
asserts when chan 0 is used which is reserved for system clock.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2020-12-13 19:28:08 -05:00
..
adc drivers: adc: Convert drivers to new DT device macros 2020-12-10 08:48:17 -06:00
audio
bluetooth drivers: bluetooth: Add timeout to rpmsg init 2020-12-08 12:41:21 +02:00
can drivers: can: add network interafce for mcp2515 2020-12-08 09:30:46 -05:00
clock_control drivers: clock_control: nrf: Add audio clock support to nrf53 2020-12-10 12:58:49 +01:00
console console: uart_mux: improve Kconfig dependencies 2020-12-11 16:49:41 -05:00
counter drivers: counters: Fix TIMER0 and RTC0 with Bluetooth controller 2020-12-13 19:25:49 -05:00
crypto
dac
debug
display drivers: display: mcux_elcdif: fix k_heap call 2020-12-10 16:18:10 -06:00
dma
ec_host_cmd_periph
eeprom
entropy drivers: entropy: Convert drivers to new DT device macros 2020-12-13 19:27:01 -05:00
espi driver: host_uart: Add host-uart device in npcx. 2020-12-09 00:46:57 -05:00
ethernet power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
flash drivers: flash: stm32g4x: Fix include for dual bank 2020-12-10 16:21:35 -06:00
gpio drivers: gpio: Convert drivers to new DT device macros 2020-12-13 19:24:24 -05:00
hwinfo
i2c drivers: i2c: i2c_sifive: Fix build issue 2020-12-11 09:13:02 -06:00
i2s
ieee802154 drivers: ieee802154: nrf5: Add support for tx in the future 2020-12-08 14:52:08 +02:00
interrupt_controller intc: gic: Use SYS_INIT instead of custom init function 2020-12-11 10:17:27 -05:00
ipm drivers: ipm: stm32: use generic LL headers 2020-11-30 15:50:03 +01:00
kscan
led
led_strip
lora
memc
modem power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
net
neural_net
pcie drivers/pcie: Add support for MSI-X 2020-12-08 09:29:20 -05:00
peci
pinmux soc: replace DT_ with NPCX_DT_ prefix for all macros in soc_dt.h 2020-12-09 00:46:57 -05:00
ps2
ptp_clock
pwm drivers: pwm: pwm_mcux_tpm: Fix build failure 2020-12-11 08:32:14 -06:00
regulator drivers: Convert to use new DEVICE_DT_INST_* macros 2020-12-09 14:06:48 -06:00
sensor drivers: sensor: Fix fxas21002 gyro units 2020-12-13 19:26:10 -05:00
serial power: remove SYS_ and sys_ prefixes 2020-12-09 15:18:29 -05:00
spi drivers: spi: cc13xx_cc26xx: Fix compile error 2020-12-11 03:34:50 -06:00
timer drivers: timer: nrf_rtc_timer: Fix non tickless sys clock handling 2020-12-13 19:28:08 -05:00
usb kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers 2020-12-07 21:50:14 -05:00
video drivers: video: fix potential NULL pointer dereference 2020-12-11 08:18:42 -06:00
watchdog drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wifi drivers: wifi: esp: control CWMODE depending on current needs 2020-12-01 11:16:36 -05:00
CMakeLists.txt
Kconfig