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
# Versions * nuttx: `nuttx-8.2-17639-gafb368afd2` * nuttx-apps: `nuttx-12.5.0-89-g364f8cd41` # How to reproduce ```shell make distclean tools/configure.sh -l sim:nsh kconfig-tweak --enable CONFIG_NET kconfig-tweak --keep-case --enable CONFIG_NET_IPv6 kconfig-tweak --enable CONFIG_NET_UDP kconfig-tweak --keep-case...
## Summary Memory leak can be detected when simply change the while(1) loop to break after certain time. The `lv_nuttx_deinit` will free resources including display, input etc. ## Impact This...
## Summary and follow the kernel side change: https://github.com/apache/nuttx/pull/14509 ## Impact code refactor only ## Testing ci(need merge https://github.com/apache/nuttx/pull/14509 first)
## Summary 1. Since Nuttx commit https://github.com/apache/nuttx/commit/df5c876932c4c82e8aee32adca651bb99d9d6200 , the serial driver enable ICANON flag as default. This broken the VI and all keystrokes inputs are buffered. So disable it in...
## Summary Add pipeline support for nsh commandline through `pipe2()` and `posix_spawn_file_actions_adddup2()` 1. Pack parameters of nsh_execute() as struct nsh_exec_param_s - Input redirect flags currently is hardcode, passing by arguments...
Build Rust applictions with cargo is the most commn way, and it's more easy to cooporate with Rust ecosystem. This example shows how to use cargo to build a simple...
### Description / Steps to reproduce the issue please see https://github.com/apache/nuttx-apps/actions/runs/11381576984/job/31663367795?pr=2737: ``` ==================================================================================== Configuration/Tool: sim/module 2024-10-17 10:15:50 ------------------------------------------------------------------------------------ Cleaning... Configuring... Building NuttX... ar: no archive members specified usage: ar -d...
## Summary Add mbedTLS option to `examples/mqttc`. I haven't tried to connect with this code exactly to `"broker.hivemq.com"`, so example may not work as is (somebody needs to try), but...
### Description / Steps to reproduce the issue * As found in https://github.com/apache/nuttx-apps/pull/2671 the msys2 / cmake / ninja build is broken due to 8192 chars limit on command line...
## Summary Add vela alsa lib interface ## Impact nop ## Testing Use alsa lib interface play music in allwinnertech platform