soc: arm: nxp: add lpc55x26 SCTimer support
Add support for the LPC55x26 SCTimer peripheral Signed-off-by: Maxime Vincent <maxime@veemax.be>
This commit is contained in:
parent
af5aabf245
commit
a08335b317
2 changed files with 12 additions and 0 deletions
|
@ -41,6 +41,7 @@ config SOC_LPC55S26
|
|||
select HAS_MCUX_LPADC
|
||||
select HAS_MCUX_LPC_DMA
|
||||
select HAS_MCUX_RNG
|
||||
select HAS_MCUX_SCTIMER
|
||||
|
||||
config SOC_LPC55S28
|
||||
select CPU_CORTEX_M33
|
||||
|
@ -52,6 +53,7 @@ config SOC_LPC55S28
|
|||
select HAS_MCUX_LPADC
|
||||
select HAS_MCUX_LPC_DMA
|
||||
select HAS_MCUX_RNG
|
||||
select HAS_MCUX_SCTIMER
|
||||
|
||||
config SOC_LPC55S36
|
||||
select CPU_CORTEX_M33
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue