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
### Is your feature request related to a problem? Please describe. Hi, does anyone have mcumgr ported on NuttX? If not, I think it's a project worth porting, as it...
During NTP server querying through the `ntpclient.c`, different NTP server domain names (e.g., 0.uk.pool.ntp.org, 1.uk.pool.ntp.org) might resolve to the same set of IP addresses due to **DNS caching**. This can...
## Summary Modify character-by-character read to block read of the entire buffer. Due to DMA-based transfers, the rx buffer can receive a large amount of data at once. The previous...
## Summary Add functional tests for the newly added hrtimer APIs, including hrtimer_init(), hrtimer_start(), and hrtimer_cancel(). ## Impact This PR depends on https://github.com/apache/nuttx/pull/17489 ## Testing **ostest passed on a2g-tc397-5v-tft with...
## Summary Modify the build and test files to make the MQTT test cases run. ## Impact Only affects MQTT testing ## Testing The compilation is successful and the test...
## Summary The directory structure, how to build/run test cases, and how to add a test case are described. ## Impact Adding a description document will not affect the functionality...
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary - Update CMakeLists.txt to use LVGL v9.4.0 - Update Kconfig with new v9.4.0 configuration options - Update Makefile with new LVGL version...
## Summary This patch series brings comprehensive PTP (Precision Time Protocol) daemon support to NuttX, implementing a complete IEEE 1588 PTPv2 stack with the following key enhancements: 1. **Core Infrastructure**...
## Summary add a reference count to the TCB to prevent it from being deleted. To replace the large lock with smaller ones and reduce the large locks related to...
## Summary Fix some case break if we enable Net & local socket & rpmsg socket, but did not enable iNet and ipv6, iNet is not a must have feature...