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/30 18:49:34 UTC

[GitHub] [incubator-nuttx] patacongo opened a new pull request #926: arch/arm: Rename context switching functions from up_ to arm_

patacongo opened a new pull request #926:
URL: https://github.com/apache/incubator-nuttx/pull/926


   ## Summary
   
   The naming standard at https://cwiki.apache.org/confluence/display/NUTTX/Naming+FAQ requires that all MCU-private interfaces begin with the name of the architecture, not up_.
   
   This PR addresses only these context switching function names:
   
       up_copyfullstate -> arm_copyfullstate
       up_copyarmstate -> arm_copyarmstate
       up_saveusercontext -> arm_saveusercontext
       up_switchcontext -> arm_switchcontext
   
   ## Impact
   
   There should be not impact of this change (other that one step toward more consistent naming).
   
   ## Testing
   
   stm32f4discovery:netnsh
   


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