nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
There are some files with the issue, I just used git grep to find it: ``` $ git grep "if (" | grep "\;" ``` Our nxstyle.c needs to be...
## Summary sched: Introduce Bound Multi-Processing (BMP) into NuttX Bound multiprocessing provides the scheduling control of an asymmetric multiprocessing model, while preserving the hardware abstraction and management of symmetric multiprocessing....
Hi everyone, I'm trying to create a custom board that is based on a Nucleo-144. I want to have this board versioned so I simply copied the directory `boads/arm/stm32f7/nucleo-144` to...
## Summary this should resolve https://github.com/apache/nuttx/issues/12019#issuecomment-2024806454 the link_option of nuttx_user target should be allowed to be set freely ## Impact protected mode ## Testing ``` cmake -B build -DBOARD_CONFIG=canmv230/pnsh cmake...
i want to use cpp stl in nuttx program, so i set ``` 140 CONFIG_HAVE_CXX=y 141 CONFIG_HAVE_CXXINITIALIZE=y 142 CONFIG_UCLIBCXX=y 143 CONFIG_LIBSUPCXX=y 144 CONFIG_CXX_STANDARD="gnu++17" 145 CONFIG_CXX_EXCEPTION=y 146 CONFIG_CXX_RTTI=y ``` in meanuconfig...
## Summary leave a warning for PR when Makefile or *.defs changed ## Impact ## Testing
## Summary arch/tricore: add Bound Multi-Processing (BMP) support Add bmp support to tricore to enable all CPUs Signed-off-by: chao an ## Impact N/A ## Testing tc397/bmp 
The rendered docs contain Makefile snippets in some places, e.g.: https://nuttx.apache.org/docs/latest/guides/customapps.html#makefile The content of the snippet is supposed to be exportable via the "copy" button in the top right corner....
Here are issues encountered with PROTECTED mode risc-v device after commit `741de4b45055a7faec0d` applied: ``` $ rm -rf * && cmake ~/Projects/Nuttx/nuttx -DBOARD_CONFIG=canmv230/pnsh -G Ninja -- Initializing NuttX -- Board: canmv230...
## Summary enable sigpause test, https://github.com/apache/nuttx/pull/11916 break several case and revert it. ## Impact none ## Testing open posix ci