forked from len0rd/rockbox
Remove some nonessential comments from the c100 section.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18604 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bb95d90266
commit
2d4998ac24
1 changed files with 13 additions and 10 deletions
23
tools/configure
vendored
23
tools/configure
vendored
|
@ -1651,18 +1651,21 @@ fi
|
|||
54|c100)
|
||||
target_id=42
|
||||
modelname="c100"
|
||||
target="-DSANSA_C100" # The #define used in firmware/export/config.h for conditional compilation
|
||||
memory=32 # how many megabytes of RAM
|
||||
arm946cc # Which compiler to use, see the beginning of the file
|
||||
tool="$rootdir/tools/scramble -add=c100" # Which command to use for creating a rockbox binary to be loaded by the bootloader
|
||||
boottool="$rootdir/tools/scramble -tcc=crc"
|
||||
target="-DSANSA_C100"
|
||||
memory=32 # unsure, must check
|
||||
arm946cc
|
||||
tool="$rootdir/tools/scramble -add=c100"
|
||||
boottool="$rootdir/tools/scramble -tcc=crc"
|
||||
bootoutput="player.rom"
|
||||
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" # How to create a monochrome bitmap
|
||||
bmp2rb_native="$rootdir/tools/bmp2rb -f 4" # How to create a native bitmap
|
||||
output="rockbox.c100" # The name of the Rockbox binary file
|
||||
appextra="recorder:gui" # What directories in the apps/ tree to include in compilation
|
||||
plugins="" # Does it support plugins?
|
||||
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
||||
bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
|
||||
output="rockbox.c100"
|
||||
appextra="recorder:gui"
|
||||
plugins=""
|
||||
# toolset is the tools within the tools directory that we build for
|
||||
# this particular target.
|
||||
toolset=$tccbitmaptools
|
||||
# architecture, manufacturer and model for the target-tree build
|
||||
t_cpu="arm"
|
||||
t_manufacturer="tcc77x"
|
||||
t_model="c100"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue