Skip to content

Commit

Permalink
samples: shared_mem: support shared_mem for frdm_mcxn236 board
Browse files Browse the repository at this point in the history
disable sramx, support sample example shared_mem for frdm_mcxn236 board

Signed-off-by: Neil Chen <[email protected]>
  • Loading branch information
NeilChen93 authored and dleach02 committed Aug 14, 2024
1 parent a31b842 commit ea8bf16
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions samples/userspace/shared_mem/boards/frdm_mcxn236.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright 2024 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/

&sramx {
status = "disabled";
};

0 comments on commit ea8bf16

Please sign in to comment.