nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
### Is your feature request related to a problem? Please describe. Over the weekend we had CI Build Issues that took a while to resolve: - https://github.com/apache/nuttx/pull/14229 - https://github.com/apache/nuttx/pull/14252 -...
## Summary The `nuttx/arch.h` included in userspace.h will cause some unnecessary headers to be introduced in the user program (such as `net.h`). We are trying to remove the inclusion of...
### Description / Steps to reproduce the issue I have been using libarchive in nuttx, and everything was fine until stdio.h included the nuttx header file. There was a conflict...
## Summary Hi all, Here open a new PR just for : Requesting SIM/QEMU automation script Especially the compile cmd, run cmd. Recently we push lots of PR to the...
### Description / Steps to reproduce the issue see the following test code: ```c #include void print_stackinfo(const char *label, const struct stackinfo_s *p) { printf("%s: %p: %zu %p %p\n", label,...
### Description Hi all! Just so I understand what's going on. Which standard does NuttX follow during release? Do we have that written somewhere? I checked the [documentation](https://nuttx.apache.org/docs/latest/contributing/workflow.html) and it...
### Description / Steps to reproduce the issue 1) On Pi Pico W board with Pi Pico SDK 2.0, setup a system with working flash SmartFS file system and without...
### Description / Steps to reproduce the issue I tried cxxtest on stm32f411e-disco and xmc4800-relax with the C++ toolchain enabled: NuttShell (NSH) NuttX-12.7.0-RC0 nsh> cxxtest prindump_assert_info: Current Version: NuttX 12.7.0-RC0...
### Description / Steps to reproduce the issue Enable ostest on xmc4800-relax start it ``` nsh> ostest stdio_test: write fd=1 stdio_test: Standard I/O Check: printf stdio_test: write fd=2 ostest_main: putenv(Variable1=BadValue3)...
### Description / Steps to reproduce the issue 1. Check the `.config` to contain `# CONFIG_NSH_DISABLE_FREE is not set`. 2. Build and flash the firmware. 3. See that `free` command...