zephyr/tests/bluetooth/mesh_shell
Kumar Gala dca600bd19 samples/tests: bluetooth: Remove qemu_cortex_m3
Remove qemu_cortex_m3 from various bluetooth tests and samples since
they enable NVS which requires CONFIG_FLASH_PAGE_LAYOUT which is
not supported on qemu_cortex_m3 since there is no flash driver.

We get build failures with the arm-clang compiler because nvs.c
is referencing z_impl_flash_get_page_info_by_offs which does not
exist.

Switch to qemu_x86 as the integration_platforms if it was
qemu_cortex_m3 before.

Removed the bluetooth.mesh.mesh_shell.reduced_legacy as this was
added specifically for building on qemu_cortex_m3.

Signed-off-by: Kumar Gala <kumar.gala@intel.com>
2023-04-12 09:01:34 +02:00
..
src tests: bluetooth: mesh: add Proxy Solicitation to shell 2023-03-06 13:52:15 +01:00
CMakeLists.txt
prj.conf Bluetooth: Mesh: Add Opcodes Aggregator models to shell 2023-03-06 13:52:15 +01:00
proxy_solicitation.conf tests: bluetooth: mesh: add Proxy Solicitation to shell 2023-03-06 13:52:15 +01:00
testcase.yaml samples/tests: bluetooth: Remove qemu_cortex_m3 2023-04-12 09:01:34 +02:00