From aaa6abebeef05bb1e9a69e5c97d42bb373968412 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 6 Oct 2018 07:58:27 +0000 Subject: Generator for STM32F76x/77x mcuconf.h files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12334 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/ports/STM32/STM32F7xx/hal_lld.h | 20 ++++++++++++++++++++ 1 file changed, 20 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 5fbe981f7..cb1f73339 100644 --- a/os/hal/ports/STM32/STM32F7xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32F7xx/hal_lld.h @@ -910,6 +910,26 @@ #error "Using a wrong mcuconf.h file, STM32F756_MCUCONF not defined" #endif +#if defined(STM32F765xx) && !defined(STM32F765_MCUCONF) +#error "Using a wrong mcuconf.h file, STM32F765_MCUCONF not defined" +#endif + +#if defined(STM32F767xx) && !defined(STM32F767_MCUCONF) +#error "Using a wrong mcuconf.h file, STM32F767_MCUCONF not defined" +#endif + +#if defined(STM32F777xx) && !defined(STM32F777_MCUCONF) +#error "Using a wrong mcuconf.h file, STM32F777_MCUCONF not defined" +#endif + +#if defined(STM32F769xx) && !defined(STM32F769_MCUCONF) +#error "Using a wrong mcuconf.h file, STM32F769_MCUCONF not defined" +#endif + +#if defined(STM32F779xx) && !defined(STM32F779_MCUCONF) +#error "Using a wrong mcuconf.h file, STM32F779_MCUCONF not defined" +#endif + /* * Board file checks. */ -- cgit v1.2.3