阴天
阴天
### Xmake 版本 xmake v2.7.1+202209191332 ### 操作系统版本和架构 Linux wl-kernel 6.0.0-rc5 #1 SMP PREEMPT_DYNAMIC Sat Sep 17 14:58:17 CST 2022 x86_64 x86_64 x86_64 GNU/Linux ### 描述问题 使用copy_to_user函数后编译失败 ``` #define asm_inline asm...
### Xmake 版本 xmake v2.8.6+HEAD.211710b ### 操作系统版本和架构 Linux 6.5.0-14-generic #14-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 14 14:59:49 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ### 描述问题 使用 pack 生成免安装格式的 zip 包,但里面只有 target...
### Description of the feature or fix When dsc sets an incorrect NULL value, it can cause the animation's callback function to incorrectly take an array subscript value for the...
Exposing the Widgets creation API directly to the global environment creates the UI in the following form. ```lua Object{ w = lvgl.SIZE_CONTENT, h = lvgl.SIZE_CONTENT Object{ Button{ text = "btn"...