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 * Follow up FTL kernel side change and update example application. * Depends on: https://github.com/apache/nuttx/pull/16793. ## Impact * Examples description and code sync with kernel side change: *...

Size: XS
Area: Examples

### Description I am successfully using the thttpd library to serve my pages and run custom cgi scripts but I have not managed to coerce it to parse the index.html...

Community: Question

nxplayer currently only returns directly '-ENOENT', which makes it impossible to know the specific reason for the failure when testing audio with nxplayer. Therefore, I modified this part of the...

Size: S
Area: System

### Is your feature request related to a problem? Please describe. The system/settings module/library uses unsafe C string manipulation functions (eg. `strcmp()` or `strlen()`) on potentially user-accessible data, creating a...

Type: Enhancement

### Description / Steps to reproduce the issue A deadlock occurs when one of the following functions is called if `CONFIG_SYSTEM_SETTINGS_CACHED_SAVES` is not set: * `settings_setstorage()` * `settings_sync()` * `settings_clear()`...

Type: Bug

### Is your feature request related to a problem? Please describe. I am using the [scpi-parser](https://github.com/apache/nuttx-apps/blob/master/industry/scpi/) app. The upstream software (`scpi-parser`) provides [a few defines](https://github.com/j123b567/scpi-parser/blob/698eabe62eca0d9df5663a2ebb3fcab80e72d5d3/libscpi/inc/scpi/config.h#L125) for configuring the build. I...

Type: Enhancement

### Is your feature request related to a problem? Please describe. The GPS example application does not print out units with the measurements. ### Describe the solution you'd like Units...

Type: Enhancement

### Description / Steps to reproduce the issue I am using the `CONFIG_RAMLOG_SYSLOG` feature (log messages being sent to `/dev/kmsg` and retrieved via `dmesg`). This works in general. But sadly...

Type: Bug

### Description / Steps to reproduce the issue I'm just playing with Modbus RTU in NuttX and I see that the slave response time is too long and approximately constant...

Type: Bug

### Is your feature request related to a problem? Please describe. After https://github.com/apache/nuttx-apps/pull/2879 was merged, it's time to make Python on NuttX fully usable! This issue intends to discuss the...

Area: Interpreters