mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Add asynchronous I2C bus API
The driver core is based off of the i.MX233 I2C implementation and should work on any platform. Change-Id: I3b9c15e12a689ef02a51c285be08d29d35e323dc
This commit is contained in:
parent
eedc8934a9
commit
94b40ed314
3 changed files with 704 additions and 0 deletions
|
@ -1965,6 +1965,10 @@ target/hosted/sdl/filesystem-sdl.c
|
|||
drivers/touchpad.c
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_I2C_ASYNC
|
||||
drivers/i2c-async.c
|
||||
#endif
|
||||
|
||||
/* firmware/kernel section */
|
||||
#ifdef HAVE_CORELOCK_OBJECT
|
||||
kernel/corelock.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue