zephyr/drivers
Erwan Gouriou 6b0199ac7d drivers/timers: stm32_lptim: Set LSI as default LPTIM clck source
Timer STM32 LPTIM currently supports 2 clocks sources: LSE & LSI.
LSE (external) is defined as default but its availability depends
on board support package and then may not be available.

This ends up in situations where users have LSE implicitly selected
while no crystal is available on board, leading to non functional
LPTIM.

To avoid this situation, makes LSI clock, which is always available
(since internal to the SoC), the default LPTIM source clock.
Then, default case will be functional. Users will then be able to
select LSE if needed.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2021-10-04 08:24:03 -04:00
..
adc
audio
bbram
bluetooth
cache
can drivers: Update drivers to use new multicast monitor API 2021-09-28 20:04:49 -04:00
clock_control soc: esp32: update clock configuration calls 2021-09-30 21:42:20 -04:00
console console: uart: Don't re-define functions as macros 2021-10-02 14:34:14 -04:00
counter
crypto
dac
debug
disk
display
dma
ec_host_cmd_periph
edac
eeprom
entropy esp32s2: drivers: entropy: add support 2021-10-01 10:51:37 -04:00
espi
ethernet drivers: Update drivers to use new multicast monitor API 2021-09-28 20:04:49 -04:00
flash
fpga
gpio
hwinfo drivers: hwinfo: add reset cause support for iMX RT series 2021-09-29 14:44:21 -04:00
i2c
i2s drivers: i2s_nrfx: Fix a few minor fixes 2021-09-29 14:46:29 -04:00
ieee802154 drivers: nrf5: fixes for the CSL Receiver 2021-10-01 11:37:38 +02:00
interrupt_controller interrupt-controller: intc_esp32c3: make logs optional 2021-10-02 14:33:24 -04:00
ipm
kscan ITE drivers/kscan: add keyboard scan driver for it8xxx2_evb 2021-09-28 19:53:15 -04:00
led
led_strip
lora
mdio
memc
misc
modem drivers: modem: Fix reference to stack in modem_context_sprint_ip_addr 2021-10-01 11:06:32 -04:00
net
neural_net
pcie
peci
pinmux drivers: pinmux: stm32: use DEVICE_DT_GET_OR_NULL 2021-09-28 20:00:00 -04:00
pm_cpu_ops
ps2
ptp_clock
pwm
regulator
sensor
serial drivers: serial: ns16550: fill full fifo 2021-09-28 20:10:00 -04:00
spi Revert "drivers: spi: stm32 can support TI mode for the SPI frame format" 2021-09-30 16:04:37 -04:00
syscon
timer drivers/timers: stm32_lptim: Set LSI as default LPTIM clck source 2021-10-04 08:24:03 -04:00
usb
video
virtualization
watchdog
wifi net: sockets: Add socket processing priority 2021-09-28 20:11:26 -04:00
CMakeLists.txt
Kconfig