mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
AMS Sansa: add fmradio i2c support for e200v2 and the fuze, by Thomas Martitz and Michael Chicoine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19463 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1244ab632c
commit
c7c546cf59
2 changed files with 12 additions and 2 deletions
|
|
@ -1087,6 +1087,8 @@ target/arm/as3525/sansa-e200v2/lcd-e200v2.c
|
|||
target/arm/as3525/sansa-e200v2/button-e200v2.c
|
||||
target/arm/as3525/backlight-e200v2-fuze.c
|
||||
#ifndef BOOTLOADER
|
||||
drivers/generic_i2c.c
|
||||
target/arm/as3525/fmradio-i2c-as3525.c
|
||||
target/arm/as3525/powermgmt-as3525.c
|
||||
#endif /* !BOOTLOADER */
|
||||
#endif /* !SIMULATOR */
|
||||
|
|
@ -1110,6 +1112,8 @@ target/arm/as3525/sansa-fuze/button-fuze.c
|
|||
target/arm/as3525/sansa-fuze/lcd-fuze.c
|
||||
target/arm/as3525/backlight-e200v2-fuze.c
|
||||
#ifndef BOOTLOADER
|
||||
drivers/generic_i2c.c
|
||||
target/arm/as3525/fmradio-i2c-as3525.c
|
||||
target/arm/as3525/powermgmt-as3525.c
|
||||
#endif /* !BOOTLOADER */
|
||||
#endif /* !SIMULATOR */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue