]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: stm32: debug: add low-level debug support
authorGerald Baeza <gerald.baeza@st.com>
Thu, 27 Jul 2017 16:50:20 +0000 (16:50 +0000)
committerOlof Johansson <olof@lixom.net>
Mon, 12 Nov 2018 18:20:41 +0000 (10:20 -0800)
commit8854231f10fdca8360ed6abc3f1df3d2f606c624
tree824e07c884530059fcd56ee8a63c4eaf6715d20e
parented8ca29a73ac7bcc0e390e8079a447e9ce562b85
ARM: stm32: debug: add low-level debug support

This adds low-level debug support on USART1 for STM32F4
and STM32F7.
Compiled via 'CONFIG_DEBUG_LL' and 'CONFIG_EARLY_PRINTK'.
Enabled via 'earlyprintk' in bootargs.

Signed-off-by: Gerald Baeza <gerald.baeza@st.com>
Signed-off-by: Bich Hemon <bich.hemon@st.com>
Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/Kconfig.debug
arch/arm/include/debug/stm32.S [new file with mode: 0644]