zephyr/arch/arm/soc/st_stm32/stm32f1
Daniel Leung 32c6d97922 console/uart: remove duplicate default value for parent UART dev
There is no need to re-define CONFIG_UART_CONSOLE_ON_DEV_NAME to be
"UART_0" all over the place as its default is "UART_0" already.
So remove those duplicate defaults.

Change-Id: Ia86e26b8f90540fdbd7dcb3358d6dac352648b21
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-03-30 13:38:58 +00:00
..
Kbuild pinmux: Move STM32 boards to the pinmux model 2016-03-25 06:17:33 -04:00
Kconfig.defconfig.family console/uart: remove duplicate default value for parent UART dev 2016-03-30 13:38:58 +00:00
Kconfig.defconfig.stm32f103rb kconfig: untangle ordering and dependencies 2016-03-26 20:36:32 -04:00
Kconfig.defconfig.stm32f103ve kconfig: untangle ordering and dependencies 2016-03-26 20:36:32 -04:00
Kconfig.soc.family kconfig: untangle ordering and dependencies 2016-03-26 20:36:32 -04:00
Makefile st_stm32/stm32f1: introduce STM32F1x SoC family 2016-03-16 18:03:13 +00:00
flash_registers.h soc/stm32f1: add embedded flash registers mapping 2016-03-21 16:36:12 +00:00
gpio_registers.h soc/stm32f1: AFIO registers mapping 2016-03-18 20:55:36 +00:00
linker.cmd st_stm32/stm32f1: introduce STM32F1x SoC family 2016-03-16 18:03:13 +00:00
rcc_registers.h clock_control/stm32f1: HSE support and PLL configuration cleanup 2016-03-21 16:36:13 +00:00
soc.c st_stm32/stm32f1: introduce STM32F1x SoC family 2016-03-16 18:03:13 +00:00
soc.h soc/stm32f1: add embedded flash registers mapping 2016-03-21 16:36:12 +00:00
soc_config.c pinmux: Move STM32 boards to the pinmux model 2016-03-25 06:17:33 -04:00
soc_gpio.c soc/stm32f1/gpio: implement MCU specific GPIO input interrupt integration 2016-03-18 20:57:16 +00:00
soc_irq.h soc/stm32f1: add IRQ numbers listing 2016-03-18 20:49:33 +00:00
soc_registers.h soc/stm32f1: add embedded flash registers mapping 2016-03-21 16:36:12 +00:00