summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-02-25 13:26:46 +0000
committerThomas Martitz <kugel@rockbox.org>2010-02-25 13:26:46 +0000
commit0094b0500c87fa9a8a8ab48e877730a9680915b2 (patch)
tree3100795c25f436b6871cfcaf0abfb287a26673f2 /tools/configure
parent0eb50d5106a936eeded0d15b46cf39a3d4afd204 (diff)
downloadrockbox-0094b0500c87fa9a8a8ab48e877730a9680915b2.tar.gz
rockbox-0094b0500c87fa9a8a8ab48e877730a9680915b2.zip
Add Sansa Fuzev2 to the target tree. Bootloader builds, but is completely untested.
Compilation shows a warning for the first argument of the lcd_bitmap() call in show_logo(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24911 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure23
1 files changed, 22 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 5b007e9aa4..67fc18917a 100755
--- a/tools/configure
+++ b/tools/configure
@@ -911,7 +911,8 @@ cat <<EOF
911 120) VX747 ==Meizu== 60) Sansa Clipv2 911 120) VX747 ==Meizu== 60) Sansa Clipv2
912 121) VX767 110) M6SL 61) Sansa View 912 121) VX767 110) M6SL 61) Sansa View
913 122) VX747+ 111) M6SP 62) Sansa Clip+ 913 122) VX747+ 111) M6SP 62) Sansa Clip+
914 123) VX777 112) M3 914 123) VX777 112) M3 63) Sansa Fuze v2
915
915 ==Logik== 916 ==Logik==
916 ==Samsung== ==Tatung== 80) DAX 1GB MP3/DAB 917 ==Samsung== ==Tatung== 80) DAX 1GB MP3/DAB
917 140) YH-820 150) Elio TPJ-1022 918 140) YH-820 150) Elio TPJ-1022
@@ -2078,6 +2079,26 @@ fi
2078 arm926ejscc 2079 arm926ejscc
2079 ;; 2080 ;;
2080 2081
2082 63|sansafuzev2)
2083 target_id=68
2084 modelname="sansafuzev2"
2085 target="-DSANSA_FUZEV2"
2086 memory=8 # not sure
2087 arm926ejscc
2088 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
2089 bmp2rb_native="$bmp2rb_mono"
2090 tool="$rootdir/tools/scramble -add=fuz2"
2091 output="rockbox.sansa"
2092 bootoutput="bootloader-fuzev2.sansa"
2093 appextra="recorder:gui"
2094 plugins=#"yes"
2095 swcodec="yes"
2096 toolset=$scramblebitmaptools
2097 t_cpu="arm"
2098 t_manufacturer="as3525"
2099 t_model="sansa-fuzev2"
2100 ;;
2101
2081 150|tatungtpj1022) 2102 150|tatungtpj1022)
2082 target_id=25 2103 target_id=25
2083 modelname="tatungtpj1022" 2104 modelname="tatungtpj1022"