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

The ifconfig command will not behave correctly if an interface is provided and there are multiple interfaces. It should only show status for the single interface on the command line;...

bug

readline implementation does not use C-buffered I/O, but rather talks to serial driver directly via read(). It includes VT-100 specific editing commands. A more generic readline() should be implemented using...

Several of the USB device helper applications in apps/system violate OS/application partitioning and will fail on a kernel or protected build. Many of these have been fixed by adding the...

Area: modularity

Modbus can be used with USB serial, however, if the USB serial connection is lost, Modbus will hang in an infinite loop. This is a problem in the handling of...

Type: Enhancement

As noted by @gregory-nutt in the log message of commit # 3abdf30e8c62f1a82fc48a0763392ba6c8b0ee2d the logic in examples/thttpd/content/tasks/tasks.c is calling OS internal function nxsched_foreach() which violates the POSIX OS interface. This internal...

Community: Good first issue
Area: Standards

CELFFLAGS/CXXELFFLAGS/AELFFLAGS/LDELFFLAGS are for ELF modules. they should not be used eg. when building FLAT model libapps.

## Summary Follow up the patch: https://github.com/apache/incubator-nuttx-apps/pull/1350/commits/44b90f584a05c9b52ccc0f0ba6a97cc365ba1298 ## Impact Move symbol table config from apps/system/nsh to apps/nshlib ## Testing Need merge together with https://github.com/apache/incubator-nuttx/pull/7330

## Summary I have try my best to fix the style issue, so please ignore the rest style warning. ## Impact Minor, code refactor ## Testing Pass CI

## Summary This package contains C software to implement JPEG image encoding, decoding, and transcoding. JPEG is a standardized compression method for full-color and grayscale images. The distributed programs provide...

## Summary Related discussion: https://github.com/apache/incubator-nuttx-apps/issues/1322 defconfig update: https://github.com/apache/incubator-nuttx/pull/7268 ## Impact Apps based on LVGL v7 will not work. ## Testing Daily test.