diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-13 10:15:34 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-13 10:15:34 +0000 |
commit | cacb4331c0be676bbdb926599a715b9988c0afd9 (patch) | |
tree | f627318e29d9a757a5577dd7a70e33b00ef770fc /demos | |
parent | 1df601c7c786c2c6ba3e4332058e3634734665e4 (diff) | |
download | ChibiOS-cacb4331c0be676bbdb926599a715b9988c0afd9.tar.gz ChibiOS-cacb4331c0be676bbdb926599a715b9988c0afd9.tar.bz2 ChibiOS-cacb4331c0be676bbdb926599a715b9988c0afd9.zip |
New application template, cleaned of configuration files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11725 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos')
-rw-r--r-- | demos/STM32/RT-STM32L476-DISCOVERY/Makefile | 5 | ||||
-rw-r--r-- | demos/STM32/RT-STM32L476-DISCOVERY/cfg/chconf.h (renamed from demos/STM32/RT-STM32L476-DISCOVERY/chconf.h) | 0 | ||||
-rw-r--r-- | demos/STM32/RT-STM32L476-DISCOVERY/cfg/halconf.h (renamed from demos/STM32/RT-STM32L476-DISCOVERY/halconf.h) | 0 | ||||
-rw-r--r-- | demos/STM32/RT-STM32L476-DISCOVERY/cfg/mcuconf.h (renamed from demos/STM32/RT-STM32L476-DISCOVERY/mcuconf.h) | 0 |
4 files changed, 4 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32L476-DISCOVERY/Makefile b/demos/STM32/RT-STM32L476-DISCOVERY/Makefile index 4b7020dc4..98aacf24a 100644 --- a/demos/STM32/RT-STM32L476-DISCOVERY/Makefile +++ b/demos/STM32/RT-STM32L476-DISCOVERY/Makefile @@ -84,6 +84,9 @@ endif # Define project name here
PROJECT = ch
+CONFDIR := ./cfg
+BUILDDIR := ./build
+DEPDIR := ./.dep
# Imported source files and paths
CHIBIOS = ../../..
@@ -142,7 +145,7 @@ TCPPSRC = ASMSRC = $(ALLASMSRC)
ASMXSRC = $(ALLXASMSRC)
-INCDIR = $(ALLINC) $(TESTINC)
+INCDIR = $(CONFDIR) $(ALLINC) $(TESTINC)
#
# Project, sources and paths
diff --git a/demos/STM32/RT-STM32L476-DISCOVERY/chconf.h b/demos/STM32/RT-STM32L476-DISCOVERY/cfg/chconf.h index 899a292ef..899a292ef 100644 --- a/demos/STM32/RT-STM32L476-DISCOVERY/chconf.h +++ b/demos/STM32/RT-STM32L476-DISCOVERY/cfg/chconf.h diff --git a/demos/STM32/RT-STM32L476-DISCOVERY/halconf.h b/demos/STM32/RT-STM32L476-DISCOVERY/cfg/halconf.h index 3bbdf547f..3bbdf547f 100644 --- a/demos/STM32/RT-STM32L476-DISCOVERY/halconf.h +++ b/demos/STM32/RT-STM32L476-DISCOVERY/cfg/halconf.h diff --git a/demos/STM32/RT-STM32L476-DISCOVERY/mcuconf.h b/demos/STM32/RT-STM32L476-DISCOVERY/cfg/mcuconf.h index 81c061785..81c061785 100644 --- a/demos/STM32/RT-STM32L476-DISCOVERY/mcuconf.h +++ b/demos/STM32/RT-STM32L476-DISCOVERY/cfg/mcuconf.h |