cpu/stm32: include stm32mp1 vendor headers
Include stm32mp1 vendors header. CORE_CM4 must be defined to include Cortex-M4 core headers. Signed-off-by: Gilles DOFFE <gilles.doffe@savoirfairelinux.com>
This commit is contained in:
parent
169097ac21
commit
d6400c77de
@ -25,6 +25,8 @@
|
|||||||
|
|
||||||
#if defined(CPU_LINE_STM32F030x4)
|
#if defined(CPU_LINE_STM32F030x4)
|
||||||
#include "vendor/stm32f030x4.h"
|
#include "vendor/stm32f030x4.h"
|
||||||
|
#elif defined(CPU_LINE_STM32MP157Cxx)
|
||||||
|
#include "vendor/stm32mp157cxx_cm4.h"
|
||||||
#elif CPU_FAM_STM32F0
|
#elif CPU_FAM_STM32F0
|
||||||
#include "stm32f0xx.h"
|
#include "stm32f0xx.h"
|
||||||
#include "irqs/f0/irqs.h"
|
#include "irqs/f0/irqs.h"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user