aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-06-24 13:56:30 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-06-24 13:56:30 +0000
commit3b1848ed5158ed122867cbccfff376fb92b15f0b (patch)
treed554c2929e4c6bbd6eb631696499a99b1a8a594d /os/hal/ports
parent0016e7b9917bd390f9b00277c15e27a700fe26f2 (diff)
downloadChibiOS-3b1848ed5158ed122867cbccfff376fb92b15f0b.tar.gz
ChibiOS-3b1848ed5158ed122867cbccfff376fb92b15f0b.tar.bz2
ChibiOS-3b1848ed5158ed122867cbccfff376fb92b15f0b.zip
Added initial support for STM32F769I Discovery
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9660 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports')
-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 2a8f5a733..ea417132d 100644
--- a/os/hal/ports/STM32/STM32F7xx/hal_lld.h
+++ b/os/hal/ports/STM32/STM32F7xx/hal_lld.h
@@ -63,6 +63,9 @@
#elif defined(STM32F767xx)
#define PLATFORM_NAME "STM32F767 Very High Performance with DSP and DP FPU"
+#elif defined(STM32F769xx)
+#define PLATFORM_NAME "STM32F769 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 709922066..4d2857b0f 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, STM32F767xx. */
+/* STM32F745xx, STM32F746xx, STM32F756xx, STM32F767xx, STM32F769xx. */
/*===========================================================================*/
#if defined(STM32F745xx) || defined(STM32F746xx) || defined(STM32F756xx) || \
- defined(STM32F767xx) || defined(__DOXYGEN__)
+ defined(STM32F767xx) || defined(STM32F769xx) || defined(__DOXYGEN__)
/* ADC attributes.*/
#define STM32_ADC_HANDLER Vector88
#define STM32_ADC_NUMBER 18