nrf53_bsim: Add twister definition with hwmv2 names
Which replace the old hwmv1 ones. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
1f4f307bd2
commit
18ddfdddec
|
@ -0,0 +1,15 @@
|
|||
identifier: nrf5340bsim/nrf5340/cpuapp
|
||||
name: NRF53 BabbleSim - Application Core target
|
||||
type: native
|
||||
arch: posix
|
||||
simulation: native
|
||||
env:
|
||||
- BSIM_OUT_PATH
|
||||
toolchain:
|
||||
- zephyr
|
||||
testing:
|
||||
ignore_tags:
|
||||
- gpio
|
||||
- modem
|
||||
- uart
|
||||
- bsim_skip_CI
|
|
@ -0,0 +1,15 @@
|
|||
identifier: nrf5340bsim/nrf5340/cpunet
|
||||
name: NRF53 Net Core BabbleSim board
|
||||
type: native
|
||||
arch: posix
|
||||
simulation: native
|
||||
env:
|
||||
- BSIM_OUT_PATH
|
||||
toolchain:
|
||||
- zephyr
|
||||
testing:
|
||||
ignore_tags:
|
||||
- gpio
|
||||
- modem
|
||||
- uart
|
||||
- bsim_skip_CI
|
Loading…
Reference in New Issue