Updated H7 boot params.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15465 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
e1a0f0b149
commit
85d9c98e39
|
@ -46,12 +46,16 @@
|
||||||
/* If the device type is not externally defined, for example from the Makefile,
|
/* If the device type is not externally defined, for example from the Makefile,
|
||||||
then a file named board.h is included. This file must contain a device
|
then a file named board.h is included. This file must contain a device
|
||||||
definition compatible with the vendor include file.*/
|
definition compatible with the vendor include file.*/
|
||||||
#if !defined(STM32H742xx) && !defined(STM32H750xx) && \
|
#if !defined(STM32H723xx) && !defined(STM32H725xx) && \
|
||||||
!defined(STM32H743xx) && !defined(STM32H753xx) && \
|
!defined(STM32H730xx) && !defined(STM32H730xxQ) && \
|
||||||
!defined(STM32H747xx) && !defined(STM32H757xx) && \
|
!defined(STM32H733xx) && !defined(STM32H735xx) && \
|
||||||
!defined(STM32H745xx) && !defined(STM32H755xx) && \
|
!defined(STM32H742xx) && !defined(STM32H743xx) && \
|
||||||
!defined(STM32H7B0xx) && !defined(STM32H7B0xxQ) && \
|
!defined(STM32H745xx) && !defined(STM32H745xG) && \
|
||||||
|
!defined(STM32H747xx) && !defined(STM32H747xG) && \
|
||||||
|
!defined(STM32H750xx) && !defined(STM32H753xx) && \
|
||||||
|
!defined(STM32H755xx) && !defined(STM32H757xx) && \
|
||||||
!defined(STM32H7A3xx) && !defined(STM32H7A3xxQ) && \
|
!defined(STM32H7A3xx) && !defined(STM32H7A3xxQ) && \
|
||||||
|
!defined(STM32H7B0xx) && !defined(STM32H7B0xxQ) && \
|
||||||
!defined(STM32H7B3xx) && !defined(STM32H7B3xxQ)
|
!defined(STM32H7B3xx) && !defined(STM32H7B3xxQ)
|
||||||
#include "board.h"
|
#include "board.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue