nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
### Description / Steps to reproduce the issue $ export PICO_SDK_PATH=~/pico-sdk $ ./tools/configure.sh raspberrypi-pico:usbnsh $ make -j picotool uf2 convert --quiet -t elf nuttx nuttx.uf2; /usr/bin/bash: line 1: picotool: command...
Please provide your feedback for the [NuttX PR Review Bot](https://github.com/apache/nuttx/pull/13494#issuecomment-2357371589). Thanks! - Earlier Discussion: https://github.com/apache/nuttx/pull/13494#issuecomment-2357371589 - Source Code for PR Bot: [nuttx-pr-bot](https://github.com/lupyuen/nuttx-pr-bot/blob/main/src/main.rs) - PR Tips: ["Preparing a Pull Request for...
## Summary * As the number of PRs increases noticeably improvements in review process are necessary. * Some PRs introduce important and necessary updates but laconic descriptions makes it hard...
### Description / Steps to reproduce the issue Perhaps due to me upgrading my arm gcc cross compiler recently, I'm seeing a compiler warning because of the definition of __CONCAT...
### Description I tested LUATOS ESP32C3 and ESP32-C3-mini I tried these 1. boardctl(BOARDIOC_RESET, 0); 2. esp_restart(); 3. esp_rom_software_reset_cpu(0); But it sleep always. I tried esp_restart from esp-idf project, it works...
### Description Currently, the labels are not very readable. There is too much colors for lables that don't really mean anything and there is no distinction on the type/context of...
## Summary Espressif recently added support for esp32s3 on their qemu, so we migrate the openeth ethernet driver to xtensa common and add it to the esp32s3-devkit config. ## Impact...
### Description / Steps to reproduce the issue I've identified a couple of issues when using LLVM libcxx and userspace applications. This is reproducible on `rv-virt:knsh` with the addition of:...
## Summary 1. fs/reference_count: set default reference count option to n Most of developers will not have the scenarios of open/close file descriptors in multi-threads, The default option will incur...
## Summary fix smp boot not enter idle Configuring NuttX and compile: $ ./tools/configure.sh -l qemu-armv8a:nsh_smp $ make Running with qemu $ qemu-system-aarch64 -cpu cortex-a53 -smp 4 -nographic \ -machine...