linguini1 commented on PR #18408:
URL: https://github.com/apache/nuttx/pull/18408#issuecomment-3924783698

   Notes for reviewers on the initial draft:
   1. This is not a fix on all boards; I still have ~200 in `boards/arm` to 
finish
   2. This is obviously a huge change so it would be great to have some testing 
on platforms which I am not able to test on my own hardware (i.e. any STM32, 
the Espressif internal CI would be good to run, anyone with 
tricore/renesas/sparc/etc. boards)
   3. I think I will eventually squash all of the commits replacing 
board_app_initialize -> board_late_initialize into one, since anyone bisecting 
later would probably treat this entire change as one unit. Please let me know 
if it's advisable to squash in any other way as well. For now this helps me 
keep track of everything while the change is under review
   4. I think this should go surprisingly smoothly for most configurations; a 
majority of the boards that are affected had a very standard setup for 
app_init/late_init where they both did the exact same thing
   5. Anything beyond removing BOARDIOC_INIT, board_app_initialize and 
NSH_ARCHINIT are outside of the scope of this PR. I will not be addressing 
anything else in the boot process that is independent from these changes (i.e. 
non-standard naming of files for boot logic, etc.)


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