masayuki2009 commented on PR #12281:
URL: https://github.com/apache/nuttx/pull/12281#issuecomment-2100333427

   @hujun260 
   
   Why did you modiy fatfs and yaffs in the latest commit?
   
   ```
   ommit f3e05c9c068f2afe5ed78926f794fb58f8ec2cda (HEAD -> apache_1, 
origin/apache_1)
   Author: hujun5 <[email protected]>
   Date:   Sat May 4 16:01:32 2024 +0800
   
       csection: We can save execution time by removing judgments.
       
       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=co
   n,mode=readline -kernel ./nuttx
       
       or
       compiling
       make distclean -j20; ./tools/configure.sh -l sabre-6quad:smp ;make -j20
       running
       qemu-system-arm  -semihosting -M sabrelite -m 1024 -smp 4 -kernel 
nuttx/nuttx -nographic
       
       Signed-off-by: hujun5 <[email protected]>
   
   diff --git a/fs/fatfs/fatfs b/fs/fatfs/fatfs
   new file mode 160000
   index 0000000000..e961551506
   --- /dev/null
   +++ b/fs/fatfs/fatfs
   @@ -0,0 +1 @@
   +Subproject commit e961551506875447d755f098f21fd2b2e18def93
   diff --git a/fs/yaffs/yaffs b/fs/yaffs/yaffs
   new file mode 160000
   index 0000000000..29e86b1338
   --- /dev/null
   +++ b/fs/yaffs/yaffs
   @@ -0,0 +1 @@
   +Subproject commit 29e86b1338fc1c60a4a1d693d0180e9fde95c3bd
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to