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
## Summary Add FM synthesizer library as one of audio utility libraries and an example using it. ## Impact Just add a new additonal library and an example. ## Testing...
Signed-off-by: zhanghongyu ## Summary ## Impact wireless/wapi/src/util.c has some Mix case warning. ## Testing
Signed-off-by: weizihan ## Summary fsutils/mkgpt/mkgpt.c Fix bug by calling getrandom ## Impact mkgpt.c calling getrandom ## Testing passed vela CI
## Summary enhance cmake build system (Enhance #3704) 1. Update all CMakeLists.txt to adapt to new layout 2. Fix cmake build break 3. Update all new file license 4. Fully...
This is a nice framework that should be integrated on NuttX, they already opened an issue to it: https://github.com/Luos-io/luos_engine/issues/293
## Summary to avoid the repetitive search since Make.defs is included in many Makefile ## Impact improve the build speed ## Testing pass CI
## Summary Found by https://github.com/apache/incubator-nuttx/pull/6586 ## Impact make distclean and make clean ## Testing Pass CI
Currently the pwm test application doesn't have a parameter to let user to select what channel he/she want to use.
I could use some feedback on this. It is still a WIP but it is taking longer than expected so I wanted to get this out there. ## Summary [Micropython](https://github.com/micropython/micropython)...
## Summary Introduce libwebsockets support ## Impact None ## Testing Pass CI. Local build with `CONFIG_NETUTILS_LIBWEBSOCKETS=y` pass