Skip to content

Commit 851923d

Browse files
authored
Merge pull request #6 from kuldeepdhaka/stm32f746-disco-example
STM32F746 discovery board example
2 parents 1a27cc2 + 28db336 commit 851923d

35 files changed

+172
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
PREFIX ?= arm-none-eabi
2121
#PREFIX ?= arm-elf
2222

23-
TARGETS := stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4 stm32/l0 stm32/l1
23+
TARGETS := stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4 stm32/f7 stm32/l0 stm32/l1
2424
TARGETS += lpc/lpc13xx lpc/lpc17xx #lpc/lpc43xx
2525
TARGETS += tiva/lm3s tiva/lm4f
2626
TARGETS += efm32/tg efm32/g efm32/lg efm32/gg

examples/stm32/f7/Makefile.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ BMP_PORT ?=
4242
#STLINK_PORT ?= :4242
4343

4444

45-
include ../../../../Makefile.rules
45+
include ../../../Makefile.include
4646

4747

4848

examples/stm32/f7/stm32f7-discovery/fancyblink/Makefile renamed to examples/stm32/f7/stm32f746-disco/fancyblink/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
BINARY = fancyblink
2121

22-
LDSCRIPT = ../stm32f7-discovery.ld
22+
LDSCRIPT = ../stm32f746-disco.ld
2323

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

File renamed without changes.

examples/stm32/f7/stm32f7-discovery/lcd-demo/Makefile renamed to examples/stm32/f7/stm32f746-disco/lcd-demo/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ OBJS = clock.o \
2020

2121
BINARY = lcd_demo
2222

23-
LDSCRIPT = ../stm32f7-discovery.ld
23+
LDSCRIPT = ../stm32f746-disco.ld
2424

2525
include ../../Makefile.include
2626

0 commit comments

Comments
 (0)