nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
## Summary If arp search fails once, subsequent searches for the ip will directly return failure, and sends an asynchronous arp request to try to update arp table in the...
## Summary 1. refactor the toolchain management in CMake 2. unify the cmake toolchain name style 3. support greenhills build procedure with CMake 4. add protect build for greenhills and...
### Description Hi everyone, In recent, I want to add some _info() in nx_start(), but the information don't print to ternimal on FVP. But I can use "dmesg" instruction to...
## Summary enable LIBSUPCXX: text data bss dec hex filename 93080 592 5472 99144 18348 nuttx/nuttx enable LIBCXXABI: before: text data bss dec hex filename 126468 352 5960 132780 206ac...
## Summary Remove the judgment of GCCVER and add compilation options directly. If there is a problem that the compiler cannot recognize the compilation options, add it separately. ## Impact...
## Summary since routines called by IRQ need to be protected in SMP too. ## Impact ## Testing
## Summary Remove the judgment of GCCVER and add CXXFLAGS directly. If there is a problem that the compiler cannot recognize the compilation options, add it separately. ## Impact ##...
## Summary Rename mmcsd_read_csd to mmcsd_read_extcsd, since it really read extcsd register not csd register and remove the temp buffer inside it. ## Impact mmcsd ## Testing cortex m55
## Summary mmcsd: move block driver register to probe stage in order to read ext_csd reg ## Impact mmcsd ## Testing cortext M55
## Summary ARM64 SMP IRQ stack bug modify request In previous PR: https://github.com/apache/nuttx/pull/13520 We have fix a SMP bug in ARM64, will cause by don't use interrupt stack in SMP...