Skip to content

Commit

Permalink
spin_lock: inline spin_lock
Browse files Browse the repository at this point in the history
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
Signed-off-by: hujun5 <[email protected]>
  • Loading branch information
hujun260 committed Jul 1, 2024
1 parent 0083ae1 commit d98877a
Show file tree
Hide file tree
Showing 32 changed files with 8,310 additions and 596 deletions.
1 change: 1 addition & 0 deletions SAVEMake.defs
Loading

0 comments on commit d98877a

Please sign in to comment.