aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/PAL/make
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-13 16:34:30 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-13 16:34:30 +0000
commit4d0f9d869a1005aeb23f41849b7f5fc5db384a03 (patch)
tree34e8d89beb5825b816e51300a4e85dadb53eb2c4 /testhal/STM32/multi/PAL/make
parentc706f5f20deabd680106ecaaf8047a03cf1d02ef (diff)
downloadChibiOS-4d0f9d869a1005aeb23f41849b7f5fc5db384a03.tar.gz
ChibiOS-4d0f9d869a1005aeb23f41849b7f5fc5db384a03.tar.bz2
ChibiOS-4d0f9d869a1005aeb23f41849b7f5fc5db384a03.zip
Improved multidemo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11730 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32/multi/PAL/make')
-rw-r--r--testhal/STM32/multi/PAL/make/stm32f051_discovery.make (renamed from testhal/STM32/multi/PAL/make/stm32f051_discovery)0
-rw-r--r--testhal/STM32/multi/PAL/make/stm32f103_olimex.make (renamed from testhal/STM32/multi/PAL/make/stm32f103_olimex)0
-rw-r--r--testhal/STM32/multi/PAL/make/stm32f303_discovery.make (renamed from testhal/STM32/multi/PAL/make/stm32f303_discovery)2
-rw-r--r--testhal/STM32/multi/PAL/make/stm32f373_eval.make (renamed from testhal/STM32/multi/PAL/make/stm32f373_eval)2
-rw-r--r--testhal/STM32/multi/PAL/make/stm32f407_discovery.make (renamed from testhal/STM32/multi/PAL/make/stm32f407_discovery)2
-rw-r--r--testhal/STM32/multi/PAL/make/stm32f429_discovery.make (renamed from testhal/STM32/multi/PAL/make/stm32f429_discovery)2
-rw-r--r--testhal/STM32/multi/PAL/make/stm32f746_discovery.make (renamed from testhal/STM32/multi/PAL/make/stm32f746_discovery)2
-rw-r--r--testhal/STM32/multi/PAL/make/stm32l053_discovery.make (renamed from testhal/STM32/multi/PAL/make/stm32l053_discovery)2
-rw-r--r--testhal/STM32/multi/PAL/make/stm32l151_discovery.make (renamed from testhal/STM32/multi/PAL/make/stm32l151_discovery)2
-rw-r--r--testhal/STM32/multi/PAL/make/stm32l476_discovery.make (renamed from testhal/STM32/multi/PAL/make/stm32l476_discovery)2
10 files changed, 8 insertions, 8 deletions
diff --git a/testhal/STM32/multi/PAL/make/stm32f051_discovery b/testhal/STM32/multi/PAL/make/stm32f051_discovery.make
index e8bb01915..e8bb01915 100644
--- a/testhal/STM32/multi/PAL/make/stm32f051_discovery
+++ b/testhal/STM32/multi/PAL/make/stm32f051_discovery.make
diff --git a/testhal/STM32/multi/PAL/make/stm32f103_olimex b/testhal/STM32/multi/PAL/make/stm32f103_olimex.make
index b5da54fdc..b5da54fdc 100644
--- a/testhal/STM32/multi/PAL/make/stm32f103_olimex
+++ b/testhal/STM32/multi/PAL/make/stm32f103_olimex.make
diff --git a/testhal/STM32/multi/PAL/make/stm32f303_discovery b/testhal/STM32/multi/PAL/make/stm32f303_discovery.make
index 22fcee6f5..3d54db30a 100644
--- a/testhal/STM32/multi/PAL/make/stm32f303_discovery
+++ b/testhal/STM32/multi/PAL/make/stm32f303_discovery.make
@@ -94,7 +94,7 @@ PROJECT = ch
CHIBIOS := ../../../..
CONFDIR := ./cfg/stm32f303_discovery
BUILDDIR := ./build/stm32f303_discovery
-DEPDIR := ./.dep-stm32f303_discovery
+DEPDIR := ./.dep/stm32f303_discovery
# Licensing files.
include $(CHIBIOS)/os/license/license.mk
diff --git a/testhal/STM32/multi/PAL/make/stm32f373_eval b/testhal/STM32/multi/PAL/make/stm32f373_eval.make
index a642b56ca..d2c017188 100644
--- a/testhal/STM32/multi/PAL/make/stm32f373_eval
+++ b/testhal/STM32/multi/PAL/make/stm32f373_eval.make
@@ -94,7 +94,7 @@ PROJECT = ch
CHIBIOS := ../../../..
CONFDIR := ./cfg/stm32f373_eval
BUILDDIR := ./build/stm32f373_eval
-DEPDIR := ./.dep-stm32f373_eval
+DEPDIR := ./.dep/stm32f373_eval
# Licensing files.
include $(CHIBIOS)/os/license/license.mk
diff --git a/testhal/STM32/multi/PAL/make/stm32f407_discovery b/testhal/STM32/multi/PAL/make/stm32f407_discovery.make
index 0e5c8c745..13c93d71a 100644
--- a/testhal/STM32/multi/PAL/make/stm32f407_discovery
+++ b/testhal/STM32/multi/PAL/make/stm32f407_discovery.make
@@ -94,7 +94,7 @@ PROJECT = ch
CHIBIOS := ../../../..
CONFDIR := ./cfg/stm32f407_discovery
BUILDDIR := ./build/stm32f407_discovery
-DEPDIR := ./.dep-stm32f407_discovery
+DEPDIR := ./.dep/stm32f407_discovery
# Licensing files.
include $(CHIBIOS)/os/license/license.mk
diff --git a/testhal/STM32/multi/PAL/make/stm32f429_discovery b/testhal/STM32/multi/PAL/make/stm32f429_discovery.make
index 850334e93..4d127b581 100644
--- a/testhal/STM32/multi/PAL/make/stm32f429_discovery
+++ b/testhal/STM32/multi/PAL/make/stm32f429_discovery.make
@@ -94,7 +94,7 @@ PROJECT = ch
CHIBIOS := ../../../..
CONFDIR := ./cfg/stm32f429_discovery
BUILDDIR := ./build/stm32f429_discovery
-DEPDIR := ./.dep-stm32f429_discovery
+DEPDIR := ./.dep/stm32f429_discovery
# Licensing files.
include $(CHIBIOS)/os/license/license.mk
diff --git a/testhal/STM32/multi/PAL/make/stm32f746_discovery b/testhal/STM32/multi/PAL/make/stm32f746_discovery.make
index 726d7ec02..4efcb5f3b 100644
--- a/testhal/STM32/multi/PAL/make/stm32f746_discovery
+++ b/testhal/STM32/multi/PAL/make/stm32f746_discovery.make
@@ -94,7 +94,7 @@ PROJECT = ch
CHIBIOS := ../../../..
CONFDIR := ./cfg/stm32f746_discovery
BUILDDIR := ./build/stm32f746_discovery
-DEPDIR := ./.dep-stm32f746_discovery
+DEPDIR := ./.dep/stm32f746_discovery
# Licensing files.
include $(CHIBIOS)/os/license/license.mk
diff --git a/testhal/STM32/multi/PAL/make/stm32l053_discovery b/testhal/STM32/multi/PAL/make/stm32l053_discovery.make
index 3b9522d9a..32344aa5d 100644
--- a/testhal/STM32/multi/PAL/make/stm32l053_discovery
+++ b/testhal/STM32/multi/PAL/make/stm32l053_discovery.make
@@ -84,7 +84,7 @@ PROJECT = ch
CHIBIOS := ../../../..
CONFDIR := ./cfg/stm32l053_discovery
BUILDDIR := ./build/stm32l053_discovery
-DEPDIR := ./.dep-stm32l053_discovery
+DEPDIR := ./.dep/stm32l053_discovery
# Licensing files.
include $(CHIBIOS)/os/license/license.mk
diff --git a/testhal/STM32/multi/PAL/make/stm32l151_discovery b/testhal/STM32/multi/PAL/make/stm32l151_discovery.make
index 186043608..5ec55a43b 100644
--- a/testhal/STM32/multi/PAL/make/stm32l151_discovery
+++ b/testhal/STM32/multi/PAL/make/stm32l151_discovery.make
@@ -84,7 +84,7 @@ PROJECT = ch
CHIBIOS := ../../../..
CONFDIR := ./cfg/stm32l151_discovery
BUILDDIR := ./build/stm32l151_discovery
-DEPDIR := ./.dep-stm32l151_discovery
+DEPDIR := ./.dep/stm32l151_discovery
# Licensing files.
include $(CHIBIOS)/os/license/license.mk
diff --git a/testhal/STM32/multi/PAL/make/stm32l476_discovery b/testhal/STM32/multi/PAL/make/stm32l476_discovery.make
index 99722a0a0..e00a057c3 100644
--- a/testhal/STM32/multi/PAL/make/stm32l476_discovery
+++ b/testhal/STM32/multi/PAL/make/stm32l476_discovery.make
@@ -94,7 +94,7 @@ PROJECT = ch
CHIBIOS := ../../../..
CONFDIR := ./cfg/stm32l476_discovery
BUILDDIR := ./build/stm32l476_discovery
-DEPDIR := ./.dep-stm32l476_discovery
+DEPDIR := ./.dep/stm32l476_discovery
# Licensing files.
include $(CHIBIOS)/os/license/license.mk