-
It would be great to provide out of box support of Cyphal for px4_fmu-v6c target! At this moment an error occurs in main branch when building firmware with enabled Cyphal driver (CONFIG_DRIVERS_CYPHAL…
vmsav updated
7 months ago
-
The guide doesn't cover the steps for upstreaming a new port, regardless of type (NuttX/Linux)
Questions:
* at what point is it recommended to reach out to the project maintainers?
* How does a r…
-
The lpc4322's USB driver is unstable and does not pass testing. This needs to be fixed before this HIC can be tested in CI.
-
[Product page](https://www.bosch-sensortec.com/products/motion-sensors/imus/bmi088/)
[Datasheet](https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmi088-ds001.pdf)
Inter…
-
如题
Jddl updated
12 months ago
-
I am currently trying to write a program which can load and execute functions from AoT compiled wasm module using the wasm-c-api. Keeping the wasm modules and their functions simple (e.g int sum(int a…
-
I'm one of the NXP HoverGames participants and @igalloway asked me to open this bug report here in order to get support and make other HoverGames participants aware that we have an issue integrating t…
-
If configured CONFIG_CAN=y, CONFIG_STM32_CAN1=y in defconfig file and try make firmware
```
/src/can.c:26:10: fatal error: stm32_can.h: No such file or directory
26 | #include "stm32_can.h"
…
-
### Description / Steps to reproduce the issue
when I pass compiler versions as environmental variable it doesn't work:
```
CXX=g++-13 CC=gcc-13 cmake -B build -DBOARD_CONFIG=sim/libcxxtest -GN…
-
I am debugging the telnet-related functions on stm32f767. During the test, I found that stm32f767 can connect to PC via telnet as a server and enter the nuttx system normally. However, when stm32f76…