zephyr/tests/crypto/mbedtls/boards/frdm_rw612.overlay
Yassine El Aissaoui bb770c5965 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>
2024-06-10 07:02:06 -07:00

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;
};
};