nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
I was working with the I2C sensor AS5048B. I encountered this error and tried different clock speeds and changed the I2C timeout settings, but the problem still exists. tiva_i2c_transfer: I2C1:...
When pthread_mutex_init is called, it should also set the proto with SEM_TYPE_MUTEX so that nxsched_get_stateinfo can report better information for debugging of a thread's state.
## Summary Implement GSO/GRO functions on the sim, which mainly support the TCP and UDP. ## Impact The sent packets will not be fragmented by IP Layer, but will be...
## Summary provide architecture specific perfmon bindings. Using the up_perf_xx bindings directory with the core clock is more efficient than performing a nanosecond conversion on every gettime event. ## Impact...
## Summary mm/mm_heap: move user buffer cleanup outside mm_lock() 1. Move user buffer cleanup outside of mm_lock() to improve performance 2. Fix free magic and posion mask is not set...
## Summary fix the issue report here: https://lists.apache.org/thread/sys37yf63rq501fd1v8y3zyh6vk10v1d ## Impact more robust ## Testing ci
## Summary this pipe is widely used in Android emulator and specified here: https://android.googlesource.com/platform/external/qemu/+/master/docs/ANDROID-QEMU-PIPE.TXT ## Impact new driver ## Testing goldfish camera/gps
Hi, I was running PX4 based on NuttX on esp32s3 and found an error. a float data will be nan after a simple multiplication.  And the console output: ...
Many NuttX configurations doesn't compile correctly with gcc14 and some return new warnings. Since correcting everything will take some time, I'm opening a new issue to track progress. Here are...
win10 ``` Administrator@HomePc MSYS /e/nuttxspace # git clone https://github.com/apache/nuttx.git nuttx Cloning into 'nuttx'... remote: Enumerating objects: 762151, done. remote: Counting objects: 100% (532/532), done. remote: Compressing objects: 100% (286/286), done....