diff options
author | Jens Arnold <amiconn@rockbox.org> | 2007-03-04 14:09:21 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2007-03-04 14:09:21 +0000 |
commit | b4994a08ca8d8c86c1254a0b4f3de75564fdad1d (patch) | |
tree | fbc95b8302d75e581835a350d30d95db681b4cf6 /tools/configure | |
parent | 4de9fbeda6d38adb197399156f69d034837a9562 (diff) |
Added new iAudio M5 target, including some adjustments to make the bootloader compile (with a small change against the committed tools/tonfigure, and it won't actually work yet).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12588 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 22261888a5..ee5dbaa62a 100755 --- a/tools/configure +++ b/tools/configure @@ -589,7 +589,8 @@ cat <<EOF ==iAudio== ==Toshiba== ==SanDisk== 30) X5/X5V/X5L 40) Gigabeat F 50) Sansa e200 - 51) Sansa e200R + 31) M5/M5L 51) Sansa e200R + ==Tatung== 60) Elio TPJ-1022 EOF @@ -909,6 +910,32 @@ EOF t_model="x5" ;; + 31|m5) + target_id=28 + archos="m5" + target="-DIAUDIO_M5" + memory=16 # always + coldfirecc + tool="$rootdir/tools/scramble -add=iam5" + bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" + bmp2rb_native="$rootdir/tools/bmp2rb -f 2" + bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0" + bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 7" + output="rockbox.iaudio" + appextra="recorder:gui" + archosrom="" + flash="" + plugins="yes" + codecs="libmad liba52 libffmpegFLAC libTremor libwavpack libmusepack libalac libfaad libm4a libspeex" + # toolset is the tools within the tools directory that we build for + # this particular target. + toolset="$iaudiobitmaptools" + # architecture, manufacturer and model for the target-tree build + t_cpu="coldfire" + t_manufacturer="iaudio" + t_model="m5" + ;; + 20|ipodcolor) target_id=13 archos="ipodcolor" |