Skip to content

Commit fbcb1ca

Browse files
committed
[stm32f429i-discovery] Moved Chucks example to usart_console
Chucks example is more elaborate than the simple ported example so we keep both.
1 parent ed4bec5 commit fbcb1ca

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

examples/stm32/f4/stm32f4-disco/usart/Makefile renamed to examples/stm32/f4/stm32f429i-discovery/usart_console/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
OBJS = clock.o
1919

20-
BINARY = usart
20+
BINARY = usart_console
2121

22-
LDSCRIPT = ../stm32f4-disco.ld
22+
LDSCRIPT = ../stm32f429i-discovery.ld
2323

2424
include ../../Makefile.include
2525

0 commit comments

Comments
 (0)