nuttx/net
zhanghongyu 5b24917bb9 usb_cdcmbim: add mbim device driver
./build.sh sim:usbdev -j12
sudo gdb nuttx/nuttx -ex "source nuttx/tools/gdb/__init__.py"

below command to create mbim NIC on host
nsh> conn 3

NuttX's MBIM device implementation adds an additional MBIM network
card to the NuttX system, which can debug the data communication with
the host, but this network card is unnecessary and needs to be removed
when the business actually uses this driver, And the cdcncm_receive
method needs to be re-implemented.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2024-08-22 01:56:26 +08:00
..
arp
bluetooth
can
devif net/devif: devif_send supports negative offset 2024-07-14 13:20:14 -03:00
icmp icmp:add net_lock to protect icmp connection 2024-08-20 11:21:08 -03:00
icmpv6 icmpv6: Allow IPv6 address obtained by both 2024-08-21 01:33:28 +08:00
ieee802154
igmp
inet net: Add set/getsockopt options compatible with ip6tables 2024-06-20 09:43:05 +08:00
ipfilter net: Support IP packet filter 2024-06-20 09:43:05 +08:00
ipforward net: Support IP packet filter 2024-06-20 09:43:05 +08:00
ipfrag
local Fix greater-than-or-equal-to-zero issue 2024-08-08 17:19:42 +08:00
mld
nat
neighbor
netdev netdev/ioctl: Setting log level to warning on SIOCGIFHWADDR failure 2024-08-21 01:37:06 +08:00
netfilter net/netfilter: fix windows compile error 2024-07-14 20:33:18 +08:00
netlink
pkt net/pkt: fix raw socket send data length is insufficient. 2024-08-20 13:41:49 +08:00
procfs
route
rpmsg
sixlowpan
socket
tcp net:Fix the warnings. 2024-08-21 23:30:49 +08:00
udp net/udp: fix net_[un]lock() in udp_bind 2024-06-22 19:26:14 -03:00
usrsock
utils net_chksum.c:mod process of generating sum to solve checksum error 2024-08-21 01:38:23 +08:00
CMakeLists.txt
Kconfig usb_cdcmbim: add mbim device driver 2024-08-22 01:56:26 +08:00
Makefile net: Support IP packet filter 2024-06-20 09:43:05 +08:00
net_initialize.c