acassis opened a new pull request, #3722:
URL: https://github.com/apache/nuttx-apps/pull/3722

   ## Summary
   
   Toybox is the tool box used on Android by default. Adding it to NuttX allows 
to have more advanced features from Linux, even better support for shell 
scripts.
   
   ## Impact
   
   User could use a shell more similar to Linux and even use real shell scripts 
from Linux
   
   ## Testing
   
   ```
   $ ./nuttx 
   
   Toybox 0.8.14-nuttx for NuttX -- 'help' lists commands, 'exit' leaves the 
prompt.
   
   toybox> help
   [ base64 basename cal cat chgrp chmod chown cksum clear cmp comm cp
   cpio cut date dd df diff dirname dos2unix du echo egrep env expand
   expr fallocate false fgrep file find fmt free fsync getopt grep groups
   gunzip gzip head help hostname id kill killall ln logname ls md5sum
   mkdir mkfifo mktemp mv nice nl nohup nproc od paste pgrep pidof pkill
   printenv printf prlimit ps pwd readlink realpath renice rev rm rmdir
   sed seq setsid sha1sum sha224sum sha256sum sha384sum sha512sum sleep
   sort split stat strings sync tac tail tar tee test time timeout touch
   tr true truncate ulimit uname uniq unix2dos unlink uptime usleep uudecode
   uuencode uuidgen wc which whoami xargs xxd yes zcat 
   
   toybox> uname -a
   NuttX  0.0.0 6c5a59b1-dirty Aug 12 2026 14:38:48 sim Toybox
   
   toybox> ls /dev
   console  gpio1  gpio3  null     ram0  rtc0
   gpio0    gpio2  loop   oneshot  ram1  zero
   toybox> 
   ```


-- 
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