nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
Currently NuttX has many initialization options each one used for some specific case, but at least CONFIG_NSH_ARCHINIT that is used to do drivers initialization when NSH is enabled could be...
When trying the `ostest` within the `rv-virt:fb` configuration, I got illegal instructions exceptions like below: ``` user_main: FPU test Starting task FPU#1 fpu_test: Started task FPU#1 at PID=6 [ 9.170000]...
When running Nuttx `sim:tcpblaster` in GDB , I am encountering a problem to access the network. I cannot seem to access or to ping either the gateway or dns 8.8.8.8....
I use `nuttx` to build for a certain development board, and use [`uboot`](https://github.com/u-boot/u-boot) (which is a BootLoader tool) to build for the same development board. Both will generate a `.config`...
At each transfer, there is a TERR (transfer error) on the RX channel. I tried to put the MISO pin on idle/high/low but it has no effect. According to SAMD21...
we are using Nuttx 9.1.0 as host OS on our Robot Control Boards using STM32H7, and we are seeing an odd behavior when communicating with our main board that is...
 I compile on Linux and arm64 machines, but using cmake will result in compilation failure. The variable `./build/.config:103:CONFIG_HOST_X86_64=y` value in the `.config` file generated by cmake was found to...
In a previous email thread, @xiaoxiang781216, @pkarashchenko, and I discussed making C header files compatible with c++. This is necessary so a C++ application can `#include` C headers w/o compilation...
# Error ``` P:➜ nuttx git:(master) ✗ make -j8 LD: nuttx arm-none-eabi-ld: warning: /home/trns1997/nuttxspace/nuttx/nuttx has a LOAD segment with RWX permissions arm-none-eabi-ld: /home/trns1997/nuttxspace/nuttx/staging/libxx.a(locale.o): in function `__tcf_0': locale.cpp:(.text.__tcf_0+0x10): undefined reference to...
When I'm using the cjson library for learning, nuttx gets assertion errors. I don't think it's the program, it's the heap space that's too small causing the error, I tried...