Skip to content

Commit 7c4abb1

Browse files
valeriosettifabiobaltieri
authored andcommitted
samples: sockets: exclude nrf5340dk with TF-M from http_server
When the sample is built for this platform a build error is generated due to ROM being overflowed. Signed-off-by: Valerio Setti <[email protected]>
1 parent 6a7449d commit 7c4abb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/net/sockets/http_server/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ common:
1313
platform_exclude:
1414
- native_posix
1515
- native_posix/native/64
16+
- nrf5340dk/nrf5340/cpuapp/ns # Excluding due to ROM overflow.
1617
tests:
1718
sample.net.sockets.http.server: {}

0 commit comments

Comments
 (0)