[stm32f429i-discovery] Moved Chucks remaining examples to the correct directory.
Additionally added Chucks readme to the stm32f429i-discovery board readme.
This commit is contained in:
10
examples/stm32/f4/stm32f429i-discovery/lcd-serial/Makefile
Normal file
10
examples/stm32/f4/stm32f429i-discovery/lcd-serial/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
OBJS = sdram.o clock.o console.o lcd-spi.o gfx.o
|
||||
|
||||
BINARY = lcd-serial
|
||||
|
||||
# we use sin/cos from the library
|
||||
LDLIBS += -lm
|
||||
|
||||
LDSCRIPT = ../stm32f429i-discovery.ld
|
||||
|
||||
include ../../Makefile.include
|
||||
Reference in New Issue
Block a user