From d3bc64833c76adca4d6300e5b5880ee8ea63de02 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Tue, 22 Oct 2013 00:28:09 +0200 Subject: Initial commit for the Creative ZEN Mozaic Change-Id: Ib65aad9f5de37e514047955cad7ca40dc0af4f74 --- tools/configure | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index ad702aa..7746044 100755 --- a/tools/configure +++ b/tools/configure @@ -2280,6 +2280,26 @@ fi arm926ejscc ;; + 97|creativezenmozaic) + target_id=87 + modelname="creativezenmozaic" + target="CREATIVE_ZENMOZAIC" + memory=32 + bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" + bmp2rb_native="$rootdir/tools/bmp2rb -f 4" + tool="$rootdir/tools/scramble -add=zmoz" + output="rockbox.creative" + bootoutput="bootloader-zenmozaic.creative" + appextra="gui:recorder:radio" + plugins="" + swcodec="yes" + toolset=$scramblebitmaptools + t_cpu="arm" + t_manufacturer="imx233" + t_model="creative-zenmozaic" + arm926ejscc + ;; + 50|sansae200) target_id=23 modelname="sansae200" -- cgit v1.1