From ff7f1dcd2c1bf114cbecd703d1d645c95e6f7146 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Tue, 13 Mar 2018 11:33:01 +0000 Subject: [PATCH] Modified STM32-PAL demo git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11728 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testhal/STM32/multi/PAL/.cproject | 20 +++---- testhal/STM32/multi/PAL/Makefile | 58 +++++++++---------- .../stm32f051_discovery}/chconf.h | 0 .../stm32f051_discovery}/halconf.h | 0 .../stm32f051_discovery}/mcuconf.h | 0 .../stm32f051_discovery}/portab.c | 0 .../stm32f051_discovery}/portab.h | 0 .../stm32f103_olimex}/chconf.h | 0 .../stm32f103_olimex}/halconf.h | 0 .../stm32f103_olimex}/mcuconf.h | 0 .../stm32f103_olimex}/portab.c | 0 .../stm32f103_olimex}/portab.h | 0 .../stm32f303_discovery}/chconf.h | 0 .../stm32f303_discovery}/halconf.h | 0 .../stm32f303_discovery}/mcuconf.h | 0 .../stm32f303_discovery}/portab.c | 0 .../stm32f303_discovery}/portab.h | 0 .../stm32f373_eval}/chconf.h | 0 .../stm32f373_eval}/halconf.h | 0 .../stm32f373_eval}/mcuconf.h | 0 .../stm32f373_eval}/portab.c | 0 .../stm32f373_eval}/portab.h | 0 .../stm32f407_discovery}/chconf.h | 0 .../stm32f407_discovery}/halconf.h | 0 .../stm32f407_discovery}/mcuconf.h | 0 .../stm32f407_discovery}/portab.c | 0 .../stm32f407_discovery}/portab.h | 0 .../stm32f429_discovery}/chconf.h | 0 .../stm32f429_discovery}/halconf.h | 0 .../stm32f429_discovery}/mcuconf.h | 0 .../stm32f429_discovery}/portab.c | 0 .../stm32f429_discovery}/portab.h | 0 .../stm32f746_discovery}/chconf.h | 0 .../stm32f746_discovery}/halconf.h | 0 .../stm32f746_discovery}/mcuconf.h | 0 .../stm32f746_discovery}/portab.c | 0 .../stm32f746_discovery}/portab.h | 0 .../stm32l053_discovery}/chconf.h | 0 .../stm32l053_discovery}/halconf.h | 0 .../stm32l053_discovery}/mcuconf.h | 0 .../stm32l053_discovery}/portab.c | 0 .../stm32l053_discovery}/portab.h | 0 .../stm32l151_discovery}/chconf.h | 0 .../stm32l151_discovery}/halconf.h | 0 .../stm32l151_discovery}/mcuconf.h | 0 .../stm32l151_discovery}/portab.c | 0 .../stm32l151_discovery}/portab.h | 0 .../stm32l476_discovery}/chconf.h | 0 .../stm32l476_discovery}/halconf.h | 2 +- .../stm32l476_discovery}/mcuconf.h | 0 .../stm32l476_discovery}/portab.c | 2 +- .../stm32l476_discovery}/portab.h | 0 ...t ELF file)(OpenOCD, Flash and Run).launch | 2 +- ...Select ELF file)(OpenOCD, Just Run).launch | 2 +- .../stm32f051_discovery} | 4 +- .../stm32f103_olimex} | 4 +- .../stm32f303_discovery} | 4 +- .../stm32f373_eval} | 4 +- .../stm32f407_discovery} | 4 +- .../stm32f429_discovery} | 4 +- .../stm32f746_discovery} | 4 +- .../stm32l053_discovery} | 4 +- .../stm32l151_discovery} | 4 +- .../stm32l476_discovery} | 4 +- 64 files changed, 62 insertions(+), 64 deletions(-) rename testhal/STM32/multi/PAL/{cfg-stm32f051_discovery => cfg/stm32f051_discovery}/chconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f051_discovery => cfg/stm32f051_discovery}/halconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f051_discovery => cfg/stm32f051_discovery}/mcuconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f051_discovery => cfg/stm32f051_discovery}/portab.c (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f051_discovery => cfg/stm32f051_discovery}/portab.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f103_olimex => cfg/stm32f103_olimex}/chconf.h (100%) mode change 100755 => 100644 rename testhal/STM32/multi/PAL/{cfg-stm32f103_olimex => cfg/stm32f103_olimex}/halconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f103_olimex => cfg/stm32f103_olimex}/mcuconf.h (100%) mode change 100755 => 100644 rename testhal/STM32/multi/PAL/{cfg-stm32f103_olimex => cfg/stm32f103_olimex}/portab.c (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f103_olimex => cfg/stm32f103_olimex}/portab.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f303_discovery => cfg/stm32f303_discovery}/chconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f303_discovery => cfg/stm32f303_discovery}/halconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f303_discovery => cfg/stm32f303_discovery}/mcuconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f303_discovery => cfg/stm32f303_discovery}/portab.c (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f303_discovery => cfg/stm32f303_discovery}/portab.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f373_eval => cfg/stm32f373_eval}/chconf.h (100%) mode change 100755 => 100644 rename testhal/STM32/multi/PAL/{cfg-stm32f373_eval => cfg/stm32f373_eval}/halconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f373_eval => cfg/stm32f373_eval}/mcuconf.h (100%) mode change 100755 => 100644 rename testhal/STM32/multi/PAL/{cfg-stm32f373_eval => cfg/stm32f373_eval}/portab.c (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f373_eval => cfg/stm32f373_eval}/portab.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f407_discovery => cfg/stm32f407_discovery}/chconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f407_discovery => cfg/stm32f407_discovery}/halconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f407_discovery => cfg/stm32f407_discovery}/mcuconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f407_discovery => cfg/stm32f407_discovery}/portab.c (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f407_discovery => cfg/stm32f407_discovery}/portab.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f429_discovery => cfg/stm32f429_discovery}/chconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f429_discovery => cfg/stm32f429_discovery}/halconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f429_discovery => cfg/stm32f429_discovery}/mcuconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f429_discovery => cfg/stm32f429_discovery}/portab.c (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f429_discovery => cfg/stm32f429_discovery}/portab.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f746_discovery => cfg/stm32f746_discovery}/chconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f746_discovery => cfg/stm32f746_discovery}/halconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f746_discovery => cfg/stm32f746_discovery}/mcuconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f746_discovery => cfg/stm32f746_discovery}/portab.c (100%) rename testhal/STM32/multi/PAL/{cfg-stm32f746_discovery => cfg/stm32f746_discovery}/portab.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32l053_discovery => cfg/stm32l053_discovery}/chconf.h (100%) mode change 100755 => 100644 rename testhal/STM32/multi/PAL/{cfg-stm32l053_discovery => cfg/stm32l053_discovery}/halconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32l053_discovery => cfg/stm32l053_discovery}/mcuconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32l053_discovery => cfg/stm32l053_discovery}/portab.c (100%) rename testhal/STM32/multi/PAL/{cfg-stm32l053_discovery => cfg/stm32l053_discovery}/portab.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32l151_discovery => cfg/stm32l151_discovery}/chconf.h (100%) mode change 100755 => 100644 rename testhal/STM32/multi/PAL/{cfg-stm32l476_discovery => cfg/stm32l151_discovery}/halconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32l151_discovery => cfg/stm32l151_discovery}/mcuconf.h (100%) mode change 100755 => 100644 rename testhal/STM32/multi/PAL/{cfg-stm32l476_discovery => cfg/stm32l151_discovery}/portab.c (100%) rename testhal/STM32/multi/PAL/{cfg-stm32l151_discovery => cfg/stm32l151_discovery}/portab.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32l476_discovery => cfg/stm32l476_discovery}/chconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32l151_discovery => cfg/stm32l476_discovery}/halconf.h (96%) rename testhal/STM32/multi/PAL/{cfg-stm32l476_discovery => cfg/stm32l476_discovery}/mcuconf.h (100%) rename testhal/STM32/multi/PAL/{cfg-stm32l151_discovery => cfg/stm32l476_discovery}/portab.c (95%) rename testhal/STM32/multi/PAL/{cfg-stm32l476_discovery => cfg/stm32l476_discovery}/portab.h (100%) rename testhal/STM32/multi/PAL/{Makefile-stm32f051_discovery => make/stm32f051_discovery} (95%) rename testhal/STM32/multi/PAL/{Makefile-stm32f103_olimex => make/stm32f103_olimex} (95%) mode change 100755 => 100644 rename testhal/STM32/multi/PAL/{Makefile-stm32f303_discovery => make/stm32f303_discovery} (95%) rename testhal/STM32/multi/PAL/{Makefile-stm32f373_eval => make/stm32f373_eval} (95%) mode change 100755 => 100644 rename testhal/STM32/multi/PAL/{Makefile-stm32f407_discovery => make/stm32f407_discovery} (95%) rename testhal/STM32/multi/PAL/{Makefile-stm32f429_discovery => make/stm32f429_discovery} (95%) mode change 100755 => 100644 rename testhal/STM32/multi/PAL/{Makefile-stm32f746_discovery => make/stm32f746_discovery} (95%) mode change 100755 => 100644 rename testhal/STM32/multi/PAL/{Makefile-stm32l053_discovery => make/stm32l053_discovery} (95%) rename testhal/STM32/multi/PAL/{Makefile-stm32l151_discovery => make/stm32l151_discovery} (95%) mode change 100755 => 100644 rename testhal/STM32/multi/PAL/{Makefile-stm32l476_discovery => make/stm32l476_discovery} (95%) diff --git a/testhal/STM32/multi/PAL/.cproject b/testhal/STM32/multi/PAL/.cproject index 6a45ccde2..7ecf202c3 100644 --- a/testhal/STM32/multi/PAL/.cproject +++ b/testhal/STM32/multi/PAL/.cproject @@ -52,7 +52,7 @@ - + @@ -86,7 +86,7 @@ - + @@ -120,7 +120,7 @@ - + @@ -154,7 +154,7 @@ - + @@ -188,7 +188,7 @@ - + @@ -222,7 +222,7 @@ - + @@ -256,7 +256,7 @@ - + @@ -290,7 +290,7 @@ - + @@ -324,7 +324,7 @@ - + @@ -358,7 +358,7 @@ - + diff --git a/testhal/STM32/multi/PAL/Makefile b/testhal/STM32/multi/PAL/Makefile index c1d5dfdd7..47dca9f91 100644 --- a/testhal/STM32/multi/PAL/Makefile +++ b/testhal/STM32/multi/PAL/Makefile @@ -3,69 +3,67 @@ # all: - @echo - @echo === Building for STM32L053-Discovery =============================== - @make --no-print-directory -f Makefile-stm32l053_discovery all - @echo ==================================================================== - @echo - @echo === Building for STM32L151-Discovery =============================== - @make --no-print-directory -f Makefile-stm32l151_discovery all - @echo ==================================================================== - @echo - @echo === Building for STM32L476-Discovery =============================== - @make --no-print-directory -f Makefile-stm32l476_discovery all - @echo ==================================================================== @echo @echo === Building for STM32F051-Discovery =============================== - @make --no-print-directory -f Makefile-stm32f051_discovery all + @make --no-print-directory -f ./make/stm32f051_discovery all @echo ==================================================================== @echo @echo === Building for STM32F103-Olimex ================================== - @make --no-print-directory -f Makefile-stm32f103_olimex all + @make --no-print-directory -f ./make/stm32f103_olimex all @echo ==================================================================== @echo @echo === Building for STM32F303-Discovery =============================== - @make --no-print-directory -f Makefile-stm32f303_discovery all + @make --no-print-directory -f ./make/stm32f303_discovery all @echo ==================================================================== @echo @echo === Building for STM32F373-Eval ==================================== - @make --no-print-directory -f Makefile-stm32f373_eval all + @make --no-print-directory -f ./make/stm32f373_eval all @echo ==================================================================== @echo @echo === Building for STM32F407-Discovery =============================== - @make --no-print-directory -f Makefile-stm32f407_discovery all + @make --no-print-directory -f ./make/stm32f407_discovery all @echo ==================================================================== @echo @echo === Building for STM32F429-Discovery =============================== - @make --no-print-directory -f Makefile-stm32f429_discovery all + @make --no-print-directory -f ./make/stm32f429_discovery all @echo ==================================================================== @echo @echo === Building for STM32F746-Discovery =============================== - @make --no-print-directory -f Makefile-stm32f746_discovery all + @make --no-print-directory -f ./make/stm32f746_discovery all @echo ==================================================================== @echo - + @echo === Building for STM32L053-Discovery =============================== + @make --no-print-directory -f ./make/stm32l053_discovery all + @echo ==================================================================== + @echo + @echo === Building for STM32L151-Discovery =============================== + @make --no-print-directory -f ./make/stm32l151_discovery all + @echo ==================================================================== + @echo + @echo === Building for STM32L476-Discovery =============================== + @make --no-print-directory -f ./make/stm32l476_discovery all + @echo ==================================================================== clean: @echo - -@make --no-print-directory -f Makefile-stm32l053_discovery clean + -@make --no-print-directory -f ./make/stm32f051_discovery clean @echo - -@make --no-print-directory -f Makefile-stm32l151_discovery clean + -@make --no-print-directory -f ./make/stm32f103_olimex clean @echo - -@make --no-print-directory -f Makefile-stm32l476_discovery clean + -@make --no-print-directory -f ./make/stm32f303_discovery clean @echo - -@make --no-print-directory -f Makefile-stm32f051_discovery clean + -@make --no-print-directory -f ./make/stm32f373_eval clean @echo - -@make --no-print-directory -f Makefile-stm32f103_olimex clean + -@make --no-print-directory -f ./make/stm32f407_discovery clean @echo - -@make --no-print-directory -f Makefile-stm32f303_discovery clean + -@make --no-print-directory -f ./make/stm32f429_discovery clean @echo - -@make --no-print-directory -f Makefile-stm32f373_eval clean + -@make --no-print-directory -f ./make/stm32f746_discovery clean @echo - -@make --no-print-directory -f Makefile-stm32f407_discovery clean + -@make --no-print-directory -f ./make/stm32l053_discovery clean @echo - -@make --no-print-directory -f Makefile-stm32f429_discovery clean + -@make --no-print-directory -f ./make/stm32l151_discovery clean @echo - -@make --no-print-directory -f Makefile-stm32f746_discovery clean + -@make --no-print-directory -f ./make/stm32l476_discovery clean @echo # diff --git a/testhal/STM32/multi/PAL/cfg-stm32f051_discovery/chconf.h b/testhal/STM32/multi/PAL/cfg/stm32f051_discovery/chconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f051_discovery/chconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f051_discovery/chconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f051_discovery/halconf.h b/testhal/STM32/multi/PAL/cfg/stm32f051_discovery/halconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f051_discovery/halconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f051_discovery/halconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f051_discovery/mcuconf.h b/testhal/STM32/multi/PAL/cfg/stm32f051_discovery/mcuconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f051_discovery/mcuconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f051_discovery/mcuconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f051_discovery/portab.c b/testhal/STM32/multi/PAL/cfg/stm32f051_discovery/portab.c similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f051_discovery/portab.c rename to testhal/STM32/multi/PAL/cfg/stm32f051_discovery/portab.c diff --git a/testhal/STM32/multi/PAL/cfg-stm32f051_discovery/portab.h b/testhal/STM32/multi/PAL/cfg/stm32f051_discovery/portab.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f051_discovery/portab.h rename to testhal/STM32/multi/PAL/cfg/stm32f051_discovery/portab.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f103_olimex/chconf.h b/testhal/STM32/multi/PAL/cfg/stm32f103_olimex/chconf.h old mode 100755 new mode 100644 similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f103_olimex/chconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f103_olimex/chconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f103_olimex/halconf.h b/testhal/STM32/multi/PAL/cfg/stm32f103_olimex/halconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f103_olimex/halconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f103_olimex/halconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f103_olimex/mcuconf.h b/testhal/STM32/multi/PAL/cfg/stm32f103_olimex/mcuconf.h old mode 100755 new mode 100644 similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f103_olimex/mcuconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f103_olimex/mcuconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f103_olimex/portab.c b/testhal/STM32/multi/PAL/cfg/stm32f103_olimex/portab.c similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f103_olimex/portab.c rename to testhal/STM32/multi/PAL/cfg/stm32f103_olimex/portab.c diff --git a/testhal/STM32/multi/PAL/cfg-stm32f103_olimex/portab.h b/testhal/STM32/multi/PAL/cfg/stm32f103_olimex/portab.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f103_olimex/portab.h rename to testhal/STM32/multi/PAL/cfg/stm32f103_olimex/portab.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f303_discovery/chconf.h b/testhal/STM32/multi/PAL/cfg/stm32f303_discovery/chconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f303_discovery/chconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f303_discovery/chconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f303_discovery/halconf.h b/testhal/STM32/multi/PAL/cfg/stm32f303_discovery/halconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f303_discovery/halconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f303_discovery/halconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f303_discovery/mcuconf.h b/testhal/STM32/multi/PAL/cfg/stm32f303_discovery/mcuconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f303_discovery/mcuconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f303_discovery/mcuconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f303_discovery/portab.c b/testhal/STM32/multi/PAL/cfg/stm32f303_discovery/portab.c similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f303_discovery/portab.c rename to testhal/STM32/multi/PAL/cfg/stm32f303_discovery/portab.c diff --git a/testhal/STM32/multi/PAL/cfg-stm32f303_discovery/portab.h b/testhal/STM32/multi/PAL/cfg/stm32f303_discovery/portab.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f303_discovery/portab.h rename to testhal/STM32/multi/PAL/cfg/stm32f303_discovery/portab.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f373_eval/chconf.h b/testhal/STM32/multi/PAL/cfg/stm32f373_eval/chconf.h old mode 100755 new mode 100644 similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f373_eval/chconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f373_eval/chconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f373_eval/halconf.h b/testhal/STM32/multi/PAL/cfg/stm32f373_eval/halconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f373_eval/halconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f373_eval/halconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f373_eval/mcuconf.h b/testhal/STM32/multi/PAL/cfg/stm32f373_eval/mcuconf.h old mode 100755 new mode 100644 similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f373_eval/mcuconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f373_eval/mcuconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f373_eval/portab.c b/testhal/STM32/multi/PAL/cfg/stm32f373_eval/portab.c similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f373_eval/portab.c rename to testhal/STM32/multi/PAL/cfg/stm32f373_eval/portab.c diff --git a/testhal/STM32/multi/PAL/cfg-stm32f373_eval/portab.h b/testhal/STM32/multi/PAL/cfg/stm32f373_eval/portab.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f373_eval/portab.h rename to testhal/STM32/multi/PAL/cfg/stm32f373_eval/portab.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f407_discovery/chconf.h b/testhal/STM32/multi/PAL/cfg/stm32f407_discovery/chconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f407_discovery/chconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f407_discovery/chconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f407_discovery/halconf.h b/testhal/STM32/multi/PAL/cfg/stm32f407_discovery/halconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f407_discovery/halconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f407_discovery/halconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f407_discovery/mcuconf.h b/testhal/STM32/multi/PAL/cfg/stm32f407_discovery/mcuconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f407_discovery/mcuconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f407_discovery/mcuconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f407_discovery/portab.c b/testhal/STM32/multi/PAL/cfg/stm32f407_discovery/portab.c similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f407_discovery/portab.c rename to testhal/STM32/multi/PAL/cfg/stm32f407_discovery/portab.c diff --git a/testhal/STM32/multi/PAL/cfg-stm32f407_discovery/portab.h b/testhal/STM32/multi/PAL/cfg/stm32f407_discovery/portab.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f407_discovery/portab.h rename to testhal/STM32/multi/PAL/cfg/stm32f407_discovery/portab.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f429_discovery/chconf.h b/testhal/STM32/multi/PAL/cfg/stm32f429_discovery/chconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f429_discovery/chconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f429_discovery/chconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f429_discovery/halconf.h b/testhal/STM32/multi/PAL/cfg/stm32f429_discovery/halconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f429_discovery/halconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f429_discovery/halconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f429_discovery/mcuconf.h b/testhal/STM32/multi/PAL/cfg/stm32f429_discovery/mcuconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f429_discovery/mcuconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f429_discovery/mcuconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f429_discovery/portab.c b/testhal/STM32/multi/PAL/cfg/stm32f429_discovery/portab.c similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f429_discovery/portab.c rename to testhal/STM32/multi/PAL/cfg/stm32f429_discovery/portab.c diff --git a/testhal/STM32/multi/PAL/cfg-stm32f429_discovery/portab.h b/testhal/STM32/multi/PAL/cfg/stm32f429_discovery/portab.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f429_discovery/portab.h rename to testhal/STM32/multi/PAL/cfg/stm32f429_discovery/portab.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f746_discovery/chconf.h b/testhal/STM32/multi/PAL/cfg/stm32f746_discovery/chconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f746_discovery/chconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f746_discovery/chconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f746_discovery/halconf.h b/testhal/STM32/multi/PAL/cfg/stm32f746_discovery/halconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f746_discovery/halconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f746_discovery/halconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f746_discovery/mcuconf.h b/testhal/STM32/multi/PAL/cfg/stm32f746_discovery/mcuconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f746_discovery/mcuconf.h rename to testhal/STM32/multi/PAL/cfg/stm32f746_discovery/mcuconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32f746_discovery/portab.c b/testhal/STM32/multi/PAL/cfg/stm32f746_discovery/portab.c similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f746_discovery/portab.c rename to testhal/STM32/multi/PAL/cfg/stm32f746_discovery/portab.c diff --git a/testhal/STM32/multi/PAL/cfg-stm32f746_discovery/portab.h b/testhal/STM32/multi/PAL/cfg/stm32f746_discovery/portab.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32f746_discovery/portab.h rename to testhal/STM32/multi/PAL/cfg/stm32f746_discovery/portab.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32l053_discovery/chconf.h b/testhal/STM32/multi/PAL/cfg/stm32l053_discovery/chconf.h old mode 100755 new mode 100644 similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32l053_discovery/chconf.h rename to testhal/STM32/multi/PAL/cfg/stm32l053_discovery/chconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32l053_discovery/halconf.h b/testhal/STM32/multi/PAL/cfg/stm32l053_discovery/halconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32l053_discovery/halconf.h rename to testhal/STM32/multi/PAL/cfg/stm32l053_discovery/halconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32l053_discovery/mcuconf.h b/testhal/STM32/multi/PAL/cfg/stm32l053_discovery/mcuconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32l053_discovery/mcuconf.h rename to testhal/STM32/multi/PAL/cfg/stm32l053_discovery/mcuconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32l053_discovery/portab.c b/testhal/STM32/multi/PAL/cfg/stm32l053_discovery/portab.c similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32l053_discovery/portab.c rename to testhal/STM32/multi/PAL/cfg/stm32l053_discovery/portab.c diff --git a/testhal/STM32/multi/PAL/cfg-stm32l053_discovery/portab.h b/testhal/STM32/multi/PAL/cfg/stm32l053_discovery/portab.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32l053_discovery/portab.h rename to testhal/STM32/multi/PAL/cfg/stm32l053_discovery/portab.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32l151_discovery/chconf.h b/testhal/STM32/multi/PAL/cfg/stm32l151_discovery/chconf.h old mode 100755 new mode 100644 similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32l151_discovery/chconf.h rename to testhal/STM32/multi/PAL/cfg/stm32l151_discovery/chconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32l476_discovery/halconf.h b/testhal/STM32/multi/PAL/cfg/stm32l151_discovery/halconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32l476_discovery/halconf.h rename to testhal/STM32/multi/PAL/cfg/stm32l151_discovery/halconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32l151_discovery/mcuconf.h b/testhal/STM32/multi/PAL/cfg/stm32l151_discovery/mcuconf.h old mode 100755 new mode 100644 similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32l151_discovery/mcuconf.h rename to testhal/STM32/multi/PAL/cfg/stm32l151_discovery/mcuconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32l476_discovery/portab.c b/testhal/STM32/multi/PAL/cfg/stm32l151_discovery/portab.c similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32l476_discovery/portab.c rename to testhal/STM32/multi/PAL/cfg/stm32l151_discovery/portab.c diff --git a/testhal/STM32/multi/PAL/cfg-stm32l151_discovery/portab.h b/testhal/STM32/multi/PAL/cfg/stm32l151_discovery/portab.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32l151_discovery/portab.h rename to testhal/STM32/multi/PAL/cfg/stm32l151_discovery/portab.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32l476_discovery/chconf.h b/testhal/STM32/multi/PAL/cfg/stm32l476_discovery/chconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32l476_discovery/chconf.h rename to testhal/STM32/multi/PAL/cfg/stm32l476_discovery/chconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32l151_discovery/halconf.h b/testhal/STM32/multi/PAL/cfg/stm32l476_discovery/halconf.h similarity index 96% rename from testhal/STM32/multi/PAL/cfg-stm32l151_discovery/halconf.h rename to testhal/STM32/multi/PAL/cfg/stm32l476_discovery/halconf.h index cfb4d401a..6d3895392 100644 --- a/testhal/STM32/multi/PAL/cfg-stm32l151_discovery/halconf.h +++ b/testhal/STM32/multi/PAL/cfg/stm32l476_discovery/halconf.h @@ -28,7 +28,7 @@ #ifndef HALCONF_H #define HALCONF_H -#include +#include "mcuconf.h" /** * @brief Enables the PAL subsystem. diff --git a/testhal/STM32/multi/PAL/cfg-stm32l476_discovery/mcuconf.h b/testhal/STM32/multi/PAL/cfg/stm32l476_discovery/mcuconf.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32l476_discovery/mcuconf.h rename to testhal/STM32/multi/PAL/cfg/stm32l476_discovery/mcuconf.h diff --git a/testhal/STM32/multi/PAL/cfg-stm32l151_discovery/portab.c b/testhal/STM32/multi/PAL/cfg/stm32l476_discovery/portab.c similarity index 95% rename from testhal/STM32/multi/PAL/cfg-stm32l151_discovery/portab.c rename to testhal/STM32/multi/PAL/cfg/stm32l476_discovery/portab.c index e05972153..6315515a0 100644 --- a/testhal/STM32/multi/PAL/cfg-stm32l151_discovery/portab.c +++ b/testhal/STM32/multi/PAL/cfg/stm32l476_discovery/portab.c @@ -22,7 +22,7 @@ * @{ */ -#include +#include "portab.h" /*===========================================================================*/ /* Module local definitions. */ diff --git a/testhal/STM32/multi/PAL/cfg-stm32l476_discovery/portab.h b/testhal/STM32/multi/PAL/cfg/stm32l476_discovery/portab.h similarity index 100% rename from testhal/STM32/multi/PAL/cfg-stm32l476_discovery/portab.h rename to testhal/STM32/multi/PAL/cfg/stm32l476_discovery/portab.h diff --git a/testhal/STM32/multi/PAL/debug/STM32-PAL (Select ELF file)(OpenOCD, Flash and Run).launch b/testhal/STM32/multi/PAL/debug/STM32-PAL (Select ELF file)(OpenOCD, Flash and Run).launch index 1e7f3f6e9..a5feeb04d 100644 --- a/testhal/STM32/multi/PAL/debug/STM32-PAL (Select ELF file)(OpenOCD, Flash and Run).launch +++ b/testhal/STM32/multi/PAL/debug/STM32-PAL (Select ELF file)(OpenOCD, Flash and Run).launch @@ -36,7 +36,7 @@ - + diff --git a/testhal/STM32/multi/PAL/debug/STM32-PAL (Select ELF file)(OpenOCD, Just Run).launch b/testhal/STM32/multi/PAL/debug/STM32-PAL (Select ELF file)(OpenOCD, Just Run).launch index 4aa924aeb..66eadb429 100644 --- a/testhal/STM32/multi/PAL/debug/STM32-PAL (Select ELF file)(OpenOCD, Just Run).launch +++ b/testhal/STM32/multi/PAL/debug/STM32-PAL (Select ELF file)(OpenOCD, Just Run).launch @@ -36,7 +36,7 @@ - + diff --git a/testhal/STM32/multi/PAL/Makefile-stm32f051_discovery b/testhal/STM32/multi/PAL/make/stm32f051_discovery similarity index 95% rename from testhal/STM32/multi/PAL/Makefile-stm32f051_discovery rename to testhal/STM32/multi/PAL/make/stm32f051_discovery index 7899079c2..c86e143bd 100644 --- a/testhal/STM32/multi/PAL/Makefile-stm32f051_discovery +++ b/testhal/STM32/multi/PAL/make/stm32f051_discovery @@ -82,8 +82,8 @@ PROJECT = ch # Imported source files and paths CHIBIOS := ../../../.. -CONFDIR := ./cfg-stm32f051_discovery -BUILDDIR := ./build-stm32f051_discovery +CONFDIR := ./cfg/stm32f051_discovery +BUILDDIR := ./build/stm32f051_discovery DEPDIR := ./.dep-stm32f051_discovery # Licensing files. diff --git a/testhal/STM32/multi/PAL/Makefile-stm32f103_olimex b/testhal/STM32/multi/PAL/make/stm32f103_olimex old mode 100755 new mode 100644 similarity index 95% rename from testhal/STM32/multi/PAL/Makefile-stm32f103_olimex rename to testhal/STM32/multi/PAL/make/stm32f103_olimex index 50d81d811..eaad9bd1c --- a/testhal/STM32/multi/PAL/Makefile-stm32f103_olimex +++ b/testhal/STM32/multi/PAL/make/stm32f103_olimex @@ -82,8 +82,8 @@ PROJECT = ch # Imported source files and paths CHIBIOS := ../../../.. -CONFDIR := ./cfg-stm32f103_olimex -BUILDDIR := ./build-stm32f103_olimex +CONFDIR := ./cfg/stm32f103_olimex +BUILDDIR := ./build/stm32f103_olimex DEPDIR := ./.dep-stm32f103_olimex # Licensing files. diff --git a/testhal/STM32/multi/PAL/Makefile-stm32f303_discovery b/testhal/STM32/multi/PAL/make/stm32f303_discovery similarity index 95% rename from testhal/STM32/multi/PAL/Makefile-stm32f303_discovery rename to testhal/STM32/multi/PAL/make/stm32f303_discovery index 7b466e511..22fcee6f5 100644 --- a/testhal/STM32/multi/PAL/Makefile-stm32f303_discovery +++ b/testhal/STM32/multi/PAL/make/stm32f303_discovery @@ -92,8 +92,8 @@ PROJECT = ch # Imported source files and paths CHIBIOS := ../../../.. -CONFDIR := ./cfg-stm32f303_discovery -BUILDDIR := ./build-stm32f303_discovery +CONFDIR := ./cfg/stm32f303_discovery +BUILDDIR := ./build/stm32f303_discovery DEPDIR := ./.dep-stm32f303_discovery # Licensing files. diff --git a/testhal/STM32/multi/PAL/Makefile-stm32f373_eval b/testhal/STM32/multi/PAL/make/stm32f373_eval old mode 100755 new mode 100644 similarity index 95% rename from testhal/STM32/multi/PAL/Makefile-stm32f373_eval rename to testhal/STM32/multi/PAL/make/stm32f373_eval index 9dc12d850..a642b56ca --- a/testhal/STM32/multi/PAL/Makefile-stm32f373_eval +++ b/testhal/STM32/multi/PAL/make/stm32f373_eval @@ -92,8 +92,8 @@ PROJECT = ch # Imported source files and paths CHIBIOS := ../../../.. -CONFDIR := ./cfg-stm32f373_eval -BUILDDIR := ./build-stm32f373_eval +CONFDIR := ./cfg/stm32f373_eval +BUILDDIR := ./build/stm32f373_eval DEPDIR := ./.dep-stm32f373_eval # Licensing files. diff --git a/testhal/STM32/multi/PAL/Makefile-stm32f407_discovery b/testhal/STM32/multi/PAL/make/stm32f407_discovery similarity index 95% rename from testhal/STM32/multi/PAL/Makefile-stm32f407_discovery rename to testhal/STM32/multi/PAL/make/stm32f407_discovery index d2e340029..0e5c8c745 100644 --- a/testhal/STM32/multi/PAL/Makefile-stm32f407_discovery +++ b/testhal/STM32/multi/PAL/make/stm32f407_discovery @@ -92,8 +92,8 @@ PROJECT = ch # Imported source files and paths CHIBIOS := ../../../.. -CONFDIR := ./cfg-stm32f407_discovery -BUILDDIR := ./build-stm32f407_discovery +CONFDIR := ./cfg/stm32f407_discovery +BUILDDIR := ./build/stm32f407_discovery DEPDIR := ./.dep-stm32f407_discovery # Licensing files. diff --git a/testhal/STM32/multi/PAL/Makefile-stm32f429_discovery b/testhal/STM32/multi/PAL/make/stm32f429_discovery old mode 100755 new mode 100644 similarity index 95% rename from testhal/STM32/multi/PAL/Makefile-stm32f429_discovery rename to testhal/STM32/multi/PAL/make/stm32f429_discovery index f596a5929..850334e93 --- a/testhal/STM32/multi/PAL/Makefile-stm32f429_discovery +++ b/testhal/STM32/multi/PAL/make/stm32f429_discovery @@ -92,8 +92,8 @@ PROJECT = ch # Imported source files and paths CHIBIOS := ../../../.. -CONFDIR := ./cfg-stm32f429_discovery -BUILDDIR := ./build-stm32f429_discovery +CONFDIR := ./cfg/stm32f429_discovery +BUILDDIR := ./build/stm32f429_discovery DEPDIR := ./.dep-stm32f429_discovery # Licensing files. diff --git a/testhal/STM32/multi/PAL/Makefile-stm32f746_discovery b/testhal/STM32/multi/PAL/make/stm32f746_discovery old mode 100755 new mode 100644 similarity index 95% rename from testhal/STM32/multi/PAL/Makefile-stm32f746_discovery rename to testhal/STM32/multi/PAL/make/stm32f746_discovery index d98fb3662..726d7ec02 --- a/testhal/STM32/multi/PAL/Makefile-stm32f746_discovery +++ b/testhal/STM32/multi/PAL/make/stm32f746_discovery @@ -92,8 +92,8 @@ PROJECT = ch # Imported source files and paths CHIBIOS := ../../../.. -CONFDIR := ./cfg-stm32f746_discovery -BUILDDIR := ./build-stm32f746_discovery +CONFDIR := ./cfg/stm32f746_discovery +BUILDDIR := ./build/stm32f746_discovery DEPDIR := ./.dep-stm32f746_discovery # Licensing files. diff --git a/testhal/STM32/multi/PAL/Makefile-stm32l053_discovery b/testhal/STM32/multi/PAL/make/stm32l053_discovery similarity index 95% rename from testhal/STM32/multi/PAL/Makefile-stm32l053_discovery rename to testhal/STM32/multi/PAL/make/stm32l053_discovery index 41f41fe3a..3b9522d9a 100644 --- a/testhal/STM32/multi/PAL/Makefile-stm32l053_discovery +++ b/testhal/STM32/multi/PAL/make/stm32l053_discovery @@ -82,8 +82,8 @@ PROJECT = ch # Imported source files and paths CHIBIOS := ../../../.. -CONFDIR := ./cfg-stm32l053_discovery -BUILDDIR := ./build-stm32l053_discovery +CONFDIR := ./cfg/stm32l053_discovery +BUILDDIR := ./build/stm32l053_discovery DEPDIR := ./.dep-stm32l053_discovery # Licensing files. diff --git a/testhal/STM32/multi/PAL/Makefile-stm32l151_discovery b/testhal/STM32/multi/PAL/make/stm32l151_discovery old mode 100755 new mode 100644 similarity index 95% rename from testhal/STM32/multi/PAL/Makefile-stm32l151_discovery rename to testhal/STM32/multi/PAL/make/stm32l151_discovery index 8815afada..186043608 --- a/testhal/STM32/multi/PAL/Makefile-stm32l151_discovery +++ b/testhal/STM32/multi/PAL/make/stm32l151_discovery @@ -82,8 +82,8 @@ PROJECT = ch # Imported source files and paths CHIBIOS := ../../../.. -CONFDIR := ./cfg-stm32l151_discovery -BUILDDIR := ./build-stm32l151_discovery +CONFDIR := ./cfg/stm32l151_discovery +BUILDDIR := ./build/stm32l151_discovery DEPDIR := ./.dep-stm32l151_discovery # Licensing files. diff --git a/testhal/STM32/multi/PAL/Makefile-stm32l476_discovery b/testhal/STM32/multi/PAL/make/stm32l476_discovery similarity index 95% rename from testhal/STM32/multi/PAL/Makefile-stm32l476_discovery rename to testhal/STM32/multi/PAL/make/stm32l476_discovery index ff39bce07..99722a0a0 100644 --- a/testhal/STM32/multi/PAL/Makefile-stm32l476_discovery +++ b/testhal/STM32/multi/PAL/make/stm32l476_discovery @@ -92,8 +92,8 @@ PROJECT = ch # Imported source files and paths CHIBIOS := ../../../.. -CONFDIR := ./cfg-stm32l476_discovery -BUILDDIR := ./build-stm32l476_discovery +CONFDIR := ./cfg/stm32l476_discovery +BUILDDIR := ./build/stm32l476_discovery DEPDIR := ./.dep-stm32l476_discovery # Licensing files.