[stm32f429i-discovery] Switched over to UART1.

UART1 is connected through two jumpers to the programmer chip on the
board. Making the use of it very streight forward.
This commit is contained in:
Piotr Esden-Tempski
2015-01-22 18:27:28 -08:00
parent d6cb05d792
commit 86c42bc2dd
6 changed files with 67 additions and 64 deletions

View File

@@ -22,7 +22,7 @@ BINARY = usart_irq_console
# Example showing how to generate a map file.
LDFLAGS += -Wl,--Map=$(BINARY).map
LDSCRIPT = ../stm32f4-disco.ld
LDSCRIPT = ../stm32f429i-discovery.ld
include ../../Makefile.include