-
Notifications
You must be signed in to change notification settings - Fork 8.2k
drivers: i2c: Add SAM0 I2C driver #14128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
All checks are passing now. Review history of this comment for details about previous failed status. |
Codecov Report
@@ Coverage Diff @@
## master #14128 +/- ##
=======================================
Coverage 52.92% 52.92%
=======================================
Files 309 309
Lines 45268 45268
Branches 10451 10451
=======================================
Hits 23956 23956
Misses 16544 16544
Partials 4768 4768Continue to review full report at Codecov.
|
|
Unfortunately, I think pulling the definitions from So it looks like you'd have to use the DT_ define with the address in it (e.g. |
|
Any plans to address the CODEOWNER issue? |
|
@galak: Who should I set it to? I don't mind setting it to myself, but I'm not sure that's the best choice. This applies to the other SAM0 PRs in general, too. |
Add the Atmel SAM R21 Xplained Pro Evaluation Kit to zephyr. So far, UART, SPI, I2C (depends on zephyrproject-rtos#14128), debug LED and user button have been tested. Signed-off-by: Benjamin Valentin <[email protected]>
Add the Atmel SAM R21 Xplained Pro Evaluation Kit to zephyr. So far, UART, SPI, I2C (depends on #14128), debug LED and user button have been tested. Signed-off-by: Benjamin Valentin <[email protected]>
351f5dc to
7f82f64
Compare
Add the Atmel SAM R21 Xplained Pro Evaluation Kit to zephyr. So far, UART, SPI, I2C (depends on #14128), debug LED and user button have been tested. Signed-off-by: Benjamin Valentin <[email protected]>
|
needs rebase |
This adds a SERCOM I2C driver for SAM0 series chips. Tested with a SAMD21 chip on a SSD1306 display and a MLX90393 sensor. Only compile tested for SAMD20 and SAMR21. Signed-off-by: Derek Hageman <[email protected]>
Add myself as owner for the SAM0 I2C driver. Signed-off-by: Derek Hageman <[email protected]>
|
Rebase done. |
This adds a SERCOM I2C driver for SAM0 series chips.
Tested with a SAM D21 chip against a SSD1306 display and a MLX90393
sensor. Only compile tested for SAM D20.
Signed-off-by: Derek Hageman [email protected]