Oopenvela-robotcanutils: change dependency from GPL to BSD
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
cmake:migrate apps CMakeLists for [canutils] canutils ├── candump ├── canlib ├── cansend ├── lely-canopen ├── libcanardv0 ├── libcanardv1 ├── libcanutils ├── libobd2 └── slcan Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
canutils: change dependency from GPL to BSD socketCAN utils are dual licence, there is no point in using GPL licence when we can use BSD. Also change select CANUTILS_LIBCANUTILS to depends on CANUTILS_LIBCANUTILS. We can't select that option when ALLOW_BSD_COMPONENTS is not set. | 2 个月前 | |
Make.defs: Change "ifeq ($(XXX),y)" to "ifneq ($(XXX),) to support the tristate option correctly and unify the usage Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
build: Replace $(TOPDIR)/Make.defs with $(APPDIR)/Make.defs and move NUTTXLIB defintion to the common place Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
wamr: Add external module registration mechanism This patch adds module registration mechanism for WAMR runtime. To register a module, these steps are required: 1. Include Module.mk in your module's Makefile 2. Define WAMR_MODULE_NAME as the module name 3. Implement bool wamr_module_WAMR_MODULE_NAME_register(void) function in your module's source file 4. Enable INTERPRETERS_WAMR_EXTERNAL_MODULE_REGISTRY in menuconfig Signed-off-by: Huang Qi <huangqi3@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 个月前 | |
Ported candump & cansend apps from can-utils (https://github.com/linux-can/can-utils) | 2 个月前 |