Skip to content

Commit

Permalink
Add i2c driver
Browse files Browse the repository at this point in the history
  • Loading branch information
coolstar committed Oct 29, 2023
1 parent 358204f commit 1625ddc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "drivers/i2c"]
path = drivers/i2c
url = https://github.com/coolstar/rk3xi2c
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This repository contains drivers for RK35xx-based platforms, with a focus on RK3
|GMAC Ethernet||πŸ”΄ Not working||
|UART||πŸ”΄ Not working|No OS driver but debugging does work on UART2, being configured by UEFI.|
|GPIO||πŸ”΄ Not working||
|I2C||πŸ”΄ Not working||
|I2C|[rk3xi2c](https://github.com/coolstar/rk3xi2c)|🟒 Working||
|I2S||πŸ”΄ Not working||
|SPI||πŸ”΄ Not working||
|CAN bus||πŸ”΄ Not working||
Expand Down
1 change: 1 addition & 0 deletions drivers/i2c
Submodule i2c added at 992d53

0 comments on commit 1625ddc

Please sign in to comment.