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 05:55:19 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on issue #915: Change all function prefix from up_ to arch_ in include/nuttx/arch.h

xiaoxiang781216 edited a comment on issue #915:
URL: https://github.com/apache/incubator-nuttx/issues/915#issuecomment-621627164


   The best step is:
   1.Rename functions in arch.h from up_xxx to arch_xxx
   2.Rename files in arch/yyy/ from up_xxx.* to yyy_xxx.*
   3.Rename function in arch/yyy/ from up_xxx to yyy_xxx
   We can avoid the error like this:
   https://github.com/apache/incubator-nuttx/pull/916
   And find and replace should work correctly.


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