boards: frdm_mcxa153,frdm_mcxa156: add hwinfo support
1. enable hwinfo support - device_id_get - get_reset_cause - get_supported_reset_cause - clear_reset_cause 2. verified tests/drivers/hwinfo Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
parent
d4648a6767
commit
ab3d2dc830
4 changed files with 19 additions and 1 deletions
|
@ -13,12 +13,14 @@ config SOC_SERIES_MCXA
|
|||
config SOC_MCXA153
|
||||
select CPU_CORTEX_M33
|
||||
select HAS_MCUX_CACHE
|
||||
select HAS_MCUX_MCX_CMC
|
||||
|
||||
config SOC_MCXA156
|
||||
select CPU_CORTEX_M33
|
||||
select CPU_HAS_FPU
|
||||
select ARMV8_M_DSP
|
||||
select HAS_MCUX_CACHE
|
||||
select HAS_MCUX_MCX_CMC
|
||||
|
||||
config SOC_MCXA166
|
||||
select CPU_CORTEX_M33
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue