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/04/26 16:47:16 UTC

[GitHub] [incubator-nuttx] patacongo edited a comment on pull request #879: Porting arch/armv8-m support

patacongo edited a comment on pull request #879:
URL: https://github.com/apache/incubator-nuttx/pull/879#issuecomment-619583127


   Changing the arch/arm/src/* file names is pretty easy.  Fixing the function names is more difficult since the effect functions could be called from board logic too.
   
   If the are only called from arm/ and board/  then they should be arm_.  If they are also called from, say, sched/ then they should be up_ meaning that the interface must be common across all architectures.  arm_ means that the interface only applies to the specific arm architecture.
   
   Because of the duplication of names, it is much more difficult to make the correct function name changes under board/
   


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