nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
### Description Hello Community, We have had very interesting issue that we have been struggling for over a year now as it is intermittent but being in Semiconductor industry, it...
## Summary This PR adds a new Build Config `rv-virt:leds64_zig` that builds the Zig App `leds_zig` for QEMU RISC-V 64-bit. based on: https://github.com/apache/nuttx/pull/12862 ## Impact N/A ## Testing ```bash #...
## Summary SD card may suffers from reading problems on some devices including esp32s3. The root cause is, FIFO is not supported on it so far, so that SDIO_RECVSETUP does...
## Summary New driver for [amg88xx](https://industrial.panasonic.com/cdbs/www-data/pdf/ADI8000/ADI8000C66.pdf) sensor with basic capabilities. Currently supports the following ioctl commands: *SNIOC_SET_OPERATIONAL_MODE* : toggles sleep mode *SNIOC_SET_FRAMERATE* : toggles between 1 and 10 fps. *SNIOC_SET_MOVING_AVG*...
## Summary Increase the reference count of filep,fs_getfilep adds +1 to the reference count. After the call is complete, run the fs_putfilep command to release the reference count.When the reference...
## Summary The [Fast configuration changes](https://nuttx.apache.org/docs/latest/quickstart/configuring.html#fast-configuration-changes) section of the documentation mentions the need to run `make oldconfig` and `make olddefconfig` after changing the configuration with `kconfig-tweak`, but those commands are...
## Summary ## Impact ## Testing
## Summary ## Impact ## Testing
## Summary Since pthread_mutex is implemented by sem, it is impossible to see in ps who holds the lock and causes the wait. Replace semaphore with mutex implementation to solve...
## Summary Add lame library to apps/audioutils/lame Move sim_offload.c out of posix directory Remove -lmad & -lmp3lame from Makefile sim/alsa: Open AUDIOUTILS_LAME & AUDIOUTILS_LIBMAD ## Impact Simulator offload using internal...