nuttx/boards/arm64/qemu/qemu-armv8a/configs
TaiJu Wu ffba0d15a5 Feature: implement ticket spinlock
test config: ./tools/configure.sh -l qemu-armv8a:nsh_smp

Pass ostest

No matter big-endian or little-endian, ticket spinlock only check the
next and the owner is equal or not.

If they are equal, it means there is a task hold the lock or lock is
free.

Signed-off-by: TaiJu Wu <tjwu1217@gmail.com>

Co-authored-by: Xiang Xiao <xiaoxiang781216@gmail.com>
2023-10-07 01:38:37 +08:00
..
citest Run refresh.sh to update all board configs 2023-09-02 14:45:44 +08:00
citest_smp Run refresh.sh to update all board configs 2023-09-02 14:45:44 +08:00
fb qemu: get reg and irq from devicetree node rather than macro 2023-09-12 21:59:26 +08:00
netnsh qemu: get reg and irq from devicetree node rather than macro 2023-09-12 21:59:26 +08:00
netnsh_hv qemu: get reg and irq from devicetree node rather than macro 2023-09-12 21:59:26 +08:00
netnsh_smp qemu: get reg and irq from devicetree node rather than macro 2023-09-12 21:59:26 +08:00
netnsh_smp_hv qemu: get reg and irq from devicetree node rather than macro 2023-09-12 21:59:26 +08:00
nsh Run refresh.sh to update all board configs 2023-09-02 14:45:44 +08:00
nsh_gicv2 Run refresh.sh to update all board configs 2023-09-02 14:45:44 +08:00
nsh_smp Feature: implement ticket spinlock 2023-10-07 01:38:37 +08:00
nsh_smp_tickless Run refresh.sh to update all board configs 2023-09-02 14:45:44 +08:00