diff options
author | marcoveeneman <marco-veeneman@hotmail.com> | 2018-03-16 22:00:33 +0100 |
---|---|---|
committer | marcoveeneman <marco-veeneman@hotmail.com> | 2018-03-16 22:00:33 +0100 |
commit | 230c39fc141611ae608ca93e2d75c2f9cccc9def (patch) | |
tree | f6962e4a1705a1f85f11cd30d51e4b3ae71ae4d4 /testhal | |
parent | 272ee7c0d3e5ed4210e81ce03d2ce9a092301ad6 (diff) | |
download | ChibiOS-Contrib-230c39fc141611ae608ca93e2d75c2f9cccc9def.tar.gz ChibiOS-Contrib-230c39fc141611ae608ca93e2d75c2f9cccc9def.tar.bz2 ChibiOS-Contrib-230c39fc141611ae608ca93e2d75c2f9cccc9def.zip |
Moved pal testhal makefiles and configuration into folders
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/TIVA/multi/PAL/Makefile | 8 | ||||
-rw-r--r-- | testhal/TIVA/multi/PAL/cfg/tm4c123g_launchpad/chconf.h (renamed from testhal/TIVA/multi/PAL/cfg-tm4c123g_launchpad/chconf.h) | 0 | ||||
-rw-r--r-- | testhal/TIVA/multi/PAL/cfg/tm4c123g_launchpad/halconf.h (renamed from testhal/TIVA/multi/PAL/cfg-tm4c123g_launchpad/halconf.h) | 0 | ||||
-rw-r--r-- | testhal/TIVA/multi/PAL/cfg/tm4c123g_launchpad/mcuconf.h (renamed from testhal/TIVA/multi/PAL/cfg-tm4c123g_launchpad/mcuconf.h) | 0 | ||||
-rw-r--r-- | testhal/TIVA/multi/PAL/cfg/tm4c123g_launchpad/portab.c (renamed from testhal/TIVA/multi/PAL/cfg-tm4c123g_launchpad/portab.c) | 0 | ||||
-rw-r--r-- | testhal/TIVA/multi/PAL/cfg/tm4c123g_launchpad/portab.h (renamed from testhal/TIVA/multi/PAL/cfg-tm4c123g_launchpad/portab.h) | 0 | ||||
-rw-r--r-- | testhal/TIVA/multi/PAL/cfg/tm4c1294_launchpad/chconf.h (renamed from testhal/TIVA/multi/PAL/cfg-tm4c1294_launchpad/chconf.h) | 0 | ||||
-rw-r--r-- | testhal/TIVA/multi/PAL/cfg/tm4c1294_launchpad/halconf.h (renamed from testhal/TIVA/multi/PAL/cfg-tm4c1294_launchpad/halconf.h) | 0 | ||||
-rw-r--r-- | testhal/TIVA/multi/PAL/cfg/tm4c1294_launchpad/mcuconf.h (renamed from testhal/TIVA/multi/PAL/cfg-tm4c1294_launchpad/mcuconf.h) | 0 | ||||
-rw-r--r-- | testhal/TIVA/multi/PAL/cfg/tm4c1294_launchpad/portab.c (renamed from testhal/TIVA/multi/PAL/cfg-tm4c1294_launchpad/portab.c) | 0 | ||||
-rw-r--r-- | testhal/TIVA/multi/PAL/cfg/tm4c1294_launchpad/portab.h (renamed from testhal/TIVA/multi/PAL/cfg-tm4c1294_launchpad/portab.h) | 0 | ||||
-rw-r--r-- | testhal/TIVA/multi/PAL/make/tm4c123g_launchpad (renamed from testhal/TIVA/multi/PAL/Makefile-tm4c123g_launchpad) | 6 | ||||
-rw-r--r-- | testhal/TIVA/multi/PAL/make/tm4c1294_launchpad (renamed from testhal/TIVA/multi/PAL/Makefile-tm4c1294_launchpad) | 6 |
13 files changed, 10 insertions, 10 deletions
diff --git a/testhal/TIVA/multi/PAL/Makefile b/testhal/TIVA/multi/PAL/Makefile index 9efbf47..a9ef661 100644 --- a/testhal/TIVA/multi/PAL/Makefile +++ b/testhal/TIVA/multi/PAL/Makefile @@ -5,19 +5,19 @@ all: @echo @echo === Building for TM4C123G LaunchPad ================================ - @make --no-print-directory -f Makefile-tm4c123g_launchpad all + @make --no-print-directory -f ./make/tm4c123g_launchpad all @echo ==================================================================== @echo @echo === Building for TM4C1294 Connected LaunchPad ====================== - @make --no-print-directory -f Makefile-tm4c1294_launchpad all + @make --no-print-directory -f ./make/tm4c1294_launchpad all @echo ==================================================================== @echo clean: @echo - -@make --no-print-directory -f Makefile-tm4c123g_launchpad clean + -@make --no-print-directory -f ./make/tm4c123g_launchpad clean @echo - -@make --no-print-directory -f Makefile-tm4c1294_launchpad clean + -@make --no-print-directory -f ./make/tm4c1294_launchpad clean @echo # diff --git a/testhal/TIVA/multi/PAL/cfg-tm4c123g_launchpad/chconf.h b/testhal/TIVA/multi/PAL/cfg/tm4c123g_launchpad/chconf.h index e42b74e..e42b74e 100644 --- a/testhal/TIVA/multi/PAL/cfg-tm4c123g_launchpad/chconf.h +++ b/testhal/TIVA/multi/PAL/cfg/tm4c123g_launchpad/chconf.h diff --git a/testhal/TIVA/multi/PAL/cfg-tm4c123g_launchpad/halconf.h b/testhal/TIVA/multi/PAL/cfg/tm4c123g_launchpad/halconf.h index 97f1ec3..97f1ec3 100644 --- a/testhal/TIVA/multi/PAL/cfg-tm4c123g_launchpad/halconf.h +++ b/testhal/TIVA/multi/PAL/cfg/tm4c123g_launchpad/halconf.h diff --git a/testhal/TIVA/multi/PAL/cfg-tm4c123g_launchpad/mcuconf.h b/testhal/TIVA/multi/PAL/cfg/tm4c123g_launchpad/mcuconf.h index f59dcb7..f59dcb7 100644 --- a/testhal/TIVA/multi/PAL/cfg-tm4c123g_launchpad/mcuconf.h +++ b/testhal/TIVA/multi/PAL/cfg/tm4c123g_launchpad/mcuconf.h diff --git a/testhal/TIVA/multi/PAL/cfg-tm4c123g_launchpad/portab.c b/testhal/TIVA/multi/PAL/cfg/tm4c123g_launchpad/portab.c index c153bd7..c153bd7 100644 --- a/testhal/TIVA/multi/PAL/cfg-tm4c123g_launchpad/portab.c +++ b/testhal/TIVA/multi/PAL/cfg/tm4c123g_launchpad/portab.c diff --git a/testhal/TIVA/multi/PAL/cfg-tm4c123g_launchpad/portab.h b/testhal/TIVA/multi/PAL/cfg/tm4c123g_launchpad/portab.h index 8e62cee..8e62cee 100644 --- a/testhal/TIVA/multi/PAL/cfg-tm4c123g_launchpad/portab.h +++ b/testhal/TIVA/multi/PAL/cfg/tm4c123g_launchpad/portab.h diff --git a/testhal/TIVA/multi/PAL/cfg-tm4c1294_launchpad/chconf.h b/testhal/TIVA/multi/PAL/cfg/tm4c1294_launchpad/chconf.h index 3209f1d..3209f1d 100644 --- a/testhal/TIVA/multi/PAL/cfg-tm4c1294_launchpad/chconf.h +++ b/testhal/TIVA/multi/PAL/cfg/tm4c1294_launchpad/chconf.h diff --git a/testhal/TIVA/multi/PAL/cfg-tm4c1294_launchpad/halconf.h b/testhal/TIVA/multi/PAL/cfg/tm4c1294_launchpad/halconf.h index 97f1ec3..97f1ec3 100644 --- a/testhal/TIVA/multi/PAL/cfg-tm4c1294_launchpad/halconf.h +++ b/testhal/TIVA/multi/PAL/cfg/tm4c1294_launchpad/halconf.h diff --git a/testhal/TIVA/multi/PAL/cfg-tm4c1294_launchpad/mcuconf.h b/testhal/TIVA/multi/PAL/cfg/tm4c1294_launchpad/mcuconf.h index 578d4ab..578d4ab 100644 --- a/testhal/TIVA/multi/PAL/cfg-tm4c1294_launchpad/mcuconf.h +++ b/testhal/TIVA/multi/PAL/cfg/tm4c1294_launchpad/mcuconf.h diff --git a/testhal/TIVA/multi/PAL/cfg-tm4c1294_launchpad/portab.c b/testhal/TIVA/multi/PAL/cfg/tm4c1294_launchpad/portab.c index c153bd7..c153bd7 100644 --- a/testhal/TIVA/multi/PAL/cfg-tm4c1294_launchpad/portab.c +++ b/testhal/TIVA/multi/PAL/cfg/tm4c1294_launchpad/portab.c diff --git a/testhal/TIVA/multi/PAL/cfg-tm4c1294_launchpad/portab.h b/testhal/TIVA/multi/PAL/cfg/tm4c1294_launchpad/portab.h index 79ae8ec..79ae8ec 100644 --- a/testhal/TIVA/multi/PAL/cfg-tm4c1294_launchpad/portab.h +++ b/testhal/TIVA/multi/PAL/cfg/tm4c1294_launchpad/portab.h diff --git a/testhal/TIVA/multi/PAL/Makefile-tm4c123g_launchpad b/testhal/TIVA/multi/PAL/make/tm4c123g_launchpad index 9df1d01..5aba90a 100644 --- a/testhal/TIVA/multi/PAL/Makefile-tm4c123g_launchpad +++ b/testhal/TIVA/multi/PAL/make/tm4c123g_launchpad @@ -88,9 +88,9 @@ PROJECT = ch # Imported source files and paths CHIBIOS = ../../../../../ChibiOS-RT CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib -CONFDIR := ./cfg-tm4c123g_launchpad -BUILDDIR := ./build-tm4c123g_launchpad -DEPDIR := ./.dep-tm4c123g_launchpad +CONFDIR := ./cfg/tm4c123g_launchpad +BUILDDIR := ./build/tm4c123g_launchpad +DEPDIR := ./.dep/tm4c123g_launchpad # Licensing files. include $(CHIBIOS)/os/license/license.mk diff --git a/testhal/TIVA/multi/PAL/Makefile-tm4c1294_launchpad b/testhal/TIVA/multi/PAL/make/tm4c1294_launchpad index caec0ac..82523ed 100644 --- a/testhal/TIVA/multi/PAL/Makefile-tm4c1294_launchpad +++ b/testhal/TIVA/multi/PAL/make/tm4c1294_launchpad @@ -88,9 +88,9 @@ PROJECT = ch # Imported source files and paths CHIBIOS = ../../../../../ChibiOS-RT CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib -CONFDIR := ./cfg-tm4c1294_launchpad -BUILDDIR := ./build-tm4c1294_launchpad -DEPDIR := ./.dep-tm4c1294_launchpad +CONFDIR := ./cfg/tm4c1294_launchpad +BUILDDIR := ./build/tm4c1294_launchpad +DEPDIR := ./.dep/tm4c1294_launchpad # Licensing files. include $(CHIBIOS)/os/license/license.mk |