system/toybox: Add toybox a tool box similar to busybox - #3722
Conversation
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. Signed-off-by: Alan C. Assis <acassis@gmail.com> Assisted-by: Claude Sonnet 5 <noreply@anthropic.com>
|
Thank you @acassis amazing feature!! :-) There are more patches than code.. do you think it would be possible to patch the upstream or not really possible and we need to perform all these patches downstream? :-) I found documentation PR here apache/nuttx#19818 and updated the PR description :-) |
Yes, I think many of these PR could be submitted upstream, but I don't know how opened they are to add NuttX support. So getting it working on NuttX and letting more people testing at same time is better. Oh, I think we update the title at the same time |
🔗 Cross-repo PR dependenciesThe read-only Build run reported the following dependent PR(s) and fetched head SHA(s): CI run: https://github.com/apache/nuttx-apps/actions/runs/31626309080 |
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.
Depends-on: apache/nuttx#19818
Impact
User could use a shell more similar to Linux and even use real shell scripts from Linux
Testing