zephyr/drivers/pinmux/stm32
Erwan Gouriou 2fcf3435c1 serial: Provide new numbering scheme for stm32 UART
There was a misalignment between Zephyr UART device numbering and
SoC UART IP. Device "UART_1" was mapped to IP USART_2, which could
be confusing for user.
This commit allows to align "UART_1" to IP USART_1.
Change is propagated to all STM32F103RB/STM32F401RE based boards and
respective pinmux drivers

Change-Id: Ia8099dfeec7b9c0c686c2a58ccb4dbb1a55b6537
Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2016-12-06 09:50:11 -06:00
..
pinmux_board_carbon.c serial: Provide new numbering scheme for stm32 UART 2016-12-06 09:50:11 -06:00
pinmux_board_nucleo_f103rb.c serial: Provide new numbering scheme for stm32 UART 2016-12-06 09:50:11 -06:00
pinmux_board_nucleo_f401re.c serial: Provide new numbering scheme for stm32 UART 2016-12-06 09:50:11 -06:00
pinmux_board_olimexino_stm32.c serial: Provide new numbering scheme for stm32 UART 2016-12-06 09:50:11 -06:00
pinmux_board_stm32_mini_a15.c serial: Provide new numbering scheme for stm32 UART 2016-12-06 09:50:11 -06:00
pinmux_stm32.c drivers: Remove legacy nanokernel.h include 2016-12-04 14:59:37 -06:00
pinmux_stm32.h
pinmux_stm32f1.h
pinmux_stm32f4.h