patacongo opened a new issue #1131:
URL: https://github.com/apache/incubator-nuttx/issues/1131


   There are several implementations of `up_initialize()`, at least one per 
architecture.  Each of these initializtion files is very similar; each 
initializes the same set of common drivers under the `drivers/` directory.
   
   This common logic should be captured in common logic perhaps at 
`/drivers/init`.  The common driver initialization should be removed from 
architecture-specific `up_initialize()` and replaces with calls to 
`drvr_early_initialize()` and` drvr_last_initialize()` in new files under 
`/drivers/init`.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to