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/05/17 14:49:14 UTC

[GitHub] [incubator-nuttx] patacongo opened a new pull request #1060: sched/: Make more naming consistent

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


   ## Summary
   
   Rename various functions per the quidelines of https://cwiki.apache.org/confluence/display/NUTTX/Naming+of+OS+Internal+Functions
   
       nxsem_setprotocol -> nxsem_set_protocol
       nxsem_getprotocol -> nxsem_get_protocol
       nxsem_getvalue -> nxsem_get_value
   
   ## Impact
   
   None
   
   ## Testing
   
   N/A
   
   


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



[GitHub] [incubator-nuttx] patacongo commented on pull request #1060: sched/: Make more naming consistent

Posted by GitBox <gi...@apache.org>.
patacongo commented on pull request #1060:
URL: https://github.com/apache/incubator-nuttx/pull/1060#issuecomment-629810343


   Still needs nxstyle fixes to drivers/ and arch/.  That is a lot of work!  Forthcoming.


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



[GitHub] [incubator-nuttx] acassis merged pull request #1060: sched/: Make more naming consistent

Posted by GitBox <gi...@apache.org>.
acassis merged pull request #1060:
URL: https://github.com/apache/incubator-nuttx/pull/1060


   


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



[GitHub] [incubator-nuttx] patacongo edited a comment on pull request #1060: sched/: Make more naming consistent

Posted by GitBox <gi...@apache.org>.
patacongo edited a comment on pull request #1060:
URL: https://github.com/apache/incubator-nuttx/pull/1060#issuecomment-629810343


   Still needs nxstyle fixes to drivers/ and arch/.  That is a lot of work!  Forthcoming.
   
   Exceptions:
   
   Please ignore "Mixed case identifier" messages from  arch/arm/src/imxrt/imxrt_edma.c,  arch/arm/src/lc823450/lc823450_sdc.c, arch/arm/src/tiva/common/tiva_hciuart.c,  arch/arm/src/stm32/stm32_dma2d.c,  arch/arm/src/stm32/stm32_ltdc.c, arch/arm/src/stm32f7/stm32_dma2d.c, arch/arm/src/stm32f7/stm32_ltdc.c, and drivers/wireless/nrf24l01.c
   
   Those having a larger scopy and design of those architectures and cannot be corrected by simply modifying the files affected by this PR.


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



[GitHub] [incubator-nuttx] patacongo edited a comment on pull request #1060: sched/: Make more naming consistent

Posted by GitBox <gi...@apache.org>.
patacongo edited a comment on pull request #1060:
URL: https://github.com/apache/incubator-nuttx/pull/1060#issuecomment-629810343


   Still needs nxstyle fixes to drivers/ and arch/.  That is a lot of work!  Forthcoming.
   
   Exceptions:
   
   Please ignore "Mixed case identifier" messages from  arch/arm/src/imxrt/imxrt_edma.c,  arch/arm/src/lc823450/lc823450_sdc.c, arch/arm/src/tiva/common/tiva_hciuart.c,  arch/arm/src/stm32/stm32_dma2d.c,  arch/arm/src/stm32/stm32_ltdc.c, arch/arm/src/stm32f7/stm32_dma2d.c, arch/arm/src/stm32f7/stm32_ltdc.c, drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c, and drivers/wireless/nrf24l01.c
   
   Those having a larger scope and design of those architectures and cannot be corrected by simply modifying the files affected by this PR.


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



[GitHub] [incubator-nuttx] patacongo edited a comment on pull request #1060: sched/: Make more naming consistent

Posted by GitBox <gi...@apache.org>.
patacongo edited a comment on pull request #1060:
URL: https://github.com/apache/incubator-nuttx/pull/1060#issuecomment-629810343


   Still needs nxstyle fixes to drivers/ and arch/.  That is a lot of work!  Forthcoming.
   
   Exceptions:
   
   Please ignore "Mixed case identifier" messages from  arch/arm/src/imxrt/imxrt_edma.c,  arch/arm/src/lc823450/lc823450_sdc.c, arch/arm/src/tiva/common/tiva_hciuart.c,  arch/arm/src/stm32/stm32_dma2d.c,  arch/arm/src/stm32/stm32_ltdc.c, arch/arm/src/stm32f7/stm32_dma2d.c, arch/arm/src/stm32f7/stm32_ltdc.c, drivers/wireless/ieee80211/bcm43xxx/bcmf_driver.c, and drivers/wireless/nrf24l01.c
   
   Those having a larger scopy and design of those architectures and cannot be corrected by simply modifying the files affected by this PR.


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