nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
## Summary I have no idea what this setting is. I'm just blindly trying to follow whatever esp-idf does. the esp-idf counterpart: https://github.com/espressif/esp-idf/blob/6e5414b6c4f265a0adfb56a15fbfbe6beb1f8373/components/esp_psram/esp32/esp_psram_impl_quad.c#L702-L712 https://github.com/espressif/esp-idf/blob/6e5414b6c4f265a0adfb56a15fbfbe6beb1f8373/components/esp_psram/esp32/esp_psram_impl_quad.c#L136-L147 ## Impact ## Testing tested on...
### Description / Steps to reproduce the issue Hello All, I am trying to use 2 esp32c6 devkit m, one as master and one as slave. Slave spi cannot work....
## Summary Add support to RFID MFRC522 ## Impact Users will be able to use MFRC522 with linum board ## Testing ./tools/configure.sh linum-stm32h753bi:mfrc522
## Summary Make this_cpu is arch independent and up_cpu_index do that. In AMP mode, up_cpu_index() may return the index of the physical core, this_cpu() will always return 0. In SMP...
### Description # Backgound I'm porting Rust libstd to NuttX, and I've run into a problem with FFI. Please check the early work in progress: https://github.com/apache/nuttx-apps/pull/2487 For Rust, the libstd...
### Description / Steps to reproduce the issue eg. https://github.com/apache/nuttx/actions/runs/10627437276/job/29460582353 ``` Building NuttX... chip/stm32_gpio.c:41:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py' 41 | # pragma message...
## Summary ## Impact ## Testing
## Summary dynaminc create g_irqmap to reduce the use of data segments CONFIG_ARCH_NUSER_INTERRUPTS should be one more than the number of IRQs actually used ## Impact none ## Testing ostest
## Summary In the SMP, when a context switch occurs, restore_critical_section is executed. In order to reduce the time taken for context switching, we inline the restore_critical_section function and we...
### Description / Steps to reproduce the issue For a description of how to reproduce the bug: 1. Configure the nuttx workspace with `./tools/configure.sh -E -l sim:citest` 2. Execute `make`...