You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/05/27 03:42:07 UTC

[GitHub] [incubator-nuttx] patacongo opened a new issue #1131: Common Driver Initialization

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:
users@infra.apache.org