zephyr/drivers
Jeremy LOCHE 0fe6707199 drivers: clock_control: stm32h7 add HSI divisor support
Add HSI divisor support for clock tree configuration.
Removed HSI calibration trimming to comply with
common STM32 implementation and use reset default
configuration instead.

Signed-off-by: Jeremy LOCHE <lochejeremy@gmail.com>
2020-08-05 16:22:53 +02:00
..
adc drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
audio drivers: dma: Apply DMA callback change to relevant drivers 2020-07-30 09:48:00 +02:00
bluetooth drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
can drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
clock_control drivers: clock_control: stm32h7 add HSI divisor support 2020-08-05 16:22:53 +02:00
console drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
counter drivers: counter: Add native_posix counter hardware model and driver 2020-07-27 13:25:50 +02:00
crypto
dac drivers: dac: add a driver for the SAM0 DAC 2020-08-04 16:08:48 -05:00
debug
display driver: display: Added extra asserts to SDL display 2020-07-21 15:12:05 +02:00
dma drivers: dma: Align all drivers using user_data for callback 2020-07-30 09:48:00 +02:00
eeprom drivers: eeprom: add driver for NXP LPC11U6X 2020-07-29 20:12:24 +02:00
entropy
espi drivers: espi: xec: Fix incorrect ACK to eSPI host about channel readiness 2020-07-26 09:02:35 -04:00
ethernet eth: mcux: Add support to NXP's ENET for fixed link setup 2020-08-04 15:54:26 -05:00
flash drivers: flash: nrf: Fix regression with BT_CTLR_LOW_LAT option 2020-08-05 12:02:05 +02:00
gpio drivers: gpio: add driver for NXP LPC11U6X MCUs 2020-07-29 20:12:24 +02:00
hwinfo
i2c drivers: i2c: Add a dump routine 2020-08-04 17:50:39 +02:00
i2s drivers: dma: Align all drivers using user_data for callback 2020-07-30 09:48:00 +02:00
ieee802154 drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
interrupt_controller drivers: arcv2_irq_unit: remove include 2020-07-30 08:00:03 -04:00
ipm cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
kscan drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
led drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
led_strip treewide: remove unnecessary DT GPIO/PWM flags checks 2020-08-04 07:35:26 -05:00
lora drivers: lora: sx126x: Use the new pin helpers 2020-07-13 13:11:59 +02:00
modem drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
net drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
neural_net
pcie drivers: pcie: refactor pcie directory to make RC and EP independent 2020-07-14 19:35:31 -04:00
peci
pinmux drivers: pinmux: add driver for NXP LPC11U6X MCUs 2020-07-29 20:12:24 +02:00
ps2
ptp_clock
pwm
sensor drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
serial drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
spi drivers: spi: nrfx: Update get_nrf_spim_frequency for nRF5340 HS-SPI 2020-08-04 17:24:41 +02:00
timer cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
usb drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
video
watchdog drivers: watchdog: mcux_wwdt: add driver for NXP LPC 55xxx WWDT 2020-08-04 15:13:25 -05:00
wifi drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
Kconfig