uart/stm32: add STM32F3X support for uart

Change-Id: I9796c6a2841c972eeab15894a6d7f38ae93606d1
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2017-01-11 07:38:52 -06:00
commit 05f717e71b
5 changed files with 27 additions and 2 deletions

View file

@ -58,6 +58,10 @@ enum stm32f3x_pin_config_mode {
#include "soc_irq.h"
#ifdef CONFIG_SERIAL_HAS_DRIVER
#include <stm32f3xx_ll_usart.h>
#endif
#endif /* !_ASMLANGUAGE */
#endif /* _STM32F3_SOC_H_ */