1
0
Fork 0
forked from len0rd/rockbox

merge a big part of the unofficial gigabeat cvs back. Includes working bootloader and rockbox with audio.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11850 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2006-12-29 02:49:12 +00:00
parent 995a804def
commit 295367686e
31 changed files with 1506 additions and 196 deletions

View file

@ -136,6 +136,8 @@ drivers/rtc/rtc_pcf50606.c
drivers/rtc/rtc_pcf50605.c
#elif (CONFIG_RTC == RTC_E8564)
drivers/rtc/rtc_e8564.c
#elif (CONFIG_RTC == RTC_S3C2440)
drivers/rtc/rtc_s3c2440.c
#endif /* (CONFIG_RTC == RTC_) */
#endif /* SIMULATOR */
@ -447,6 +449,12 @@ target/arm/gigabeat/meg-fx/power-meg-fx.c
target/arm/gigabeat/meg-fx/sc606-meg-fx.c
target/arm/gigabeat/meg-fx/usb-meg-fx.c
target/arm/gigabeat/meg-fx/wmcodec-meg-fx.c
target/arm/gigabeat/meg-fx/dma_start.c
target/arm/gigabeat/meg-fx/system-meg-fx.c
target/arm/gigabeat/meg-fx/mmu-meg-fx.c
#ifndef BOOTLOADER
target/arm/gigabeat/meg-fx/pcm-meg-fx.c
#endif
#endif /* SIMULATOR */
#endif /* GIGABEAT_F */