-
Stock NuttX seems to be using a standard O(n) best-fit list-traversal allocator. It should be trivial to replace and benchmark.
-
Petro reported that IDF didn't work inside his Mac "/Volumes/Macintosh HD (CS)/" then I suspected of spaces in the name of Volume name and then I decided to test similar thing on NuttX building system…
-
Report from all ci console, like this:
https://github.com/apache/nuttx/actions/runs/7347758008/job/20004759931
-
@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…
-
### Description / Steps to reproduce the issue
build system in protect mode or kernel mode
1. make a breakpoint at function uart_read
2. type any character in the nsh shell
As you can see, t…
-
Hello! I'm looking to use micro-ROS on a mcu with our ros2 system. I've run into a couple of issues that thankfully only took a few minutes to identify the cause of, that turned out to have been fixed…
-
Error when compiling. Long int vs unsigned int.
``` Console
-- Build files have been written to: /home/iain/PX4-firmware/build/nxp_ucans32k146_default
[39/321] Generating apps/libapps.a
FAILED: …
-
Hello world :-)
I found a problem with initial configuration after some git remote renames and top `nuttxworkspace.git` directory. No clue why exactly :-)
```
% git checkout master
Switched to…
-
I encountered this issue while calling "make export" immediately after configuring my board application. It appears that "libboard.a" is not being built or copied to the destination folder before gene…
-
Hi:
I have try the master branch and remotes/origin/releases/12.2 both get the rusult as following.When I use nuttx 2 years ago,it can run correctly.Is it a new problem or there is some thing I conf…