aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32L4xx
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-09-23 18:06:57 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-09-23 18:06:57 +0000
commitd94025f99fd8665a79f1e670a9d77cdf50bfe0cb (patch)
tree5772ca55ee2e06414e7cf606aa6a4609de8a22bd /os/hal/ports/STM32/STM32L4xx
parentc27b36536a3e9c98bceedb61efad185ebe836dad (diff)
downloadChibiOS-d94025f99fd8665a79f1e670a9d77cdf50bfe0cb.tar.gz
ChibiOS-d94025f99fd8665a79f1e670a9d77cdf50bfe0cb.tar.bz2
ChibiOS-d94025f99fd8665a79f1e670a9d77cdf50bfe0cb.zip
Added mcuconf.h generator for STM32L432xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12289 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/ports/STM32/STM32L4xx')
-rw-r--r--os/hal/ports/STM32/STM32L4xx/hal_lld.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32L4xx/hal_lld.h b/os/hal/ports/STM32/STM32L4xx/hal_lld.h
index dd5d75195..d3b5578f4 100644
--- a/os/hal/ports/STM32/STM32L4xx/hal_lld.h
+++ b/os/hal/ports/STM32/STM32L4xx/hal_lld.h
@@ -760,7 +760,10 @@
/* Only some devices have strongly checked mcuconf.h files. Others will be
added gradually.*/
-#if defined(STM32L476xx) && !defined(STM32L476_MCUCONF)
+#if defined(STM32L432xx) && !defined(STM32L432_MCUCONF)
+#error "Using a wrong mcuconf.h file, STM32L432_MCUCONF not defined"
+
+#elif defined(STM32L476xx) && !defined(STM32L476_MCUCONF)
#error "Using a wrong mcuconf.h file, STM32L476_MCUCONF not defined"
#elif defined(STM32L496xx) && !defined(STM32L496_MCUCONF)