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/09/23 16:39:18 UTC

[GitHub] [incubator-nuttx] v01d opened a new pull request #1885: nrf52 spi: build fixes for !SPI_EXCHANGE

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


   ## Summary
   
   This fixes various build fixes in nrf52_spi.c for when SPI_EXCHANGE is not defined:
   * incorrectly named functions and reference to structure members
   * missing commas when assigning to struct members
   * change  0 -> NULL in pointer
   
   ## Impact
   
   nrf52 SPI, fixes build
   
   ## Testing
   
   Build tested
   
   


----------------------------------------------------------------
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 commented on pull request #1885: nrf52 spi: build fixes for !SPI_EXCHANGE

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


   LGTM


----------------------------------------------------------------
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 #1885: nrf52 spi: build fixes for !SPI_EXCHANGE

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


   


----------------------------------------------------------------
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 #1885: nrf52 spi: build fixes for !SPI_EXCHANGE

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


   


----------------------------------------------------------------
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 commented on pull request #1885: nrf52 spi: build fixes for !SPI_EXCHANGE

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


   LGTM


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