aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32L4xx/hal_lld.h
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-11-19 00:06:01 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-11-19 00:06:01 +0000
commit2e52688a89a60a430e61b822ea0f797121c9702e (patch)
tree23a02c91cb3c531290d13f8090678329db265903 /os/hal/ports/STM32/STM32L4xx/hal_lld.h
parent814f45bc703fc6dba726c7783114515331024351 (diff)
downloadChibiOS-2e52688a89a60a430e61b822ea0f797121c9702e.tar.gz
ChibiOS-2e52688a89a60a430e61b822ea0f797121c9702e.tar.bz2
ChibiOS-2e52688a89a60a430e61b822ea0f797121c9702e.zip
Added support for STM32L432.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9915 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32L4xx/hal_lld.h')
-rw-r--r--os/hal/ports/STM32/STM32L4xx/hal_lld.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/os/hal/ports/STM32/STM32L4xx/hal_lld.h b/os/hal/ports/STM32/STM32L4xx/hal_lld.h
index c7fbdeee0..d8b0d086c 100644
--- a/os/hal/ports/STM32/STM32L4xx/hal_lld.h
+++ b/os/hal/ports/STM32/STM32L4xx/hal_lld.h
@@ -47,8 +47,9 @@
* @name Platform identification
* @{
*/
-#if defined(STM32L471xx) || defined(STM32L475xx) || \
- defined(STM32L476xx) || defined(__DOXYGEN__)
+#if defined(STM32L432xx) || defined(STM32L471xx) || \
+ defined(STM32L475xx) || defined(STM32L476xx) || \
+ defined(__DOXYGEN__)
#define PLATFORM_NAME "STM32L4xx Ultra Low Power"
#elif defined(STM32L485xx) || defined(STM32L486xx)