nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

spin_lock: inline spin_lock

Open hujun260 opened this issue 1 year ago • 1 comments

Summary

spin_lock: inline spin_lock

Impact

Testing

test: We can use qemu for testing. compiling make distclean -j20; ./tools/configure.sh -l qemu-armv8a:nsh_smp ;make -j20 running qemu-system-aarch64 -cpu cortex-a53 -smp 4 -nographic -machine virt,virtualization=on,gic-version=3 -net none -chardev stdio,id=con,mux=on -serial chardev:con -mon chardev=con,mode=readline -kernel ./nuttx

hujun260 avatar Jul 01 '24 00:07 hujun260

I think there are some mistakes, these SAVEconfig shouldn't come to mainline, please check

acassis avatar Jul 02 '24 13:07 acassis