We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9f0df commit a080154Copy full SHA for a080154
samples/net/sockets/dumb_http_server/overlay-netusb.conf
@@ -0,0 +1,10 @@
1
+# USB Device settings
2
+CONFIG_USB=y
3
+CONFIG_USB_DEVICE_STACK=y
4
+
5
+# Select USB Configurations
6
+CONFIG_USB_DEVICE_NETWORK_ECM=y
7
8
+# Logging
9
+CONFIG_USB_DRIVER_LOG_LEVEL_INF=y
10
+CONFIG_USB_DEVICE_LOG_LEVEL_INF=y
samples/net/sockets/dumb_http_server/sample.yaml
@@ -16,3 +16,8 @@ tests:
16
extra_configs:
17
- CONFIG_NET_SOCKETS_POSIX_NAMES=n
18
- CONFIG_POSIX_API=y
19
+ sample.net.sockets.dumb_http_server.netusb:
20
+ depends_on: usb_device
21
+ harness: net
22
+ extra_args: OVERLAY_CONFIG="overlay-netusb.conf"
23
+ tags: usb
0 commit comments