We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4bec5 commit fbcb1caCopy full SHA for fbcb1ca
examples/stm32/f4/stm32f4-disco/usart/Makefile renamed to examples/stm32/f4/stm32f429i-discovery/usart_console/Makefile
@@ -17,9 +17,9 @@
17
18
OBJS = clock.o
19
20
-BINARY = usart
+BINARY = usart_console
21
22
-LDSCRIPT = ../stm32f4-disco.ld
+LDSCRIPT = ../stm32f429i-discovery.ld
23
24
include ../../Makefile.include
25
examples/stm32/f4/stm32f4-disco/usart/README renamed to examples/stm32/f4/stm32f429i-discovery/usart_console/README
examples/stm32/f4/stm32f4-disco/usart/clock.c renamed to examples/stm32/f4/stm32f429i-discovery/usart_console/clock.c
examples/stm32/f4/stm32f4-disco/usart/clock.h renamed to examples/stm32/f4/stm32f429i-discovery/usart_console/clock.h
examples/stm32/f4/stm32f4-disco/usart/usart.c renamed to examples/stm32/f4/stm32f429i-discovery/usart_console/usart_console.c
0 commit comments