nuttx-apps icon indicating copy to clipboard operation
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

Results 127 nuttx-apps issues
Sort by recently updated
recently updated
newest added

## 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...

Size: XL
Area: Examples
Area: Tools

## 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`,...

Area: Networking
Size: XL
Size: M
Area: System
Area: Testing
Area: NSH
Area: Examples

## 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...

Size: S
Area: NSH

### 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...

Type: Bug

### 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>...

Type: Bug

### 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`...

Type: Bug

### 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...

Type: Enhancement

## 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

Size: S
Area: Testing

### 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)...

Type: Bug

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...

Area: Build System
Size: S