From a35ee53d0a28cb0b6b61944a1ed698a0cef85839 Mon Sep 17 00:00:00 2001 From: inmarket Date: Tue, 6 Oct 2015 12:05:06 +1000 Subject: More STM32F746 updates + doco --- boards/base/STM32F746-Discovery/example_chibios3/Makefile | 2 +- boards/base/STM32F746-Discovery/example_raw32/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'boards/base/STM32F746-Discovery') diff --git a/boards/base/STM32F746-Discovery/example_chibios3/Makefile b/boards/base/STM32F746-Discovery/example_chibios3/Makefile index c265cada..8e6c70a5 100644 --- a/boards/base/STM32F746-Discovery/example_chibios3/Makefile +++ b/boards/base/STM32F746-Discovery/example_chibios3/Makefile @@ -15,7 +15,7 @@ # See $(GFXLIB)/tools/gmake_scripts/library_ugfx.mk for the list of variables GFXLIB = ../ugfx GFXBOARD = STM32F746-Discovery - GFXDEMO = modules/gdisp/streaming + GFXDEMO = applications/combo #GFXDRIVERS = GFXSINGLEMAKE = no diff --git a/boards/base/STM32F746-Discovery/example_raw32/Makefile b/boards/base/STM32F746-Discovery/example_raw32/Makefile index c6540bba..05106186 100644 --- a/boards/base/STM32F746-Discovery/example_raw32/Makefile +++ b/boards/base/STM32F746-Discovery/example_raw32/Makefile @@ -15,7 +15,7 @@ # See $(GFXLIB)/tools/gmake_scripts/library_ugfx.mk for the list of variables GFXLIB = ../ugfx GFXBOARD = STM32F746-Discovery - GFXDEMO = modules/gdisp/streaming + GFXDEMO = applications/combo #GFXDRIVERS = GFXSINGLEMAKE = no -- cgit v1.2.3