Adding bt_tester support. Adding bt_tester app build with Twister for rd_rw612_bga board Fix failing tests/samples due to unsufficent MPU ressources by releasing unnecessary MPU regions. Disable twister build on samples that are not meant to be supported on this board, so exclude it from the test cases. Update peripheral/central ht sample.yaml files to test build for rd_rw612_bga. Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com> Signed-off-by: Yassine El Aissaoui <yassine.elaissaoui@nxp.com>
17 lines
229 B
Text
17 lines
229 B
Text
/*
|
|
* Copyright 2023 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;
|
|
};
|
|
};
|