nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
@acassis on `nuttx-12.5.0`, switching on `CONFIG_NET_LOOPBACK` to get the `lo` localhost working breaks `eth0` interface so that I can no longer ping the board. The `mpfs_ethernet.c` file turns on the...
## Summary this function is called via esp_spiram_init_cache early in the boot. ## Impact ## Testing esp32-devkitc:psram + smp enabled
## Summary the "-pipe" build option is unnecessary, so remove it from all build file ## Impact ## Testing
## Summary This patch adds a static compatiblity check for most of structures from NuttX, which is used by Rust. Currently, for most of them have a reserved field, which...
## Summary Added initial support for the CSK6011A chip to the NuttX RTOS. This includes: - Basic initialization and configuration for the CSK6011A and CSK6011A-NANO. - Integration with the existing...
## Summary Adds nand and mnemofs sim configs. ## Impact Testers and users have default configuration files to use nand device simulators out of the box. ## Testing Manual testing...
## Summary Fix the regression from https://github.com/apache/nuttx/pull/13190 ## Impact ## Testing
## Summary DPORT_APP_CACHE_MASK_DRAM1 is already a mask. ## Impact ## Testing tested on esp32-devkitc. the esp32_userspace.c bit is totally untested.
## Summary arm/gicv3: replace this_cpu() to up_cpu_index() up_cpu_index() will return the physical core id and this_cpu() will alway return 0 in AMP mode 1. replace this_cpu() to up_cpu_index() 2. add...
## Summary When a large number of threads are created in SMP, malloc in nxtask_assign_pid may cause thread switching and create new threads. This may lead to accessing invalid pointers....