Skip to content

Commit 9187a04

Browse files
simensrostadrlubos
authored andcommitted
samples: net: http_server: Remove Thingy:91 support
Remove the Thingy:91 board configuration and references from the HTTP server sample. Its sufficient to support the nRF9160 DK. Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
1 parent d294950 commit 9187a04

4 files changed

Lines changed: 1 addition & 35 deletions

File tree

samples/net/http_server/Kconfig.sysbuild

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ config WIFI_NRF70
1515
config PARTITION_MANAGER
1616
default n if !BOARD_NRF9160DK_NRF9160_NS && \
1717
!BOARD_NRF9161DK_NRF9161_NS && \
18-
!BOARD_NRF9151DK_NRF9151_NS && \
19-
!BOARD_THINGY91_NRF9160_NS
18+
!BOARD_NRF9151DK_NRF9151_NS
2019

2120
source "share/sysbuild/Kconfig"

samples/net/http_server/README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ The sample includes pre-configured configuration files for the development kits
199199
* :file:`boards/nrf9151dk_nrf9151_ns.conf` - For the nRF9151 DK.
200200
* :file:`boards/nrf9161dk_nrf9161_ns.conf` - For the nRF9161 DK.
201201
* :file:`boards/nrf9160dk_nrf9160_ns.conf` - For the nRF9160 DK.
202-
* :file:`boards/thingy91_nrf9160_ns.conf` - For the Thingy:91.
203202
* :file:`boards/nrf7120dk_nrf7120_cpuapp_ns.conf` - For the nRF7120 DK.
204203

205204
Files that are located under the :file:`/boards` folder are automatically merged with the :file:`prj.conf` file when you build for the corresponding target.

samples/net/http_server/boards/thingy91_nrf9160_ns.conf

Lines changed: 0 additions & 30 deletions
This file was deleted.

samples/net/http_server/sample.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ tests:
6363
- nrf9161dk/nrf9161/ns
6464
- nrf9151dk/nrf9151/ns
6565
- nrf9160dk/nrf9160/ns
66-
- thingy91/nrf9160/ns
6766
tags:
6867
- ci_build
6968
- sysbuild
@@ -78,7 +77,6 @@ tests:
7877
- nrf9161dk/nrf9161/ns
7978
- nrf9151dk/nrf9151/ns
8079
- nrf9160dk/nrf9160/ns
81-
- thingy91/nrf9160/ns
8280
extra_args: EXTRA_CONF_FILE=overlay-tls-nrf91.conf
8381
tags:
8482
- ci_build

0 commit comments

Comments
 (0)