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 22:20:44 UTC

[GitHub] [incubator-nuttx] patacongo opened a new pull request #929: arch/arm: Rename all up_*.c files to arm_*.c

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


   ## Summary
   
   The naming standard at https://cwiki.apache.org/confluence/display/NUTTX/Naming+FAQ requires that all MCU-private files begin with the name of the architecture, not up_.
   
   This PR addresses only these name changes.  The entire job required to be compatible with that Naming Convention will also require changing the naming of the up_*.h header files and the also the up_*() functions that are used only within arch/arm and board/arm.
   
   ## 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