soc: arm: fix missing configs & defines
Some SoC have missing feature selections in their Kconfig. Some others are missing includes of CMSIS-Core headers. Signed-off-by: Wilfried Chauveau <wilfried.chauveau@arm.com>
This commit is contained in:
parent
29ffaaa0b6
commit
af3a19106a
41 changed files with 61 additions and 15 deletions
|
@ -19,6 +19,7 @@
|
|||
#ifndef _ASMLANGUAGE
|
||||
#include <zephyr/sys/util.h>
|
||||
|
||||
#include <cmsis_core_m_defaults.h>
|
||||
|
||||
#endif /* !_ASMLANGUAGE */
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@ config SOC_SERIES_LPC51U68
|
|||
select HAS_MCUX_SCTIMER
|
||||
select SOC_FAMILY_LPC
|
||||
select CPU_CORTEX_M_HAS_SYSTICK
|
||||
select CPU_CORTEX_M_HAS_VTOR
|
||||
select PLATFORM_SPECIFIC_INIT
|
||||
help
|
||||
Enable support for LPC LPC51U68 MCU Series
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
#ifndef _ASMLANGUAGE
|
||||
#include <zephyr/sys/util.h>
|
||||
|
||||
#include <fsl_common.h>
|
||||
|
||||
#endif /* !_ASMLANGUAGE*/
|
||||
|
||||
#define IOCON_PIO_DIGITAL_EN 0x80u
|
||||
|
|
|
@ -12,6 +12,7 @@ config SOC_LPC54114_M4
|
|||
select CPU_CORTEX_M4
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select CPU_HAS_ARM_MPU
|
||||
select CPU_HAS_FPU
|
||||
select PLATFORM_SPECIFIC_INIT
|
||||
select CLOCK_CONTROL
|
||||
select HAS_MCUX_IAP_LEGACY
|
||||
|
|
|
@ -35,6 +35,7 @@ config SOC_LPC55S16
|
|||
config SOC_LPC55S28
|
||||
bool "SOC_LPC55S28 M33"
|
||||
select CPU_CORTEX_M33
|
||||
select CPU_HAS_ARM_SAU
|
||||
select CPU_HAS_ARM_MPU
|
||||
select CPU_HAS_FPU
|
||||
select ARMV8_M_DSP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue