Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
313 changes: 280 additions & 33 deletions bsp/nxp/mcx/mcxa/frdm-mcxa153/.config

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions bsp/nxp/mcx/mcxa/frdm-mcxa153/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ PKGS_DIR := packages
config SOC_MCX
bool
select ARCH_ARM_CORTEX_M33
select ARCH_ARM_CORTEX_SECURE
default y

source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
rsource "../libraries/Kconfig"
rsource "../Libraries/Kconfig"
rsource "board/Kconfig"
4 changes: 2 additions & 2 deletions bsp/nxp/mcx/mcxa/frdm-mcxa153/board/Kconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
menu "Hardware Drivers Config"

config SOC_MCXN947
config SOC_MCXA153
bool
select SOC_MCXN947_SERIES
select SOC_MCXA153_SERIES
select RT_USING_COMPONENTS_INIT
select RT_USING_USER_MAIN
default y
Expand Down
Loading