From 98332a6d9c45983dc182ee43298841c6d60be7f6 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Thu, 12 Aug 2021 13:33:12 +0000 Subject: [PATCH] Added MCU specific define in testex mcuconf files git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14643 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- testex/STM32/STM32F4xx/I2C-HTS221/cfg/mcuconf.h | 1 + testex/STM32/STM32F4xx/I2C-IKS01A2/cfg/mcuconf.h | 1 + testex/STM32/STM32F4xx/I2C-LIS3MDL/cfg/mcuconf.h | 1 + testex/STM32/STM32F4xx/I2C-LPS22HB/cfg/mcuconf.h | 1 + testex/STM32/STM32F4xx/I2C-LPS25H/cfg/mcuconf.h | 1 + testex/STM32/STM32F4xx/I2C-LSM303AGR/cfg/mcuconf.h | 1 + testex/STM32/STM32F4xx/I2C-LSM303DLHC/cfg/mcuconf.h | 1 + testex/STM32/STM32F4xx/I2C-LSM6DS0/cfg/mcuconf.h | 1 + testex/STM32/STM32F4xx/I2C-LSM6DSL/cfg/mcuconf.h | 1 + testex/STM32/STM32F4xx/SPI-ADXL355/cfg/mcuconf.h | 1 + testex/STM32/STM32F4xx/SPI-L3GD20/cfg/mcuconf.h | 1 + 11 files changed, 11 insertions(+) diff --git a/testex/STM32/STM32F4xx/I2C-HTS221/cfg/mcuconf.h b/testex/STM32/STM32F4xx/I2C-HTS221/cfg/mcuconf.h index d0cb7e862..9be7316bb 100644 --- a/testex/STM32/STM32F4xx/I2C-HTS221/cfg/mcuconf.h +++ b/testex/STM32/STM32F4xx/I2C-HTS221/cfg/mcuconf.h @@ -32,6 +32,7 @@ */ #define STM32F4xx_MCUCONF +#define STM32F401_MCUCONF /* * HAL driver system settings. diff --git a/testex/STM32/STM32F4xx/I2C-IKS01A2/cfg/mcuconf.h b/testex/STM32/STM32F4xx/I2C-IKS01A2/cfg/mcuconf.h index d0cb7e862..9be7316bb 100644 --- a/testex/STM32/STM32F4xx/I2C-IKS01A2/cfg/mcuconf.h +++ b/testex/STM32/STM32F4xx/I2C-IKS01A2/cfg/mcuconf.h @@ -32,6 +32,7 @@ */ #define STM32F4xx_MCUCONF +#define STM32F401_MCUCONF /* * HAL driver system settings. diff --git a/testex/STM32/STM32F4xx/I2C-LIS3MDL/cfg/mcuconf.h b/testex/STM32/STM32F4xx/I2C-LIS3MDL/cfg/mcuconf.h index d0cb7e862..9be7316bb 100644 --- a/testex/STM32/STM32F4xx/I2C-LIS3MDL/cfg/mcuconf.h +++ b/testex/STM32/STM32F4xx/I2C-LIS3MDL/cfg/mcuconf.h @@ -32,6 +32,7 @@ */ #define STM32F4xx_MCUCONF +#define STM32F401_MCUCONF /* * HAL driver system settings. diff --git a/testex/STM32/STM32F4xx/I2C-LPS22HB/cfg/mcuconf.h b/testex/STM32/STM32F4xx/I2C-LPS22HB/cfg/mcuconf.h index d0cb7e862..9be7316bb 100644 --- a/testex/STM32/STM32F4xx/I2C-LPS22HB/cfg/mcuconf.h +++ b/testex/STM32/STM32F4xx/I2C-LPS22HB/cfg/mcuconf.h @@ -32,6 +32,7 @@ */ #define STM32F4xx_MCUCONF +#define STM32F401_MCUCONF /* * HAL driver system settings. diff --git a/testex/STM32/STM32F4xx/I2C-LPS25H/cfg/mcuconf.h b/testex/STM32/STM32F4xx/I2C-LPS25H/cfg/mcuconf.h index d0cb7e862..9be7316bb 100644 --- a/testex/STM32/STM32F4xx/I2C-LPS25H/cfg/mcuconf.h +++ b/testex/STM32/STM32F4xx/I2C-LPS25H/cfg/mcuconf.h @@ -32,6 +32,7 @@ */ #define STM32F4xx_MCUCONF +#define STM32F401_MCUCONF /* * HAL driver system settings. diff --git a/testex/STM32/STM32F4xx/I2C-LSM303AGR/cfg/mcuconf.h b/testex/STM32/STM32F4xx/I2C-LSM303AGR/cfg/mcuconf.h index d0cb7e862..9be7316bb 100644 --- a/testex/STM32/STM32F4xx/I2C-LSM303AGR/cfg/mcuconf.h +++ b/testex/STM32/STM32F4xx/I2C-LSM303AGR/cfg/mcuconf.h @@ -32,6 +32,7 @@ */ #define STM32F4xx_MCUCONF +#define STM32F401_MCUCONF /* * HAL driver system settings. diff --git a/testex/STM32/STM32F4xx/I2C-LSM303DLHC/cfg/mcuconf.h b/testex/STM32/STM32F4xx/I2C-LSM303DLHC/cfg/mcuconf.h index 02f1bca9d..f9c9cb3af 100644 --- a/testex/STM32/STM32F4xx/I2C-LSM303DLHC/cfg/mcuconf.h +++ b/testex/STM32/STM32F4xx/I2C-LSM303DLHC/cfg/mcuconf.h @@ -32,6 +32,7 @@ */ #define STM32F4xx_MCUCONF +#define STM32F401_MCUCONF /* * HAL driver system settings. diff --git a/testex/STM32/STM32F4xx/I2C-LSM6DS0/cfg/mcuconf.h b/testex/STM32/STM32F4xx/I2C-LSM6DS0/cfg/mcuconf.h index d0cb7e862..9be7316bb 100644 --- a/testex/STM32/STM32F4xx/I2C-LSM6DS0/cfg/mcuconf.h +++ b/testex/STM32/STM32F4xx/I2C-LSM6DS0/cfg/mcuconf.h @@ -32,6 +32,7 @@ */ #define STM32F4xx_MCUCONF +#define STM32F401_MCUCONF /* * HAL driver system settings. diff --git a/testex/STM32/STM32F4xx/I2C-LSM6DSL/cfg/mcuconf.h b/testex/STM32/STM32F4xx/I2C-LSM6DSL/cfg/mcuconf.h index d0cb7e862..9be7316bb 100644 --- a/testex/STM32/STM32F4xx/I2C-LSM6DSL/cfg/mcuconf.h +++ b/testex/STM32/STM32F4xx/I2C-LSM6DSL/cfg/mcuconf.h @@ -32,6 +32,7 @@ */ #define STM32F4xx_MCUCONF +#define STM32F401_MCUCONF /* * HAL driver system settings. diff --git a/testex/STM32/STM32F4xx/SPI-ADXL355/cfg/mcuconf.h b/testex/STM32/STM32F4xx/SPI-ADXL355/cfg/mcuconf.h index 7e8cae30a..ba9355543 100644 --- a/testex/STM32/STM32F4xx/SPI-ADXL355/cfg/mcuconf.h +++ b/testex/STM32/STM32F4xx/SPI-ADXL355/cfg/mcuconf.h @@ -32,6 +32,7 @@ */ #define STM32F4xx_MCUCONF +#define STM32F401_MCUCONF /* * HAL driver system settings. diff --git a/testex/STM32/STM32F4xx/SPI-L3GD20/cfg/mcuconf.h b/testex/STM32/STM32F4xx/SPI-L3GD20/cfg/mcuconf.h index 4651107c0..15b490f1a 100644 --- a/testex/STM32/STM32F4xx/SPI-L3GD20/cfg/mcuconf.h +++ b/testex/STM32/STM32F4xx/SPI-L3GD20/cfg/mcuconf.h @@ -32,6 +32,7 @@ */ #define STM32F4xx_MCUCONF +#define STM32F401_MCUCONF /* * HAL driver system settings.