Skip to content

Commit

Permalink
Bluetooth samples: unicast audio: Provide configuration for native_sim
Browse files Browse the repository at this point in the history
Provide configuration for native_sim instead of native_posix
and enable it in the samples.yaml
native_posix is being deprecated in favour of native_sim.

Signed-off-by: Alberto Escolar Piedras <[email protected]>
  • Loading branch information
aescolar committed Nov 1, 2023
1 parent 21f3e33 commit bdb1057
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/bluetooth/unicast_audio_client/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tests:
- qemu_x86
- nrf5340bsim_nrf5340_cpuapp
- nrf5340dk_nrf5340_cpuapp
- native_sim
tags: bluetooth
integration_platforms:
- qemu_cortex_m3
Expand Down
1 change: 1 addition & 0 deletions samples/bluetooth/unicast_audio_server/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tests:
- qemu_x86
- nrf5340bsim_nrf5340_cpuapp
- nrf5340dk_nrf5340_cpuapp
- native_sim
tags: bluetooth
integration_platforms:
- qemu_cortex_m3
Expand Down

0 comments on commit bdb1057

Please sign in to comment.