Oopenvela-robotiperf: fix the compile error
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
examples/nimble: fix assertion during pthread create with zero priority Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com> | 2 个月前 | |
iperf_main.c: change the way of parsing argvs from argtable to getopt On arm64 and optimization level is -Os, the code size is reduced by 7600 bytes compared to before optimization. Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com> | 2 个月前 | |
Merge remote-tracking branch 'mirtos/master' into dev-upmerge-nuttx-10.1-0507 Signed-off-by: liuhaitao <liuhaitao@xiaomi.com> Conflicts: examples/pty_test/pty_test.c examples/rpmsgsocket/rpsock_client.c graphics/lvgl/Makefile include/wireless/wapi.h interpreters/quickjs/Makefile netutils/dhcpc/Kconfig netutils/thttpd/thttpd.c netutils/usrsock_rpmsg/usrsock_rpmsg_server.c nshlib/nsh_codeccmd.c system/libuv/libuv/Makefile testing/irtest/cmd.cpp testing/irtest/cmd.cxx testing/irtest/cmdLirc.cpp testing/irtest/enum.cpp testing/irtest/enum.cxx testing/irtest/enumDefine.cpp testing/ltp/Kconfig testing/ltp/Makefile testing/sensortest/sensortest.c wireless/wapi/src/wapi.c | 2 个月前 | |
Merge remote-tracking branch 'mirtos/master' into dev-upmerge-nuttx-10.1-0507 Signed-off-by: liuhaitao <liuhaitao@xiaomi.com> Conflicts: examples/pty_test/pty_test.c examples/rpmsgsocket/rpsock_client.c graphics/lvgl/Makefile include/wireless/wapi.h interpreters/quickjs/Makefile netutils/dhcpc/Kconfig netutils/thttpd/thttpd.c netutils/usrsock_rpmsg/usrsock_rpmsg_server.c nshlib/nsh_codeccmd.c system/libuv/libuv/Makefile testing/irtest/cmd.cpp testing/irtest/cmd.cxx testing/irtest/cmdLirc.cpp testing/irtest/enum.cpp testing/irtest/enum.cxx testing/irtest/enumDefine.cpp testing/ltp/Kconfig testing/ltp/Makefile testing/sensortest/sensortest.c wireless/wapi/src/wapi.c | 2 个月前 | |
iperf: fix the compile error error: variable 'opt' is uninitialized when passed as a const pointer argument here setsockopt(listen_socket, SOL_SOCKET, SO_REUSEADDR, &opt, sizeof(opt)); Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com> | 2 个月前 | |
netutils/iperf: add vsock support Usage: Client: iperf --vsock <host/guest>> -c <cid> Server: iperf --vsock <host/guest>> -s Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com> | 2 个月前 | |
iperf_main.c: iperf parameter cid supports string type. Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com> | 2 个月前 |