Refactored configs/nucleo-144 sub-directories to support additional nucleo-144 board. Add support for the Nucleo-F767ZI board.

This commit is contained in:
David Sidrane
2016-06-08 07:52:19 -06:00
committed by Gregory Nutt
parent d4c101d2cf
commit 44da2c0add
30 changed files with 4077 additions and 289 deletions
+3
View File
@@ -11919,3 +11919,6 @@
* 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).
* 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).