This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Zephyr I2C port change: implement uPortI2cControllerExchange() so tha…
…t STM32 works. Following the previous commit, which introduced uPortI2cControllerExchange() in the I2C port API with default implementations that fall through to uPortI2cControllerSend()/uPortI2cControllerSendReceive(), this commit implements uPortI2cControllerExchange() properly for Zephyr, such that I2C transactions work with STM32 MCUs as well as nRF52/nRF53. Test: 6.1 8 13.1.0 13.1.1 15.1 17.1.0 17.1.1 24 26 31 port.gnss
- Loading branch information
Showing
2 changed files
with
96 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters