nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
Access out of bounds caused by alignment.The coredump function is not affected and has been verified ## Summary ## Impact ## Testing
I need to add cmake support because Kconfig refuses to use LLVM/Clang for this board. I am considering making a PR for this, however I ran into an issue with...
I got an error when generating build file for rv-virt:ksmp64 with cmake. ``` # cmake .. -DBOARD_CONFIG=rv-virt:ksmp64 -GNinja -- Initializing NuttX -- Board: rv-virt -- Config: ksmp64 -- Appdir: /mnt/files/inochi/cache/mainline/nuttx/../apps...
## Summary Cache the next timeout value in the drivers instance and update the mtimecmp value once. This is advantageous as the opensbi ecall to set the timer is expensive...
## Summary Support the jumbo frame in the sim. - First, support setting mtu on sim; - Then, optimize the use of iob by jumbo frame packets, and pre-alloc an...
## Summary sched/signal: move signal structures pool to bss sched/mqueue: move message queue buffer to bss Decoupling with memory allocator ## Impact N/A ## Testing ostest
## Summary This current driver does not handle well netpkts used in the write buffers. I learned about this document: https://github.com/apache/nuttx/blob/master/Documentation/components/net/netdriver.rst After I ported and contributed the original driver. However...
## Summary 1. x86_64: add ELF support add arch_elf64.c for x86_64, ported from sim/x86 Signed-off-by: p-szafonimateusz 2. arch/x86_64: add MMU interface add MMU api for x86_64 Signed-off-by: p-szafonimateusz 3. arch/intel64:...
## Summary Upgrade to the latest version V3.54. Segger official github repo is out-of-date. Downloading from segger website is available but not stable. Thus I mirrored them to https://github.com/XuNeo/SystemView ##...
## Summary Add support to MAX6675, see: https://www.embeddedrelated.com/showarticle/1673.php ## Impact For users ## Testing RaspberryPi Pico