nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
## Summary When the setinterface interface is called, it indicates that the underlying USB link has been successfully established. At this point, the status of the network card needs to...
*Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary We have enhanced the capabilities of the upper driver, mainly including the following features: 1.Support for multiple applications simultaneously using the upper...
### Is your feature request related to a problem? Please describe. NuttX "ls -l" command currently doesn't show the file timestamp, although this information is stored in some filesystems supported...
## Summary This PR updates various machine-dependent and libc source files within NuttX, primarily enhancing support and correctness for RISC-V and simulator architectures. The changes include: Modifications to machine code...
## Summary Mark memset as used_code to fix issues with GCC LTO and CMake which throws many "undefined reference to memset" errors. used_code force the compiler to emit the memset...
### Is your feature request related to a problem? Please describe. While testing two modules transmitting and receiving FSK data less than 1 meter (~ 3 ft) apart I noticed...
## Summary WIP code for fixed-math data type for sensors. All sensor math operations will require modification to use `sensor_data_xxx` macros. At the moment, no sensor is modified to handle...
## Summary PR delivered by kerogit over mailing list. This patch adds support for TC74 Tiny Serial Digital Thermal Sensor from Microchip. It is a standalone chip connected via I2C/SMBus....
## Summary Since the directory structure of the examples/elf project has been reorganized, the corresponding ROMFS_IMAGEFILE path also needs to be adjusted. this pull request is depends on: https://github.com/apache/nuttx-apps/pull/3224 ##...
### Description / Steps to reproduce the issue When testing mpfs mss_can.c, I encountered this weird issue with corrupted frame received from upperhalf. I would say about 10% defection. The...