nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

Apache NuttX is a mature, real-time embedded operating system (RTOS)

Results 714 nuttx issues
Sort by recently updated
recently updated
newest added

## Summary Add the `nuttx_tweak_kconfig` function and the `nuttx_sethost` function to the current Nuttx `CMake` build system to ensure that the code can be compiled correctly on different platforms and...

The report script does not have "any tree" package in dependencies and need some old versions of this package. With version 2.12.1 it falls with this error : ``` File...

## Summary add init coresight driver framework ## Impact debug features ## Testing ETM->FUNNEL->ETF->ETR->psram STM->FUNNEL->ETF->ETR->psram coresight devices above are tested, and can produce trace data.

I updated from version 12.3 to version 12.4. When we build, version.h is automatically generated. However, the contents of version.h are version 12.3. ``` $ make Create version.h LN: platform/board...

I noticed that for the STM32H7 family, TIM9, TIM10, TIM11 are referenced in stm32_tim_lowerhalf.c and stm32_tickless.c (probably in other files such as kconfig as well) even though they don't exist...

Can Nuttx support raspberry 4 model B? Or anyone work on this board?

At first, thank you for reading this issue. I'm not quite sure if it occurred by NuttX scheduling. Perhaps applications cause this issue. ![dual_core](https://github.com/apache/nuttx/assets/40821031/8c19e28e-74a0-4a84-9475-097f40824e4e) Here is the process information of...

For the `rv-virt:nsh` target, make approach works well, but CMake build leads to undefined symbols for `g_symtab` etc. It seems that `defconfig` has `CONFIG_ALLSYMS` off and `CONFIG_NSH_SYMTAB` on. Further tests...

If you've got a C C11 library that's using `` and you want to use this library in CXX you simply can't. C++ provides a compatibility header `` but if...