No description
Find a file
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
.known-issues known-issues: update rule for TCF summary line 2016-09-16 11:31:27 -07:00
arch serial: Provide new numbering scheme for stm32 UART 2016-12-06 09:50:11 -06:00
boards serial: Provide new numbering scheme for stm32 UART 2016-12-06 09:50:11 -06:00
doc Merge "Merge net branch into master" 2016-12-05 15:56:26 +00:00
drivers serial: Provide new numbering scheme for stm32 UART 2016-12-06 09:50:11 -06:00
ext serial: Provide STM32Cube based serial driver on stm32f1, stm32f4 2016-12-06 09:50:11 -06:00
include printk: Add APIs to print into strings instead of default output 2016-12-05 20:08:40 +00:00
kernel kernel: replace .BSS and .DATA setup with standard library calls 2016-12-02 17:44:06 +00:00
lib iot: Add HTTP support for Zephyr 2016-12-02 12:41:20 +02:00
misc printk: Add APIs to print into strings instead of default output 2016-12-05 20:08:40 +00:00
samples samples: net: Leds demo needs GPIO on all platform 2016-12-05 16:57:06 +01:00
scripts Merge "Merge net branch into master" 2016-12-05 15:56:26 +00:00
subsys Merge "Merge net branch into master" 2016-12-05 15:56:26 +00:00
tests printk: Add APIs to print into strings instead of default output 2016-12-05 20:08:40 +00:00
.checkpatch.conf checkpatch: ignore CONST_STRUCT warnings 2016-11-11 22:12:22 +00:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore testcases: instruct git to ignore *log and outdir-* 2016-06-14 22:01:34 +00:00
.gitreview Add a .gitreview file 2016-02-20 14:25:01 +00:00
.mailmap mailmap: update with new emails 2016-10-07 16:15:24 +00:00
defaults.tc testcases: catch more fatal kernel error messages 2016-11-11 13:21:16 +00:00
Kbuild build: remove old kernel support 2016-11-07 11:34:18 -08:00
Kconfig kconfig: Do not put architecture in the title 2016-03-14 16:50:51 -04:00
Kconfig.zephyr usb: move usb subsystem to subsys/usb and cleanup header inclusion 2016-10-31 19:21:42 +00:00
LICENSE add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
LICENSING.rst LICENSING: clarify licenses of imported / reused code 2016-11-11 01:36:14 +00:00
MAINTAINERS Revert "maintainers: fix Ruud's email" 2016-12-02 23:08:53 -05:00
Makefile Merge "Merge net branch into master" 2016-12-05 15:56:26 +00:00
Makefile.inc build: Document outputexports 2016-11-12 02:08:08 +00:00
release-notes.rst release-note: initial import with 1.6 release notes 2016-12-03 00:06:23 -05:00
zephyr-env.sh win-build: corrects scripts_path for windows build. 2016-10-15 15:09:54 +00:00