From 191a9c5ac61e0e65a01cdac84378b888b8d17448 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 6 Oct 2018 11:10:15 +0000 Subject: Increaded device coverage of some mcuconf.h. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12340 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testhal/STM32/STM32L4xx/ADC/mcuconf.h | 1 + testhal/STM32/STM32L4xx/CAN/mcuconf.h | 1 + testhal/STM32/STM32L4xx/GPT-ADC/mcuconf.h | 1 + testhal/STM32/STM32L4xx/IRQ_STORM/mcuconf.h | 1 + testhal/STM32/STM32L4xx/WSPI-N25Q128/mcuconf.h | 1 + testhal/STM32/multi/PAL/cfg/stm32l476_discovery/mcuconf.h | 1 + testhal/STM32/multi/SPI/cfg/stm32l476_discovery/mcuconf.h | 1 + testhal/STM32/multi/USB_CDC/cfg/stm32l476_discovery/mcuconf.h | 1 + testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/mcuconf.h | 1 + 9 files changed, 9 insertions(+) (limited to 'testhal') diff --git a/testhal/STM32/STM32L4xx/ADC/mcuconf.h b/testhal/STM32/STM32L4xx/ADC/mcuconf.h index be349321b..794d15778 100644 --- a/testhal/STM32/STM32L4xx/ADC/mcuconf.h +++ b/testhal/STM32/STM32L4xx/ADC/mcuconf.h @@ -33,6 +33,7 @@ #define STM32L4xx_MCUCONF #define STM32L476_MCUCONF +#define STM32L486_MCUCONF /* * HAL driver system settings. diff --git a/testhal/STM32/STM32L4xx/CAN/mcuconf.h b/testhal/STM32/STM32L4xx/CAN/mcuconf.h index f0dd22874..f1f97e475 100644 --- a/testhal/STM32/STM32L4xx/CAN/mcuconf.h +++ b/testhal/STM32/STM32L4xx/CAN/mcuconf.h @@ -33,6 +33,7 @@ #define STM32L4xx_MCUCONF #define STM32L476_MCUCONF +#define STM32L486_MCUCONF /* * HAL driver system settings. diff --git a/testhal/STM32/STM32L4xx/GPT-ADC/mcuconf.h b/testhal/STM32/STM32L4xx/GPT-ADC/mcuconf.h index 61858426d..5775b917e 100644 --- a/testhal/STM32/STM32L4xx/GPT-ADC/mcuconf.h +++ b/testhal/STM32/STM32L4xx/GPT-ADC/mcuconf.h @@ -33,6 +33,7 @@ #define STM32L4xx_MCUCONF #define STM32L476_MCUCONF +#define STM32L486_MCUCONF /* * HAL driver system settings. diff --git a/testhal/STM32/STM32L4xx/IRQ_STORM/mcuconf.h b/testhal/STM32/STM32L4xx/IRQ_STORM/mcuconf.h index b4f1c7d7c..5359f99d3 100644 --- a/testhal/STM32/STM32L4xx/IRQ_STORM/mcuconf.h +++ b/testhal/STM32/STM32L4xx/IRQ_STORM/mcuconf.h @@ -33,6 +33,7 @@ #define STM32L4xx_MCUCONF #define STM32L476_MCUCONF +#define STM32L486_MCUCONF /* * HAL driver system settings. diff --git a/testhal/STM32/STM32L4xx/WSPI-N25Q128/mcuconf.h b/testhal/STM32/STM32L4xx/WSPI-N25Q128/mcuconf.h index 54f2fabec..d5acc2985 100644 --- a/testhal/STM32/STM32L4xx/WSPI-N25Q128/mcuconf.h +++ b/testhal/STM32/STM32L4xx/WSPI-N25Q128/mcuconf.h @@ -33,6 +33,7 @@ #define STM32L4xx_MCUCONF #define STM32L476_MCUCONF +#define STM32L486_MCUCONF /* * HAL driver system settings. diff --git a/testhal/STM32/multi/PAL/cfg/stm32l476_discovery/mcuconf.h b/testhal/STM32/multi/PAL/cfg/stm32l476_discovery/mcuconf.h index 190a14daf..ca04e21c0 100644 --- a/testhal/STM32/multi/PAL/cfg/stm32l476_discovery/mcuconf.h +++ b/testhal/STM32/multi/PAL/cfg/stm32l476_discovery/mcuconf.h @@ -33,6 +33,7 @@ #define STM32L4xx_MCUCONF #define STM32L476_MCUCONF +#define STM32L486_MCUCONF /* * HAL driver system settings. diff --git a/testhal/STM32/multi/SPI/cfg/stm32l476_discovery/mcuconf.h b/testhal/STM32/multi/SPI/cfg/stm32l476_discovery/mcuconf.h index d18ac82cf..80c9adf1b 100644 --- a/testhal/STM32/multi/SPI/cfg/stm32l476_discovery/mcuconf.h +++ b/testhal/STM32/multi/SPI/cfg/stm32l476_discovery/mcuconf.h @@ -33,6 +33,7 @@ #define STM32L4xx_MCUCONF #define STM32L476_MCUCONF +#define STM32L486_MCUCONF /* * HAL driver system settings. diff --git a/testhal/STM32/multi/USB_CDC/cfg/stm32l476_discovery/mcuconf.h b/testhal/STM32/multi/USB_CDC/cfg/stm32l476_discovery/mcuconf.h index 46c778850..669ff94cb 100644 --- a/testhal/STM32/multi/USB_CDC/cfg/stm32l476_discovery/mcuconf.h +++ b/testhal/STM32/multi/USB_CDC/cfg/stm32l476_discovery/mcuconf.h @@ -33,6 +33,7 @@ #define STM32L4xx_MCUCONF #define STM32L476_MCUCONF +#define STM32L486_MCUCONF /* * HAL driver system settings. diff --git a/testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/mcuconf.h b/testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/mcuconf.h index adbc25508..46e69ff34 100644 --- a/testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/mcuconf.h +++ b/testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/mcuconf.h @@ -33,6 +33,7 @@ #define STM32L4xx_MCUCONF #define STM32L476_MCUCONF +#define STM32L486_MCUCONF /* * HAL driver system settings. -- cgit v1.2.3