You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by "kasjer (via GitHub)" <gi...@apache.org> on 2023/02/17 14:29:03 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request, #2947: hw/bus: Add duplex_write_read function to bus_dev_ops

kasjer opened a new pull request, #2947:
URL: https://github.com/apache/mynewt-core/pull/2947

   Duplex of SPI was not covered in bus drivers.
   This adds bus_node_duplex_write_read() function that
   can be used with SPI drivers that support duplex mode.
   For simplicity both buffers provided to function have same length.


-- 
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@mynewt.apache.org

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


[GitHub] [mynewt-core] kasjer merged pull request #2947: hw/bus: Add duplex_write_read function to bus_dev_ops

Posted by "kasjer (via GitHub)" <gi...@apache.org>.
kasjer merged PR #2947:
URL: https://github.com/apache/mynewt-core/pull/2947


-- 
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@mynewt.apache.org

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