hartmannathan commented on issue #11321:
URL: https://github.com/apache/nuttx/issues/11321#issuecomment-3924391214

   > @linguini1 is the boot process is a mess, there are originally the 
xxx_boot.c and later xxx_bringup.c. Later xxx_appinit.c and finally there is 
only one xxx_init.c: avr/avrdx/breadxavr/src/avrdx_init.c
   > 
   > I think we need some consensus before changing it! For visibility: 
@raiden00pl @simbit18 @hartmannathan @xiaoxiang781216 @lupyuen  @jerpelea 
@cederom (sorry if I missed another people interested on it)
   
   Hi all,
   
   I'm in favor of improving the boot process. Just please remember that 3rd 
party developers may have boards that utilize some of these functions in their 
initialization. (My boards use board_late_initialize, but others may have done 
differently.) So whatever approach we take to simplify and clean up the boot 
process, we need to make sure that developers can have the hooks they need to 
initialize their stuff properly. And we need to make sure that any changes 
people will need to make, will be properly documented in the release notes!!!


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