nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
## Summary This patch tries to follow the coding style of NuttX and avoids nesting functions, handling the error return. ## Impact Improvement ## Testing build only
## Summary This commit addresses an issue of multiple invalid loops in the rpmsgfs_mkpath function under specific cross-system mount scenarios. Problem Description: The mount command in the NuttX shell is...
### Is your feature request related to a problem? Please describe. Driver support for the two mini-HDMI outputs on the RPi 4B does not exist yet on NuttX. ### Describe...
### Is your feature request related to a problem? Please describe. The current support for the EMMC2 interface on the Raspberry Pi 4B does not have implemented card interrupts (see...
## Summary * ftl_initialize isn't used anymore after: * https://github.com/apache/nuttx/pull/16642 * https://github.com/apache/nuttx/pull/16738 * required for https://github.com/apache/nuttx-apps/pull/3147. ## Impact * API break in drivers/mtd/ftl: * `int ftl_initialize_by_path(FAR const char *path, FAR...
### Description / Steps to reproduce the issue Using configuration `raspberrypi-4b:sd`. The uSD card is a Sandisk 64GB card. Trying to delete a file on the uSD card: ``` nsh>...
### Is your feature request related to a problem? Please describe. It seems that the commit check is still not working properly. Some edge cases are not checked and git...
### Description / Steps to reproduce the issue The `callbackenable` function prototype exists outside of the ifdef guards for HPWORK queue support in include/nuttx/sdio.h. However, this function is meant to...
### Description / Steps to reproduce the issue This is not really a bug, but when developing the RPi4B SDIO implementation in #17245, I wasted a little bit of time...
### Description Hi, I am working on an application where I need to accurately measure the CPU load of individual threads/tasks, as well as the overall system CPU load in...