nuttx-apps
nuttx-apps copied to clipboard
Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS
[LVGL v8](https://github.com/lvgl/lvgl/releases/tag/v8.3.1) has been released for a while, and we should consider upgrading `graphics/lvgl` to that version. Modifications that may be involved in an upgrade: 1. Delete LVGL v7-based Makefile,...
## Summary fix build warning for kernel testsuites on qemu and sim ## Impact CI ## Testing localhost
## Summary This patch follows the platform in wasm-micro-runtime to add CMake build support for nuttx this should cooperate with https://github.com/bytecodealliance/wasm-micro-runtime/pull/3256 ## Impact no impact currently ## Testing requires wamr...
Hello,when I get the latest code(apps and nuttx) from the repository and then add sqlite after selecting the sim/nsh configuration, it will produce a lot of errors during compilation, such...
## Summary Dependson https://github.com/apache/nuttx/pull/11780 ### Limitations 1. Should wait LVGL to release v9.0.1 to fix existing issues firstly. 2. For now cmake only works with manually cloning lvgl to apps/graphics/lvgl/lvgl....
This introduces changes from NuttX commit 03b164f59ce40a3f5677b0588af2aee8d9697bf6. The only left out is 'Register:' as that provides pretty handly list of applications in the firmware. The download is unified to handle...
## Summary Remove the PIN feature, because the SIM may accidentally become unusable. ## Impact Only LTE feature. ## Testing Test with Spresense LTE board.
All NSH commands that accept a path name differ from the corresponding commands in other shells such as Bash in at least one important way: * Shells like Bash accept...
i guess they need some updates.
* examples/sotest/lib/Makefile - Add dynload directory to build * examples/sotest/lib/dynload/Makefile - Build the dynload shared object test * examples/sotest/lib/dynload/dynload.c - Test case for loading of ET_DYN shared objects * examples/sotest/lib/dynload/.gitignore...