From 977a6c3ce7a2ab960590e9d997388cca2e4c29ee Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Mon, 18 Nov 2013 20:07:02 +0000 Subject: Initial commit for the Creative ZEN V Change-Id: I3408cfdf742ea5995d5c87bf76653f436e1ec2b0 --- tools/configure | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index fac8607f79..71bd8d6029 100755 --- a/tools/configure +++ b/tools/configure @@ -2282,6 +2282,26 @@ fi arm926ejscc ;; + 95|creativezenv) + target_id=85 + modelname="creativezenv" + target="CREATIVE_ZENV" + memory=32 + bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" + bmp2rb_native="$rootdir/tools/bmp2rb -f 4" + tool="$rootdir/tools/scramble -add=zenv" + output="rockbox.creative" + bootoutput="bootloader-zenv.creative" + appextra="radio:gui:recorder" + plugins="" + swcodec="yes" + toolset=$scramblebitmaptools + t_cpu="arm" + t_manufacturer="imx233" + t_model="creative-zen" + arm926ejscc + ;; + 96|creativezenxfi) target_id=86 modelname="creativezenxfi" -- cgit v1.2.3