Home
last modified time | relevance | path

Searched refs:netusb (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/subsys/usb/device/class/netusb/
Dnetusb.c25 } netusb; variable
40 ret = netusb.func->send_pkt(pkt); in netusb_send()
50 return netusb.iface; in netusb_net_iface()
57 if (net_recv_data(netusb.iface, pkt) < 0) { in netusb_recv()
72 if (!netusb.func->connect_media) { in netusb_connect_media()
76 return netusb.func->connect_media(true); in netusb_connect_media()
88 if (!netusb.func->connect_media) { in netusb_disconnect_media()
92 return netusb.func->connect_media(false); in netusb_disconnect_media()
99 netusb.func = func; in netusb_enable()
101 net_if_carrier_on(netusb.iface); in netusb_enable()
[all …]
DCMakeLists.txt17 netusb.c
DKconfig1 # netusb configuration options
/Zephyr-latest/subsys/usb/device/class/
DCMakeLists.txt9 add_subdirectory_ifdef(CONFIG_USB_DEVICE_NETWORK netusb)
DKconfig14 source "subsys/usb/device/class/netusb/Kconfig"
/Zephyr-latest/samples/net/sockets/http_server/
DREADME.rst34 * - :zephyr_file:`overlay-netusb.conf <samples/net/sockets/http_server/overlay-netusb.conf>`
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst219 * :github:`19038` - [zephyr branch 1.14 and master -stm32-netusb]:errors when i view RNDIS Device‘s…
1256 * :github:`14780` - USB: netusb: Unable to send maximum Ethernet packet
1326 * :github:`14416` - [Coverity CID :195789]Uninitialized variables in /subsys/usb/class/netusb/funct…
1378 * :github:`14127` - netusb: TX path doesn't work in RNDIS driver
1525 * :github:`13560` - STM32 USB: netusb: kernel crash when testing example echo_server with nucleo_f4…
1866 * :github:`11484` - [Coverity CID :189739]Parse warnings in /subsys/usb/class/netusb/function_eem.c
Drelease-notes-1.10.rst456 * :github:`4637` - [Coverity CID: 178334] Null pointer dereferences in /subsys/usb/class/netusb/fun…
Drelease-notes-4.0.rst536 * Added check for null api pointer in :c:func:`net_eth_get_hw_capabilities`, fixing netusb crash.
1002 * Added support for netusb in the HTTP server sample.
Drelease-notes-2.1.rst776 * :github:`19038` - [zephyr branch 1.14 and master -stm32-netusb]:errors when i view RNDIS Device‘s…
Drelease-notes-2.2.rst1044 * :github:`21121` - netusb: RNDIS host support
Drelease-notes-2.3.rst1325 * :github:`19038` - [zephyr branch 1.14 and master -stm32-netusb]:errors when i view RNDIS Device‘s…
Drelease-notes-2.0.rst1364 * :github:`13560` - STM32 USB: netusb: kernel crash when testing example echo_server with nucleo_f4…
Drelease-notes-2.7.rst1038 * :github:`39195` - USB: netusb: example echo_server not working as expected
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst378 such as :zephyr_file:`samples/net/zperf/overlay-netusb.conf`.