Oopenvela-robotcanutils: change dependency from GPL to BSD
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Merge branch 'dev-merge-github-20230228' into dev | 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 个月前 | |
Ported candump & cansend apps from can-utils (https://github.com/linux-can/can-utils) | 2 个月前 | |
Makefile: replace INCDIR to INCDIR_PREFIX Signed-off-by: yinshengkai <yinshengkai@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 个月前 |