Skip to content

Commit baced6d

Browse files
jfischer-nokartben
authored andcommitted
sample: dumb_http_server: remove unused netusb configuration
USB device stack is not enabled and is not used in this sample, there is no usb_enable(). Signed-off-by: Johann Fischer <[email protected]>
1 parent 89b24bd commit baced6d

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

samples/net/sockets/dumb_http_server/overlay-netusb.conf

-9
This file was deleted.

samples/net/sockets/dumb_http_server/sample.yaml

-22
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,3 @@ tests:
1414
sample.net.sockets.dumb_http_server:
1515
extra_configs:
1616
- CONFIG_POSIX_API=y
17-
sample.net.sockets.dumb_http_server.netusb:
18-
depends_on: usb_device
19-
harness: net
20-
extra_args: EXTRA_CONF_FILE="overlay-netusb.conf"
21-
tags: usb
22-
# native_sim usb driver does not work with CONFIG_POSIX_API
23-
platform_exclude:
24-
- native_sim
25-
- native_sim/native/64
26-
- native_posix
27-
- native_posix/native/64
28-
sample.net.sockets.dumb_http_server.netusb_zeroconf:
29-
depends_on: usb_device
30-
harness: net
31-
extra_args: EXTRA_CONF_FILE="overlay-netusb.conf;overlay-zeroconf.conf"
32-
tags: usb
33-
# native_sim usb driver does not work with CONFIG_POSIX_API
34-
platform_exclude:
35-
- native_sim
36-
- native_sim/native/64
37-
- native_posix
38-
- native_posix/native/64

0 commit comments

Comments
 (0)