summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure36
1 files changed, 28 insertions, 8 deletions
diff --git a/tools/configure b/tools/configure
index b28d3c4c97..3c4145f3da 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1276,14 +1276,14 @@ cat <<EOF
1276 123) VX777 112) M3 62) Sansa Clip+ 1276 123) VX777 112) M3 62) Sansa Clip+
1277 63) Sansa Fuze v2 1277 63) Sansa Fuze v2
1278 ==Samsung== ==Tatung== 64) Sansa Fuze+ 1278 ==Samsung== ==Tatung== 64) Sansa Fuze+
1279 140) YH-820 150) Elio TPJ-1022 1279 140) YH-820 150) Elio TPJ-1022 65) Sansa Clip Zip
1280 141) YH-920 ==Logik== 1280 141) YH-920
1281 142) YH-925 ==Packard Bell== 80) DAX 1GB MP3/DAB 1281 142) YH-925 ==Packard Bell== ==Logik==
1282 143) YP-S3 160) Vibe 500 1282 143) YP-S3 160) Vibe 500 80) DAX 1GB MP3/DAB
1283 ==Lyre project== 1283
1284==Application== ==MPIO== 130) Lyre proto 1 1284==Application== ==MPIO== ==Lyre project==
1285 200) SDL 170) HD200 131) Mini2440 1285 200) SDL 170) HD200 130) Lyre proto 1
1286 201) Android 171) HD300 1286 201) Android 171) HD300 131) Mini2440
1287 202) Nokia N8xx 1287 202) Nokia N8xx
1288 203) Nokia N900 ==ROCKCHIP== 1288 203) Nokia N900 ==ROCKCHIP==
1289 204) Pandora 180) rk27xx generic 1289 204) Pandora 180) rk27xx generic
@@ -2525,6 +2525,26 @@ fi
2525 arm926ejscc 2525 arm926ejscc
2526 ;; 2526 ;;
2527 2527
2528 65|sansaclipzip)
2529 target_id=68
2530 modelname="sansaclipzip"
2531 target="-DSANSA_CLIPZIP"
2532 memory=8 # not sure
2533 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
2534 bmp2rb_native="$rootdir/tools/bmp2rb -f 5"
2535 tool="$rootdir/tools/scramble -add=clzp"
2536 output="rockbox.sansa"
2537 bootoutput="bootloader-clipzip.sansa"
2538 appextra="recorder:gui:radio"
2539 plugins="yes"
2540 swcodec="yes"
2541 toolset=$scramblebitmaptools
2542 t_cpu="arm"
2543 t_manufacturer="as3525"
2544 t_model="sansa-clipzip"
2545 arm926ejscc
2546 ;;
2547
2528 150|tatungtpj1022) 2548 150|tatungtpj1022)
2529 target_id=25 2549 target_id=25
2530 modelname="tatungtpj1022" 2550 modelname="tatungtpj1022"