zephyr/boards/arm/nucleo_l476rg
Erwan Gouriou 0c397c7b34 boards: stm32: fix default HSI clock configuration
To avoid configuration surprises, replace
CONFIG_CLOCK_STM32_PLL_SRC_HSI
with
CONFIG_CLOCK_STM32_PLL_SRC_HSI=y
No impact today, but could depend on tools.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2017-12-14 08:52:20 -06:00
..
doc doc: fix grammar/punctuation in stm32l476g_disco/nucleo_l476rg 2017-11-15 08:21:49 -06:00
support boards: add openocd support for nucleo_l476rg and stm32l496g_disco 2017-11-15 08:21:49 -06:00
board.cmake boards: add openocd support for nucleo_l476rg and stm32l496g_disco 2017-11-15 08:21:49 -06:00
board.h
CMakeLists.txt
dts.fixup dts: Move fixup files into board dirs 2017-11-09 14:23:41 -06:00
Kconfig.board
Kconfig.defconfig
nucleo_l476rg_defconfig boards: stm32: fix default HSI clock configuration 2017-12-14 08:52:20 -06:00
nucleo_l476rg.dts dts: Move dts files into board dirs 2017-11-09 14:23:41 -06:00
nucleo_l476rg.yaml
pinmux.c