Added STM32FF76xxx and STM32FF7xx families

This commit is contained in:
David Sidrane
2016-06-08 08:26:26 -06:00
committed by Gregory Nutt
parent 86b29dc64c
commit d8ea955d69
37 changed files with 6335 additions and 196 deletions
+2
View File
@@ -11919,6 +11919,8 @@
* include/signal.h: Change type of SIG_ERR, SIG_IGN, ... to
_sa_handler_t. They type void does not work with the IAR toolchain.
From Aleksandr Vyhovanec (2016-06-07).
* arch/arm/src/stm32f7 and include/stm32f7: Added STM32FF76xxx and
STM32FF7xx families. From David Sidrane (2016-06-08).
* Refactoring configs/nucleo-144 sub-directories to support additional
nucleo-144 board. Add support for the Nucleo-F767ZI board. From David
Sidrane (2016-06-08).