From 1510ddb271a29e78e885ef51c1b993e5026a80ce Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Fri, 9 Mar 2018 13:59:37 +0000 Subject: Updated all the testhal/STM32 demos git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11667 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testhal/STM32/multi/PAL/Makefile-stm32f051_discovery | 2 +- testhal/STM32/multi/PAL/Makefile-stm32f103_olimex | 2 +- testhal/STM32/multi/PAL/Makefile-stm32f303_discovery | 2 +- testhal/STM32/multi/PAL/Makefile-stm32f373_eval | 2 +- testhal/STM32/multi/PAL/Makefile-stm32f407_discovery | 2 +- testhal/STM32/multi/PAL/Makefile-stm32f429_discovery | 2 +- testhal/STM32/multi/PAL/Makefile-stm32f746_discovery | 2 +- testhal/STM32/multi/PAL/Makefile-stm32l053_discovery | 2 +- testhal/STM32/multi/PAL/Makefile-stm32l151_discovery | 2 +- testhal/STM32/multi/PAL/Makefile-stm32l476_discovery | 2 +- testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery | 2 +- testhal/STM32/multi/SPI/Makefile-stm32f091_nucleo64 | 2 +- testhal/STM32/multi/SPI/Makefile-stm32f303_discovery | 2 +- testhal/STM32/multi/SPI/Makefile-stm32f407_discovery | 2 +- testhal/STM32/multi/SPI/Makefile-stm32h743_nucleo144 | 2 +- testhal/STM32/multi/UART/Makefile-stm32f091_nucleo64 | 2 +- testhal/STM32/multi/UART/Makefile-stm32f303_discovery | 2 +- testhal/STM32/multi/UART/Makefile-stm32f407_discovery | 2 +- testhal/STM32/multi/UART/Makefile-stm32f746_discovery | 2 +- testhal/STM32/multi/USB_CDC/Makefile-stm32f303_discovery | 2 +- testhal/STM32/multi/USB_CDC/Makefile-stm32f407_discovery | 2 +- testhal/STM32/multi/USB_CDC/Makefile-stm32f746_discovery | 2 +- testhal/STM32/multi/USB_CDC/Makefile-stm32l476_discovery | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) (limited to 'testhal/STM32/multi') diff --git a/testhal/STM32/multi/PAL/Makefile-stm32f051_discovery b/testhal/STM32/multi/PAL/Makefile-stm32f051_discovery index 2d009d039..7899079c2 100644 --- a/testhal/STM32/multi/PAL/Makefile-stm32f051_discovery +++ b/testhal/STM32/multi/PAL/Makefile-stm32f051_discovery @@ -117,7 +117,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/PAL/Makefile-stm32f103_olimex b/testhal/STM32/multi/PAL/Makefile-stm32f103_olimex index 6fd0e11f6..50d81d811 100755 --- a/testhal/STM32/multi/PAL/Makefile-stm32f103_olimex +++ b/testhal/STM32/multi/PAL/Makefile-stm32f103_olimex @@ -117,7 +117,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/PAL/Makefile-stm32f303_discovery b/testhal/STM32/multi/PAL/Makefile-stm32f303_discovery index f4da289d3..7b466e511 100644 --- a/testhal/STM32/multi/PAL/Makefile-stm32f303_discovery +++ b/testhal/STM32/multi/PAL/Makefile-stm32f303_discovery @@ -127,7 +127,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/PAL/Makefile-stm32f373_eval b/testhal/STM32/multi/PAL/Makefile-stm32f373_eval index a8e27da33..9dc12d850 100755 --- a/testhal/STM32/multi/PAL/Makefile-stm32f373_eval +++ b/testhal/STM32/multi/PAL/Makefile-stm32f373_eval @@ -127,7 +127,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/PAL/Makefile-stm32f407_discovery b/testhal/STM32/multi/PAL/Makefile-stm32f407_discovery index 9615aa0be..d2e340029 100644 --- a/testhal/STM32/multi/PAL/Makefile-stm32f407_discovery +++ b/testhal/STM32/multi/PAL/Makefile-stm32f407_discovery @@ -127,7 +127,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/PAL/Makefile-stm32f429_discovery b/testhal/STM32/multi/PAL/Makefile-stm32f429_discovery index 4cf07825c..f596a5929 100755 --- a/testhal/STM32/multi/PAL/Makefile-stm32f429_discovery +++ b/testhal/STM32/multi/PAL/Makefile-stm32f429_discovery @@ -127,7 +127,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/PAL/Makefile-stm32f746_discovery b/testhal/STM32/multi/PAL/Makefile-stm32f746_discovery index 2a9e52c39..d98fb3662 100755 --- a/testhal/STM32/multi/PAL/Makefile-stm32f746_discovery +++ b/testhal/STM32/multi/PAL/Makefile-stm32f746_discovery @@ -127,7 +127,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/PAL/Makefile-stm32l053_discovery b/testhal/STM32/multi/PAL/Makefile-stm32l053_discovery index 7900f9902..41f41fe3a 100644 --- a/testhal/STM32/multi/PAL/Makefile-stm32l053_discovery +++ b/testhal/STM32/multi/PAL/Makefile-stm32l053_discovery @@ -117,7 +117,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/PAL/Makefile-stm32l151_discovery b/testhal/STM32/multi/PAL/Makefile-stm32l151_discovery index b33898550..8815afada 100755 --- a/testhal/STM32/multi/PAL/Makefile-stm32l151_discovery +++ b/testhal/STM32/multi/PAL/Makefile-stm32l151_discovery @@ -117,7 +117,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/PAL/Makefile-stm32l476_discovery b/testhal/STM32/multi/PAL/Makefile-stm32l476_discovery index 8799125a9..ff39bce07 100644 --- a/testhal/STM32/multi/PAL/Makefile-stm32l476_discovery +++ b/testhal/STM32/multi/PAL/Makefile-stm32l476_discovery @@ -127,7 +127,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery b/testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery index c9af7f2d1..60564d885 100644 --- a/testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery +++ b/testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery @@ -130,7 +130,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/SPI/Makefile-stm32f091_nucleo64 b/testhal/STM32/multi/SPI/Makefile-stm32f091_nucleo64 index 402a67acb..dc561f52d 100644 --- a/testhal/STM32/multi/SPI/Makefile-stm32f091_nucleo64 +++ b/testhal/STM32/multi/SPI/Makefile-stm32f091_nucleo64 @@ -117,7 +117,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/SPI/Makefile-stm32f303_discovery b/testhal/STM32/multi/SPI/Makefile-stm32f303_discovery index f4da289d3..7b466e511 100644 --- a/testhal/STM32/multi/SPI/Makefile-stm32f303_discovery +++ b/testhal/STM32/multi/SPI/Makefile-stm32f303_discovery @@ -127,7 +127,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/SPI/Makefile-stm32f407_discovery b/testhal/STM32/multi/SPI/Makefile-stm32f407_discovery index 9615aa0be..d2e340029 100644 --- a/testhal/STM32/multi/SPI/Makefile-stm32f407_discovery +++ b/testhal/STM32/multi/SPI/Makefile-stm32f407_discovery @@ -127,7 +127,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/SPI/Makefile-stm32h743_nucleo144 b/testhal/STM32/multi/SPI/Makefile-stm32h743_nucleo144 index 80642beff..b1fd2833e 100644 --- a/testhal/STM32/multi/SPI/Makefile-stm32h743_nucleo144 +++ b/testhal/STM32/multi/SPI/Makefile-stm32h743_nucleo144 @@ -127,7 +127,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/UART/Makefile-stm32f091_nucleo64 b/testhal/STM32/multi/UART/Makefile-stm32f091_nucleo64 index 402a67acb..dc561f52d 100644 --- a/testhal/STM32/multi/UART/Makefile-stm32f091_nucleo64 +++ b/testhal/STM32/multi/UART/Makefile-stm32f091_nucleo64 @@ -117,7 +117,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/UART/Makefile-stm32f303_discovery b/testhal/STM32/multi/UART/Makefile-stm32f303_discovery index f4da289d3..7b466e511 100644 --- a/testhal/STM32/multi/UART/Makefile-stm32f303_discovery +++ b/testhal/STM32/multi/UART/Makefile-stm32f303_discovery @@ -127,7 +127,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/UART/Makefile-stm32f407_discovery b/testhal/STM32/multi/UART/Makefile-stm32f407_discovery index fbcc490b5..934776649 100644 --- a/testhal/STM32/multi/UART/Makefile-stm32f407_discovery +++ b/testhal/STM32/multi/UART/Makefile-stm32f407_discovery @@ -129,7 +129,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/UART/Makefile-stm32f746_discovery b/testhal/STM32/multi/UART/Makefile-stm32f746_discovery index 2a9e52c39..d98fb3662 100755 --- a/testhal/STM32/multi/UART/Makefile-stm32f746_discovery +++ b/testhal/STM32/multi/UART/Makefile-stm32f746_discovery @@ -127,7 +127,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/USB_CDC/Makefile-stm32f303_discovery b/testhal/STM32/multi/USB_CDC/Makefile-stm32f303_discovery index 0084dd8d9..b12b8e868 100644 --- a/testhal/STM32/multi/USB_CDC/Makefile-stm32f303_discovery +++ b/testhal/STM32/multi/USB_CDC/Makefile-stm32f303_discovery @@ -129,7 +129,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/USB_CDC/Makefile-stm32f407_discovery b/testhal/STM32/multi/USB_CDC/Makefile-stm32f407_discovery index fbcc490b5..934776649 100644 --- a/testhal/STM32/multi/USB_CDC/Makefile-stm32f407_discovery +++ b/testhal/STM32/multi/USB_CDC/Makefile-stm32f407_discovery @@ -129,7 +129,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/USB_CDC/Makefile-stm32f746_discovery b/testhal/STM32/multi/USB_CDC/Makefile-stm32f746_discovery index 3d9a58f7a..a865bb894 100755 --- a/testhal/STM32/multi/USB_CDC/Makefile-stm32f746_discovery +++ b/testhal/STM32/multi/USB_CDC/Makefile-stm32f746_discovery @@ -129,7 +129,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler diff --git a/testhal/STM32/multi/USB_CDC/Makefile-stm32l476_discovery b/testhal/STM32/multi/USB_CDC/Makefile-stm32l476_discovery index 95471058b..5cb0fd986 100644 --- a/testhal/STM32/multi/USB_CDC/Makefile-stm32l476_discovery +++ b/testhal/STM32/multi/USB_CDC/Makefile-stm32l476_discovery @@ -129,7 +129,7 @@ CSRC = $(ALLCSRC) \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = $(AllCPPSRC) +CPPSRC = $(ALLCPPSRC) # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler -- cgit v1.2.3