Skip to content

Commit

Permalink
samples: sockets: exclude nrf5340dk with TF-M from http_server
Browse files Browse the repository at this point in the history
When the sample is built for this platform a build error is generated
due to ROM being overflowed.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
  • Loading branch information
valeriosetti authored and fabiobaltieri committed Dec 12, 2024
1 parent 6a7449d commit 7c4abb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/net/sockets/http_server/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ common:
platform_exclude:
- native_posix
- native_posix/native/64
- nrf5340dk/nrf5340/cpuapp/ns # Excluding due to ROM overflow.
tests:
sample.net.sockets.http.server: {}

0 comments on commit 7c4abb1

Please sign in to comment.