aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@110e8d01-0319-4d1e-a829-52ad28d1bb01>2018-10-06 11:10:15 +0000
committergdisirio <gdisirio@110e8d01-0319-4d1e-a829-52ad28d1bb01>2018-10-06 11:10:15 +0000
commit191a9c5ac61e0e65a01cdac84378b888b8d17448 (patch)
tree260edce1d79b81d62c5a58b39ee091a22b294244 /testhal
parent274e313ed3e0b7d120fbd2934c779fc3f5f07e4c (diff)
downloadChibiOS-191a9c5ac61e0e65a01cdac84378b888b8d17448.tar.gz
ChibiOS-191a9c5ac61e0e65a01cdac84378b888b8d17448.tar.bz2
ChibiOS-191a9c5ac61e0e65a01cdac84378b888b8d17448.zip
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
Diffstat (limited to 'testhal')
-rw-r--r--testhal/STM32/STM32L4xx/ADC/mcuconf.h1
-rw-r--r--testhal/STM32/STM32L4xx/CAN/mcuconf.h1
-rw-r--r--testhal/STM32/STM32L4xx/GPT-ADC/mcuconf.h1
-rw-r--r--testhal/STM32/STM32L4xx/IRQ_STORM/mcuconf.h1
-rw-r--r--testhal/STM32/STM32L4xx/WSPI-N25Q128/mcuconf.h1
-rw-r--r--testhal/STM32/multi/PAL/cfg/stm32l476_discovery/mcuconf.h1
-rw-r--r--testhal/STM32/multi/SPI/cfg/stm32l476_discovery/mcuconf.h1
-rw-r--r--testhal/STM32/multi/USB_CDC/cfg/stm32l476_discovery/mcuconf.h1
-rw-r--r--testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/mcuconf.h1
9 files changed, 9 insertions, 0 deletions
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.