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 * 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: *...
### 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...
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...
### 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...
### 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()`...
### 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...
### 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...
### 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...
### 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...
### 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...