stm32-usart.c (0cce284537fb42d9c28b9b31038ffc9b464555f5) | stm32-usart.c (3e5fcbacee5c2524499f203c31db46eefa744437) |
---|---|
1/* 2 * Copyright (C) Maxime Coquelin 2015 | 1/* 2 * Copyright (C) Maxime Coquelin 2015 |
3 * Copyright (C) STMicroelectronics SA 2017 |
|
3 * Authors: Maxime Coquelin <mcoquelin.stm32@gmail.com> 4 * Gerald Baeza <gerald.baeza@st.com> 5 * License terms: GNU General Public License (GPL), version 2 6 * 7 * Inspired by st-asc.c from STMicroelectronics (c) 8 */ 9 10#if defined(CONFIG_SERIAL_STM32_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) --- 1039 unchanged lines hidden --- | 4 * Authors: Maxime Coquelin <mcoquelin.stm32@gmail.com> 5 * Gerald Baeza <gerald.baeza@st.com> 6 * License terms: GNU General Public License (GPL), version 2 7 * 8 * Inspired by st-asc.c from STMicroelectronics (c) 9 */ 10 11#if defined(CONFIG_SERIAL_STM32_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ) --- 1039 unchanged lines hidden --- |