acassis opened a new issue, #3503:
URL: https://github.com/apache/nuttx-apps/issues/3503

   ### Is your feature request related to a problem? Please describe.
   
   Problem: NuttX relies on NSH to start a lot of programs and perform 
initialization of things like a USB console, etc., but it should just be a 
shell program first and foremost.
   
   Solution: A NuttX initialization system responsible just for starting 
programs/initializing user space, re-opened from 
https://github.com/apache/nuttx-apps/pull/3192
   
   A dedicated init system will allow users to easily strip out NSH from 
devices that do not need a shell, while also being able to easily choose 
multiple applications to be started after boot. This avoids the need to create 
custom applications that spawn user programs, or rely on init logic bundled 
with all the features of NSH. Users who want a shell could still include NSH as 
a program to be spawned by the init system.
   
   Alternatives: N/A
   
   ### Describe the solution you'd like
   
   Implement the NX Init as proposed by above PR
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Verification
   
   - [x] I have verified before submitting the report.


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