incubator-nuttx/arch/mips
hujun5 a4fece3450 spin_lock: inline spin_lock
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
2024-07-15 02:29:30 +08:00
..
include Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
src spin_lock: inline spin_lock 2024-07-15 02:29:30 +08:00
Kconfig sched/task/fork: add fork implementation 2023-07-12 02:27:37 +08:00