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 1. rearrange the elf test directory, make the sub-testcase in separate directory 2. delete unnecessary generation of mod_symtab.c 3. make the examples/elf project can work when signal is...
## Summary Depencies: https://github.com/apache/nuttx/pull/17352. Added support for signal decoupling, primarily involving modifications to the following modules in the apps: ostest, nsh/tools, netutils, and the cu tool. 1. **ostest**: When `CONFIG_DISABLE_SIGNALS=y`,...
## Summary Fix build errors that occur when signals are disabled by excluding `cmd_kill, cmd_sleep, cmd_usleep, and cmd_watch `along with signal support. ## Impact Disabling signals will depend on this...
### Description / Steps to reproduce the issue * During SD card driver implementation testing on rPI 4B [1] it turned out that `sdstress` does not run properly (hangs) when...
### Description / Steps to reproduce the issue Default configuration with `DEBUG_UORB` set to false ``` nsh> uorb_listener Monitor objects num:1 object_name:sensor_baro, object_instance:0 ``` Setting `DEBUG_UORB` to true ``` nsh>...
### Description / Steps to reproduce the issue `uorb_listener` has a `-T` (top) flag that should report real time information about topics such as frequency, queue size etc Running `uorb_listener`...
### Is your feature request related to a problem? Please describe. https://github.com/apache/nuttx-apps/pull/2375 ### Describe the solution you'd like Fix and merge proposal test application ### Describe alternatives you've considered _No...
## Summary * In `testing/cmocka` add patch to fix missing headers. * Related to https://github.com/apache/nuttx/pull/14697 . ## Impact * testing/cmocka: all used stdio (?) ## Testing sim:citest build
### Description / Steps to reproduce the issue For some experiences I am doing, I have to often reinstall nuttx and nuttx-apps independently. This causes the [patches of lely canopen](https://github.com/apache/nuttx-apps/blob/3684699190d785a48919e293a768c57bc722a942/canutils/lely-canopen/Makefile#L186)...
The variables are to be used to mainly by the export rule to export external libraries (.a files) and respective include paths. The exported external libraries are packed together in...