summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure24
1 files changed, 22 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index 39b8d18a6e..b2c1b7ed18 100755
--- a/tools/configure
+++ b/tools/configure
@@ -671,7 +671,7 @@ cat <<EOF
671 31) M5/M5L 41) Gigabeat S 51) Sansa e200R 671 31) M5/M5L 41) Gigabeat S 51) Sansa e200R
672 32) 7 52) Sansa c200 672 32) 7 52) Sansa c200
673 33) Cowon D2 53) Sansa m200 673 33) Cowon D2 53) Sansa m200
674 34) M3/M3L 674 34) M3/M3L 54) Sansa c100
675 675
676 ==Tatung== ==Olympus== ==Logik== 676 ==Tatung== ==Olympus== ==Logik==
677 60) Elio TPJ-1022 70) M:Robe 500 80) DAX 1GB MP3/DAB 677 60) Elio TPJ-1022 70) M:Robe 500 80) DAX 1GB MP3/DAB
@@ -1627,7 +1627,27 @@ fi
1627 t_manufacturer="tcc77x" 1627 t_manufacturer="tcc77x"
1628 t_model="m200" 1628 t_model="m200"
1629 ;; 1629 ;;
1630 1630
1631 54|c100)
1632 target_id=42
1633 modelname="c100"
1634 target="-DSANSA_C100" # The #define used in firmware/export/config.h for conditional compilation
1635 memory=32 # how many megabytes of RAM
1636 arm946cc # Which compiler to use, see the beginning of the file
1637 tool="$rootdir/tools/scramble -add=c100" # Which command to use for creating a rockbox binary to be loaded by the bootloader
1638 boottool="$rootdir/tools/scramble -tcc=crc"
1639 bootoutput="player.rom"
1640 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" # How to create a monochrome bitmap
1641 bmp2rb_native="$rootdir/tools/bmp2rb -f 4" # How to create a native bitmap
1642 output="rockbox.c100" # The name of the Rockbox binary file
1643 appextra="recorder:gui" # What directories in the apps/ tree to include in compilation
1644 plugins="" # Does it support plugins?
1645 toolset=$tccbitmaptools
1646 t_cpu="arm"
1647 t_manufacturer="tcc77x"
1648 t_model="c100"
1649 ;;
1650
1631 60|tpj1022) 1651 60|tpj1022)
1632 target_id=25 1652 target_id=25
1633 modelname="tpj1022" 1653 modelname="tpj1022"