From 6db6291bd2b1fb83ecfadeaf32750f1d6f8404b2 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 6 Oct 2018 10:27:12 +0000 Subject: Generator for STM32F72x/73x of mcuconf.h files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12337 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/ports/STM32/STM32F7xx/hal_lld.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'os/hal/ports') diff --git a/os/hal/ports/STM32/STM32F7xx/hal_lld.h b/os/hal/ports/STM32/STM32F7xx/hal_lld.h index cb1f73339..154bad050 100644 --- a/os/hal/ports/STM32/STM32F7xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32F7xx/hal_lld.h @@ -902,6 +902,22 @@ #error "Using a wrong mcuconf.h file, STM32F7xx_MCUCONF not defined" #endif +#if defined(STM32F722xx) && !defined(STM32F722_MCUCONF) +#error "Using a wrong mcuconf.h file, STM32F722_MCUCONF not defined" +#endif + +#if defined(STM32F732xx) && !defined(STM32F732_MCUCONF) +#error "Using a wrong mcuconf.h file, STM32F732_MCUCONF not defined" +#endif + +#if defined(STM32F723xx) && !defined(STM32F723_MCUCONF) +#error "Using a wrong mcuconf.h file, STM32F723_MCUCONF not defined" +#endif + +#if defined(STM32F733xx) && !defined(STM32F733_MCUCONF) +#error "Using a wrong mcuconf.h file, STM32F733_MCUCONF not defined" +#endif + #if defined(STM32F746xx) && !defined(STM32F746_MCUCONF) #error "Using a wrong mcuconf.h file, STM32F746_MCUCONF not defined" #endif -- cgit v1.2.3