samples: tests: bluetooth: Add support for frdm_rw612
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>
This commit is contained in:
parent
c7c1e453ad
commit
bb770c5965
18 changed files with 213 additions and 0 deletions
17
tests/crypto/mbedtls/boards/frdm_rw612.overlay
Normal file
17
tests/crypto/mbedtls/boards/frdm_rw612.overlay
Normal file
|
@ -0,0 +1,17 @@
|
|||
/*
|
||||
* 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;
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue