-
Is anyone looking at implementing OpenThread ( https://github.com/openthread/openthread ) in the nuttx system?
As quite a few projects use nuttx for IoT devices, wondering if it would be a good idea…
-
This is what I do as follows:
(gdb) load nuttx
Loading section .text, size 0x1523f lma 0x8000000
Loading section .ARM.exidx, size 0x8 lma 0x8015240
Loading section .data, size 0x64 lma 0x8015248
…
-
Due to instability in the module "dataman" module , I hereby uploaded the uncleaned version with git and other modules so it would be easier to clean the dataman package. As mentioned in the previous …
-
Hello,
Unfortunately, I can not build eagle100:nxflat and eagle100:thttpd configurations.
As I've understood from README files and history files in NuttX repo, there are some not yet resolved issues…
-
The `-C relocation-model=pie` option for `rustc` will produce an executable where code and data are designed to be in the same region (i.e. RAM) and can be located anywhere provided their relative off…
-
## Expected Behavior
Successful flash of ArduPilot, ChibiOS, Multirotor stack to Pixhawk 2.4.8
## Current Behavior
After following instructions and clicking the OK button and waiting quite a long…
-
tl;dr:
`px4_task_spawn_cmd` sets the `argc` and `argv` variables differently on Nuttx and Posix. Nuttx is correct and includes the command name in `argv[0]`. But the Posix-Implementation only adds the…
-
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…
-
How does nuttx link its own static libraries?
-
debug.h is a generic header file but not defined by posix, so it is very easy to be conflicted with external project.