mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-28 00:06:20 -04:00
More iAudio M3 work. Bootloader compiles, but doesn't work yet.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16645 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
78017a0b38
commit
769fcbd4d9
14 changed files with 967 additions and 9 deletions
|
|
@ -80,6 +80,8 @@ drivers/lcd-1bit-vert.c
|
|||
drivers/lcd-2bit-horz.c
|
||||
#elif LCD_PIXELFORMAT == VERTICAL_PACKING
|
||||
drivers/lcd-2bit-vert.c
|
||||
#elif LCD_PIXELFORMAT == VERTICAL_INTERLEAVED
|
||||
drivers/lcd-2bit-vi.c
|
||||
#endif /* LCD_PIXELFORMAT */
|
||||
#elif LCD_DEPTH == 16
|
||||
drivers/lcd-16bit.c
|
||||
|
|
@ -275,7 +277,7 @@ target/coldfire/memcpy-coldfire.S
|
|||
target/coldfire/memmove-coldfire.S
|
||||
target/coldfire/memset-coldfire.S
|
||||
target/coldfire/strlen-coldfire.S
|
||||
#if defined(HAVE_LCD_COLOR) \
|
||||
#if defined(HAVE_LCD_COLOR) || (LCD_PIXELFORMAT == VERTICAL_INTERLEAVED) \
|
||||
|| defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
|
||||
target/coldfire/memset16-coldfire.S
|
||||
#endif
|
||||
|
|
@ -491,6 +493,19 @@ target/coldfire/iaudio/m5/audio-m5.c
|
|||
#endif /* SIMULATOR */
|
||||
#endif /* IAUDIO_M5 */
|
||||
|
||||
#ifdef IAUDIO_M3
|
||||
#ifndef SIMULATOR
|
||||
target/coldfire/ata-as-coldfire.S
|
||||
target/coldfire/iaudio/ata-iaudio.c
|
||||
target/coldfire/iaudio/m3/backlight-m3.c
|
||||
target/coldfire/iaudio/m3/button-m3.c
|
||||
target/coldfire/iaudio/m3/lcd-m3.c
|
||||
target/coldfire/iaudio/m3/power-m3.c
|
||||
target/coldfire/iaudio/m3/system-m3.c
|
||||
target/coldfire/iaudio/powermgmt-iaudio.c
|
||||
#endif /* SIMULATOR */
|
||||
#endif /* IAUDIO_M3 */
|
||||
|
||||
#ifdef IRIVER_IFP7XX_SERIES
|
||||
#ifdef STUB
|
||||
ifp_usb_serial.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue