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
Make output was "cleaned up" and V=0 is required to reinstall the old behaviour. However V=0 is understood as the contrary to V=1, and it is not. This is very...
In file included from chip/stm32_flash.c:38: chip/stm32f20xxf40xx_flash.c:51:4: warning: #warning "Default Flash Configuration Used - See Override Flash Size Designator" [-Wcpp] We need to add Flash size for STMXX instead of using...
While building lvgl for nuttx, each time lvgl is downloaded from the source repository. The Changes includes: * The Make file checks if lvgl Make files are already present to...
## Summary getprime is more used for speed comparison than testing ## Impact move getprime to its right category ## Testing N/A
## Summary Implement task_create and task_delete for use with ostest. The functions are unavailable in kernel build mode but overload them here and create a pthread worker instead. Some tests...
…cter devices, read/write multi block character devices, etc. ## Summary ## Impact ## Testing
## Summary This merge request aims to add a lightweight packet filter to NuttX, called iptlite (iptables lite), which was based on Linux firewall, iptables and netfilter. This first implementation...
## Summary Os spinlock test ## Impact Test for spinlock ## Testing local test
Add oseek optional parameter to seek/skip on output file. ## Summary If oseek=N passed, will seek N*bs on output file before witing. Optional, keeping existing seek and bs as-is. ##...
With LVGL V8, before the NuttX upgrade to V9, I was able to use /dev/fb0 successfully and the LVGL demos ran nicely. I could run my own graphic apps too...