aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F7xx
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-06-23 22:29:51 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-06-23 22:29:51 +0000
commitbb101465450205e9249686656bdef3fb36077fe3 (patch)
treee6e36a40851b87578dbf1644e467d6e91a49aac5 /os/hal/ports/STM32/STM32F7xx
parentf8501be621616149bacded815d0c6385af3d2a51 (diff)
downloadChibiOS-bb101465450205e9249686656bdef3fb36077fe3.tar.gz
ChibiOS-bb101465450205e9249686656bdef3fb36077fe3.tar.bz2
ChibiOS-bb101465450205e9249686656bdef3fb36077fe3.zip
Initial support for STM32F767
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9657 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F7xx')
-rw-r--r--os/hal/ports/STM32/STM32F7xx/hal_lld.h3
-rw-r--r--os/hal/ports/STM32/STM32F7xx/stm32_registry.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/os/hal/ports/STM32/STM32F7xx/hal_lld.h b/os/hal/ports/STM32/STM32F7xx/hal_lld.h
index 9c9bc88e9..2a8f5a733 100644
--- a/os/hal/ports/STM32/STM32F7xx/hal_lld.h
+++ b/os/hal/ports/STM32/STM32F7xx/hal_lld.h
@@ -60,6 +60,9 @@
#elif defined(STM32F756xx)
#define PLATFORM_NAME "STM32F756 Very High Performance with DSP and FPU"
+#elif defined(STM32F767xx)
+#define PLATFORM_NAME "STM32F767 Very High Performance with DSP and DP FPU"
+
#else
#error "STM32F7xx device not specified"
#endif
diff --git a/os/hal/ports/STM32/STM32F7xx/stm32_registry.h b/os/hal/ports/STM32/STM32F7xx/stm32_registry.h
index fae4487e2..709922066 100644
--- a/os/hal/ports/STM32/STM32F7xx/stm32_registry.h
+++ b/os/hal/ports/STM32/STM32F7xx/stm32_registry.h
@@ -34,10 +34,10 @@
* @{
*/
/*===========================================================================*/
-/* STM32F745xx, STM32F746xx, STM32F756xx. */
+/* STM32F745xx, STM32F746xx, STM32F756xx, STM32F767xx. */
/*===========================================================================*/
#if defined(STM32F745xx) || defined(STM32F746xx) || defined(STM32F756xx) || \
- defined(__DOXYGEN__)
+ defined(STM32F767xx) || defined(__DOXYGEN__)
/* ADC attributes.*/
#define STM32_ADC_HANDLER Vector88
#define STM32_ADC_NUMBER 18