archer
archer
## Summary enhance cmake build system (Enhance #3704) 1. Update all CMakeLists.txt to adapt to new layout 2. Fix cmake build break 3. Update all new file license 4. Fully...
## Summary libs/libc/queue: inline queue list to improve performance add a config CONFIG_LIBC_INLINE_QUEUE to inline the queue list ``` Test Board: lm3s6965-ek:qemu-flat Code Size: Original: $ size nuttx text data...
## Summary make/archive: replace the dependency to preprequisite list Signed-off-by: chao.an ## Impact N/A ## Testing N/A
## Summary sigdeliver/smp: restored registers should be protected by critical section [CPU1] [24] up_assert: Assertion failed CPU1 at file:armv7-a/arm_sigdeliver.c line: 73 task: waiter [CPU1] [24] arm_registerdump: R0: 00000001 R1: 108321d8...
## Summary mm/iob: add qentry private data support ## Impact N/A, change to use for PR https://github.com/apache/incubator-nuttx/pull/4210 ## Testing IOB test
## Summary net/tcp: add Selective-ACK support net/tcp: d_appdata should remove the tcp specific option field net/tcp: add out-of-order segment support mm/iob: add qentry private data support Reference: https://datatracker.ietf.org/doc/html/rfc2018 ## Impact...
## Summary enhance cmake build system (Enhance #3704) 1. Update all CMakeLists.txt to adapt to new layout 2. Fix cmake build break 3. Update all new file license 4. Fully...
## Summary make/archive: replace the dependency to preprequisite list Change-Id: I3c3f9354cedb9f4f69c66698cd7556f1de95c660 Signed-off-by: chao.an ## Impact N/A ## Testing N/A
## Summary sched/msgq: add support of System V message queue sched/mqueue: decoupling condition member to common prologue https://man.openbsd.org/msgget.2 ## Impact N/A ## Testing System V message queue test
## Summary sched/group: change type of task group member to single queue Change the type of task group member to single list chain to avoid accessing the memory allocator to...