tests: userspace: support userspace example for frdm_mcxn236 board
disable sramx, support userspace example for frdm_mcxn236 board Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
parent
8c38621568
commit
dad8b212ba
2 changed files with 10 additions and 0 deletions
|
@ -0,0 +1 @@
|
||||||
|
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0
|
|
@ -0,0 +1,9 @@
|
||||||
|
/*
|
||||||
|
* Copyright 2024 NXP
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
&sramx {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
Loading…
Add table
Add a link
Reference in a new issue