-
OS:centos,also happens on v1.10.0 stable
[root@VM_0_15_centos Firmware]# make px4_fmu-v5_default
-- PX4 version: v1.11.0-beta1-140-g6dfe12d
-- PX4 config file: /root/Firmware/boards/px4/fmu-v5/d…
-
Create Telemetry Driver
Interface: LPUART4
Device: MAX3232MPWREP
[Product Page](https://www.ti.com/store/ti/en/p/product/?p=MAX3232MPWREP)
[Datasheet](https://www.ti.com/lit/ds/symlink/max3232-ep.…
-
In the (new) compat.h file, there is a redefinition of the type ssize_t to int64_t instead of the usual int.
These gives some errors if we compile libshv for NuttX. I can now avoid errors by simpl…
-
At the moment it's just a long list of supported architectures, supported chip families and supported boards.
```
* architecture
** chip familly
*** board 1
*** board 2
*** ....
```
Maybe …
-
NuttX defines `CLOCKS_PER_SEC` as:
```
#ifdef CONFIG_USEC_PER_TICK
# define CLK_TCK (1000000/CONFIG_USEC_PER_TICK)
# define CLOCKS_PER_SEC (1000000/CONFIG_USEC_PER_TICK)
#else
# d…
-
* Various MCU use eFuse for non-volatile hardware and security configuration.
* There is no common eFuse driver implementation in NuttX at this moment.
* Documentation is required in this area.
* E…
-
I tried to build simulator on my M2 MBA, It produce error like below.
```
➞ ./tools/configure.sh -m sim:nsh
No configuration change.
➞ make clean
➞ make -j8
Create version.h
CC: misc/lib_fn…
-
I am trying to enable CAN on my CUAV V5+ for a custom application (not UAVCAN).
From reading [fmu-v5/src/can.c](https://github.com/PX4/Firmware/blob/master/boards/px4/fmu-v5/src/can.c), I believe t…
-
**Describe problem solved by the proposed feature**
There are several drivers/modules that implement crc code. the code is redundant, not on a lib and not cross compiled.
I have noticed that on pr '…
-
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