You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "xiaoxiang781216 (via GitHub)" <gi...@apache.org> on 2023/01/26 20:47:38 UTC

[GitHub] [nuttx] xiaoxiang781216 opened a new pull request, #8259: sensors/bmi160.c: fix the problem Linux SPI doesn't working properly

xiaoxiang781216 opened a new pull request, #8259:
URL: https://github.com/apache/nuttx/pull/8259

   ## Summary
   
   CH341A chip only supports SPI MODE0, and BMI160 supports both MODE0 and MODE3. So, changing MODE3 to MODE0 makes all cases available.
   
   ## Impact
   
   bmi160
   
   ## Testing
   
   internally


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

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] pkarashchenko merged pull request #8259: sensors/bmi160.c: fix the problem Linux SPI doesn't working properly

Posted by "pkarashchenko (via GitHub)" <gi...@apache.org>.
pkarashchenko merged PR #8259:
URL: https://github.com/apache/nuttx/pull/8259


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

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org