stm32f4: Update after serial driver rework
Due to new serial driver implementation based on STM32Cube we can remove the USARTX_ADDR defines as they aren't ended anymore Change-Id: Ia9f9b0a2a63280c0221c789a53ff7338bda17dfb Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
293b3e18bd
commit
575207c6ff
1 changed files with 0 additions and 7 deletions
|
@ -32,13 +32,6 @@
|
|||
/* base address for where GPIO registers start */
|
||||
#define GPIO_PORTS_BASE (GPIOA_BASE)
|
||||
|
||||
/* FIXME: keep these defines until we enable STM32CUBE on this family */
|
||||
/* Then they will bre replaced by "USARTX_BASE" defines */
|
||||
/* UART */
|
||||
#define USART1_ADDR (APB2PERIPH_BASE + 0x1000)
|
||||
#define USART2_ADDR (APB1PERIPH_BASE + 0x4400)
|
||||
#define USART6_ADDR (APB1PERIPH_BASE + 0x1400)
|
||||
|
||||
#ifndef _ASMLANGUAGE
|
||||
|
||||
#include <device.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue