-
Hello,
is it planed to split out a bit the code-base within nuggets ; for instance, such as, libc, libm, libcxx frontends making them standalone projects? indeed, those topics have already their ow…
mu578 updated
3 years ago
-
In order to make sure that our final version of firmware does not depend on any external git modules, please remove all the git submodule linkages. There are 13 submodules registered with PX4 (check t…
-
@brunodebus and @mouse256, trying to use this way to reach you (e-mail didn't work so far):
This is Víctor Mayoral Vilches, working at OSRF. Esteve contacted you a while ago showing our interest in…
-
I have noticed that some code accesses memory-mapped I/O (MMIO) without going through Hardware Abstraction Layer (HAL) or drivers. This type of access may have several drawbacks, including poor portab…
-
I'm following this tutorial https://www.youtube.com/watch?v=8noH8v7xNgs
But ping if failing:
```
nsh> ping 10.0.0.1
ERROR: socket() failed: 93
```
-
When putting an application on ENTRYPOINT instead of launching it manually through nsh, some driver initialization is missing.
This is explained in the faq. https://nuttx.apache.org/docs/latest/faq…
-
Everything within PX4 should be migrated to the new in tree work queue (https://github.com/PX4/Firmware/blob/master/src/platforms/common/px4_work_queue). Then NuttX builds will drop HPWORK and LPWORK …
dagar updated
4 years ago
-
Recently I've been testing FTPD operation on custom SAME70 based board with FileZilla FTP client.
I had `CONFIG_NET_TCP_WRITE_BUFFERS=y`.
I have a folder with 2 files that I try to upload from lap…
-
### Describe the bug
I observed that on some pixhawks that date and time is not tracked correctly over reboots or power cycle. This can be observed using the `date` or `system_time get` command befor…
-
Let me know when you will be able to complete the uORB messages and modules.