Skip to content

Commit 758f0fd

Browse files
Vge0rgeanangl
authored andcommitted
applications: machinelearning: Remove thingy 53 non secure target
Remove the thingy53 non secure target from the machine learning application since it enables 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 this application with a valid TF-M configuration and thus I removed it from the yaml file. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 8af3c31 commit 758f0fd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

applications/machine_learning/sample.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ tests:
88
platform_allow:
99
- nrf52840dk/nrf52840
1010
- thingy53/nrf5340/cpuapp
11-
- thingy53/nrf5340/cpuapp/ns
1211
- nrf5340dk/nrf5340/cpuapp
1312
- nrf54l15dk/nrf54l15/cpuapp
1413
integration_platforms:
1514
- nrf52840dk/nrf52840
1615
- thingy53/nrf5340/cpuapp
17-
- thingy53/nrf5340/cpuapp/ns
1816
- nrf5340dk/nrf5340/cpuapp
1917
- nrf54l15dk/nrf54l15/cpuapp
2018
tags:
@@ -38,10 +36,8 @@ tests:
3836
build_only: true
3937
platform_allow:
4038
- thingy53/nrf5340/cpuapp
41-
- thingy53/nrf5340/cpuapp/ns
4239
integration_platforms:
4340
- thingy53/nrf5340/cpuapp
44-
- thingy53/nrf5340/cpuapp/ns
4541
tags:
4642
- ci_build
4743
- sysbuild
@@ -53,11 +49,9 @@ tests:
5349
platform_allow:
5450
- nrf52840dk/nrf52840
5551
- thingy53/nrf5340/cpuapp
56-
- thingy53/nrf5340/cpuapp/ns
5752
integration_platforms:
5853
- nrf52840dk/nrf52840
5954
- thingy53/nrf5340/cpuapp
60-
- thingy53/nrf5340/cpuapp/ns
6155
tags:
6256
- ci_build
6357
- sysbuild

0 commit comments

Comments
 (0)