Adding bt_tester support. Adding bt_tester app build with Twister for frdm_rw612 board Fix failing tests/samples due to unsufficent MPU ressources by releasing unnecessary MPU regions. Twister builds added on peripheral/central ht and enabled Power manager on those examples to cover the CI builds with PM enabled. Signed-off-by: Yassine El Aissaoui <yassine.elaissaoui@nxp.com>
17 lines
229 B
Text
17 lines
229 B
Text
/*
|
|
* Copyright 2024 NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&smu1 {
|
|
smu1_data: memory@0 {
|
|
/delete-property/ zephyr,memory-attr;
|
|
};
|
|
};
|
|
|
|
&smu2 {
|
|
smu2_data: memory@0 {
|
|
/delete-property/ zephyr,memory-attr;
|
|
};
|
|
};
|