summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-11-18 20:07:02 +0000
committerAmaury Pouly <amaury.pouly@gmail.com>2013-11-18 21:44:06 +0000
commit977a6c3ce7a2ab960590e9d997388cca2e4c29ee (patch)
tree092ef21d5f2123fee784de7d1ee719270c30c6de /tools/configure
parenta8b816ae9cc00fe216e43d9bd9276b5d8cf12b25 (diff)
downloadrockbox-977a6c3ce7a2ab960590e9d997388cca2e4c29ee.tar.gz
rockbox-977a6c3ce7a2ab960590e9d997388cca2e4c29ee.zip
Initial commit for the Creative ZEN V
Change-Id: I3408cfdf742ea5995d5c87bf76653f436e1ec2b0
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index fac8607f79..71bd8d6029 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2282,6 +2282,26 @@ fi
2282 arm926ejscc 2282 arm926ejscc
2283 ;; 2283 ;;
2284 2284
2285 95|creativezenv)
2286 target_id=85
2287 modelname="creativezenv"
2288 target="CREATIVE_ZENV"
2289 memory=32
2290 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
2291 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
2292 tool="$rootdir/tools/scramble -add=zenv"
2293 output="rockbox.creative"
2294 bootoutput="bootloader-zenv.creative"
2295 appextra="radio:gui:recorder"
2296 plugins=""
2297 swcodec="yes"
2298 toolset=$scramblebitmaptools
2299 t_cpu="arm"
2300 t_manufacturer="imx233"
2301 t_model="creative-zen"
2302 arm926ejscc
2303 ;;
2304
2285 96|creativezenxfi) 2305 96|creativezenxfi)
2286 target_id=86 2306 target_id=86
2287 modelname="creativezenxfi" 2307 modelname="creativezenxfi"