-
We would like Dev A board to have Nuttx Status LED enabled (CONFIG_ARCH_LEDS)
Dev A only has a RGB led, so we should use it for status only, not for user.
For Nuttx internal, the control API i…
-
```
make px4_fmu-v2_default
make[1]: 正在进入目录 `/home/PX4/workspace/PX4/FIR/Firmware'
-- PX4 config file: /home/PX4/workspace/PX4/FIR/Firmware/boards/px4/fmu-v2/default.cmake
CMake Error at platform…
-
I am trying to compile the microxrceclient for NuttX from the master branch, which fails as it is missing a reference to the Micro-CDR library. Particularly client_main.c is missing a reference to #in…
-
The Wiki for this repository should contain instructions about how to download, build and run the emulation software. This includes any system requirements, compiler, etc.
-
Many NuttX configurations doesn't compile correctly with gcc14 and some return new warnings.
Since correcting everything will take some time, I'm opening a new issue to track progress.
Here are …
-
Currently almost all Ethernet MAC with DMA roughly work in the following manner
```mermaid
sequenceDiagram
participant DMA
participant MAC driver
MAC driver->>MAC driver: Allocate r…
-
Here are issues encountered with PROTECTED mode risc-v device after commit `741de4b45055a7faec0d` applied:
```
$ rm -rf * && cmake ~/Projects/Nuttx/nuttx -DBOARD_CONFIG=canmv230/pnsh -G Ninja
--…
yf13 updated
8 months ago
-
```
Description: The NuttX time_t is type uint32_t. I think this is consistent
with all standards and with normal usage of time_t. However,
according to Wikipedia, tim…
-
@kamtom480: a question for you:
The implementation of `assert()` in spresense comes from nuttx. `assert()` is defined as `ASSERT()` when `NDEBUG` is not defined. See https://github.com/sonydevworld…
-
## Feature
- Add Xtensa to wamrc build CI.
## Benefit
- Avoid long CI runs on projects that depend on WAMR and clunky dependencies.
## Implementation
Use `build_llvm_xtensa.sh` instead …