-
Hi, I try to run some RTOS called Nuttx (version 7.1.8) on gnuarmeclipse 2.8
However, I failed to doing it. So, I try to seek some advice for it.
I used the following option.
--verbose …
-
I have a question about RR scheduler
https://github.com/apache/nuttx-apps/blob/d73e6412b7d8453b25c91f324c81d88f8abbcd51/testing/ostest/roundrobin.c#L227
The comment shows thread_1 and thread_2 s…
-
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 CO…
-
When I was debugging the STM32F405 USB function, I encountered a crash.
It seemed that the data structure was damaged.
The cause of this problem is that the **interrupt was responded to in t…
-
**Describe the bug**
When trying to build the firmware for px4_fmu-v5, I'm running into a -Wfatal-error because of the use of __ULong in Nuttx cmath.
PX4 Version/setup:
```
-- PX4 version: v1.13.…
-
@anjiahao1
@xiaoxiang781216
@gregory-nutt
@zx2c4
Hi,
I would like to request that WireGuard be integrated into NuttX. WireGuard is a new and modern VPN protocol that offers a number of advant…
-
Hello,
when trying to use the J-Link plugin to do thread aware debugging the JLinkGDBServer crashes/shows errors.
I compiled the plugin from master and an older version that goes along the sources…
-
```
rmwilson@mint16: ~/dev/git/ardupilot/ArduPlane (master *=)$ make px4
../mk/px4_targets.mk:26: *** ERROR: NUTTX_SRC not set correctly - no configs directory found. Stop.
```
-
I'm trying to get Atmega128 work with NuttX and when I did "git checkout 7.15" noticed that arch/ and configs/ directories were empty.
I think it was caused because in the past some directories wer…
-
On px4_fmu-v5_test (px4_fmu-v5_default + test modules, nuttx ostest, etc) there's a hard fault when running the NuttX ostest.
![Screenshot from 2023-01-07 10-13-15](https://user-images.githubuserco…