Skip to content

Commit 8af3c31

Browse files
Vge0rgeanangl
authored andcommitted
samples: bluetooth: Remove thingy53/ns from some samples
Remove the thingy53 non secure target from several bluetooth samples which enable BT_CRYPTO. Recently the configuration of TF-M was updated to take into account the BT_CRYPTO symbol. Meaning that when the BT_CRYPTO is enabled TF-M configuration makes sure to provide support for the BT_CRYPTO requirements. This was not happening before resulting to invalid configurations where the samples failed at runtime. The thingy 53 non secure target has a flash overflow when trying to build these samples with a valid TF-M configuration and thus I removed them from the yaml files. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent ccfa1fc commit 8af3c31

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

samples/bluetooth/peripheral_lbs/sample.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ tests:
1010
- nrf5340dk/nrf5340/cpuapp
1111
- nrf5340dk/nrf5340/cpuapp/ns
1212
- thingy53/nrf5340/cpuapp
13-
- thingy53/nrf5340/cpuapp/ns
1413
- nrf54l15dk/nrf54l05/cpuapp
1514
- nrf54l15dk/nrf54l10/cpuapp
1615
- nrf54l15dk/nrf54l15/cpuapp
@@ -24,7 +23,6 @@ tests:
2423
- nrf5340dk/nrf5340/cpuapp
2524
- nrf5340dk/nrf5340/cpuapp/ns
2625
- thingy53/nrf5340/cpuapp
27-
- thingy53/nrf5340/cpuapp/ns
2826
- nrf54l15dk/nrf54l05/cpuapp
2927
- nrf54l15dk/nrf54l10/cpuapp
3028
- nrf54l15dk/nrf54l15/cpuapp

samples/bluetooth/peripheral_status/sample.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ tests:
2424
- nrf5340dk/nrf5340/cpuapp
2525
- nrf5340dk/nrf5340/cpuapp/ns
2626
- thingy53/nrf5340/cpuapp
27-
- thingy53/nrf5340/cpuapp/ns
2827
- nrf54l15dk/nrf54l05/cpuapp
2928
- nrf54l15dk/nrf54l10/cpuapp
3029
- nrf54l15dk/nrf54l15/cpuapp
@@ -37,7 +36,6 @@ tests:
3736
- nrf5340dk/nrf5340/cpuapp
3837
- nrf5340dk/nrf5340/cpuapp/ns
3938
- thingy53/nrf5340/cpuapp
40-
- thingy53/nrf5340/cpuapp/ns
4139
- nrf54l15dk/nrf54l05/cpuapp
4240
- nrf54l15dk/nrf54l10/cpuapp
4341
- nrf54l15dk/nrf54l15/cpuapp

samples/bluetooth/peripheral_uart/sample.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ tests:
1111
- nrf5340dk/nrf5340/cpuapp
1212
- nrf5340dk/nrf5340/cpuapp/ns
1313
- thingy53/nrf5340/cpuapp
14-
- thingy53/nrf5340/cpuapp/ns
1514
- nrf21540dk/nrf52840
1615
- nrf54l15dk/nrf54l05/cpuapp
1716
- nrf54l15dk/nrf54l10/cpuapp
@@ -28,7 +27,6 @@ tests:
2827
- nrf5340dk/nrf5340/cpuapp
2928
- nrf5340dk/nrf5340/cpuapp/ns
3029
- thingy53/nrf5340/cpuapp
31-
- thingy53/nrf5340/cpuapp/ns
3230
- nrf21540dk/nrf52840
3331
- nrf54l15dk/nrf54l05/cpuapp
3432
- nrf54l15dk/nrf54l10/cpuapp

0 commit comments

Comments
 (0)