From 85641ac646aee189fd7f34b342e24425b668675f Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 6 Oct 2018 07:08:39 +0000 Subject: Added mcuconf.h generators for STM32F746/756. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12332 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/ports/STM32/STM32F7xx/hal_lld.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'os/hal') diff --git a/os/hal/ports/STM32/STM32F7xx/hal_lld.h b/os/hal/ports/STM32/STM32F7xx/hal_lld.h index c5a1d966e..5fbe981f7 100644 --- a/os/hal/ports/STM32/STM32F7xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32F7xx/hal_lld.h @@ -902,6 +902,14 @@ #error "Using a wrong mcuconf.h file, STM32F7xx_MCUCONF not defined" #endif +#if defined(STM32F746xx) && !defined(STM32F746_MCUCONF) +#error "Using a wrong mcuconf.h file, STM32F746_MCUCONF not defined" +#endif + +#if defined(STM32F756xx) && !defined(STM32F756_MCUCONF) +#error "Using a wrong mcuconf.h file, STM32F756_MCUCONF not defined" +#endif + /* * Board file checks. */ -- cgit v1.2.3