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/02/19 13:12:31 UTC

[GitHub] [incubator-nuttx] patacongo commented on issue #301: arch/sim: Unify the driver initialization function name

patacongo commented on issue #301: arch/sim: Unify the driver initialization function name
URL: https://github.com/apache/incubator-nuttx/pull/301#issuecomment-588221906
 
 
   sim_ is actually the correct prefix.  See https://cwiki.apache.org/confluence/display/NUTTX/Naming+FAQ
   up_ should ONLY be used with common microcontroller interfaces.  So all internal sim interfaces must begin with sim_ not up_.  Only common interfaces accessed outside of sim/ should begin with up_

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


With regards,
Apache Git Services