Oopenvela-robotfs: rename PSEUDOFS_SOFTLINKS to FS_LINKS
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
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 个月前 | |
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 个月前 | |
interpreters/wamr: Disable mremap detection for NuttX NuttX does not support mremap even if sys/mman.h is present. * Explicitly set MREMAP_EXISTS to 0 in CMake to avoid incorrect detection * Reference platform_api_posix.cmake for rationale Signed-off-by: Huang Qi <huangqi3@xiaomi.com> | 2 个月前 | |
fs: rename PSEUDOFS_SOFTLINKS to FS_LINKS Signed-off-by: zhengyu16 <zhengyu16@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
wamr:add wamr_unit_test Signed-off-by: yangkun27 <yangkun27@xiaomi.com> | 2 个月前 | |
wamr: Enhance module registration to handle multiple modules Summary: - Updated the module registration process in interpreters/wamr/Module.mk to support multiple modules - Introduced a new macro WAMR_MODULE_TARGET to create individual build targets for each module - Replaced the single registration call with a foreach loop that iterates over all modules specified in WAMR_MODULE_NAME - Each module is registered individually with its own registration function Impact: - No functional changes when only a single module is registered - Enhances the modularity and scalability of the WAMR (WebAssembly Micro Runtime) build system - Simplifies the addition of new modules by automatically creating necessary build targets - Reduces the risk of errors when adding new modules by centralizing the registration logic Signed-off-by: Huang Qi <huangqi3@xiaomi.com> | 2 个月前 | |
wamr: Enhance WAMR_AOT_COMPILE macro for better clarity Refactor the WAMR_AOT_COMPILE macro to improve readability and clarity in its parameters and functionality. * Added detailed comments explaining parameters and behavior * Simplified the logic for AOT and XIP compilation * Improved maintainability of the build process Signed-off-by: Huang Qi <huangqi3@xiaomi.com> | 2 个月前 | |
wamr:remove CONFIG_INTERPRETERS_WAMR_EXTERNAL_MODULE_REGISTRY Signed-off-by: yangkun27 <yangkun27@xiaomi.com> | 2 个月前 | |
wamr:add wamr_unit_test Signed-off-by: yangkun27 <yangkun27@xiaomi.com> | 2 个月前 |