nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
## Summary The PR aims to fix an issue with the framebuffer resolution, which was inverted. ## Impact RELEASE ## Testing CI
## Summary fix genarate include/nuttx/version.h define CONFIG_VERSION_STRING "12.5.1 " missing closing quote ^~~~~~~~~~~~~~~~~~~~~~ define CONFIG_VERSION_MAJOR 12 ## Impact RELEASE ## Testing CI
## Summary This commit fixed windows compilation errors `struct lp_wqueue_s/hp_wqueue_s has an illegal zero-sized array`. ## Impact RELEASE ## Testing CI
## Summary fix adc example for nucleo-f446re: - the second ADC channel should be different from first channel - enable ADC SCAN mode so we get convertion on CH0 and...
## Summary arch/risc-v: decouple common source for Espressif's MCUBoot port Decouples the NuttX build from the MCUBoot common source on RISC-V Espressif devices. Allows using different branches for each. arch/xtensa:...
## Summary When writing to the next sector after the forward position has been written by seek, the old sector buffer is used, which may corrupt the file system. Therefore,...
## Summary Fix compilation when TIM6/TIM7 is missing for stm32-m0. ## Impact RELEASE ## Testing CI
## Summary For AVR, atomic functions generated by LOAD macro turn into load surrounded by up_irq_save and up_irq_restore. The generated code was incorrect as can be seen from disassembly of...
## Summary the address is 0x3c270203, cause unaligned access usage Fault (gdb) p g_tcp_connections $1 = {pool = 0x3c270203 , prealloc = 8, dynalloc = 1, nodesize = -376, sem...
### Description / Steps to reproduce the issue Hi, After [b8e30b5](https://github.com/apache/nuttx/commit/b8e30b54ec9c3092cb44394cdb6a4958dd6d3b42) commit which came in https://github.com/apache/nuttx/pull/16499 PR made esp32s3-devkit:txtable configuration failed to boot. Same commit also still effecting https://github.com/apache/nuttx/issues/16531 issue...