mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-06 21:25:03 -05:00
nwzlinux: add support for radio
None of the Sony up to A15 seem to support RDS (they use either Si4702 or Si4708), thus I did not add any code to support RDS. Change-Id: I64838993b9705b36b94665f8470c7a89c772c961
This commit is contained in:
parent
ee2eb13b74
commit
0fe7b8becf
10 changed files with 279 additions and 18 deletions
18
tools/configure
vendored
18
tools/configure
vendored
|
|
@ -3841,7 +3841,7 @@ fi
|
|||
output="rockbox.sony"
|
||||
boottool="$rootdir/tools/scramble -add=e350"
|
||||
bootoutput="bootloader-nwze350.sony"
|
||||
appextra="gui:recorder"
|
||||
appextra="gui:recorder:radio"
|
||||
plugins=""
|
||||
swcodec="yes"
|
||||
toolset=$genericbitmaptools
|
||||
|
|
@ -3904,7 +3904,7 @@ fi
|
|||
output="rockbox.sony"
|
||||
boottool="$rootdir/tools/scramble -add=e450"
|
||||
bootoutput="bootloader-nwze450.sony"
|
||||
appextra="gui:recorder"
|
||||
appextra="gui:recorder:radio"
|
||||
plugins=""
|
||||
swcodec="yes"
|
||||
toolset=$genericbitmaptools
|
||||
|
|
@ -3927,7 +3927,7 @@ fi
|
|||
output="rockbox.sony"
|
||||
boottool="$rootdir/tools/scramble -add=e460"
|
||||
bootoutput="bootloader-nwze460.sony"
|
||||
appextra="gui:recorder"
|
||||
appextra="gui:recorder:radio"
|
||||
plugins="yes"
|
||||
swcodec="yes"
|
||||
toolset=$genericbitmaptools
|
||||
|
|
@ -3950,7 +3950,7 @@ fi
|
|||
output="rockbox.sony"
|
||||
boottool="$rootdir/tools/scramble -add=e470"
|
||||
bootoutput="bootloader-nwze470.sony"
|
||||
appextra="gui:recorder"
|
||||
appextra="gui:recorder:radio"
|
||||
plugins=""
|
||||
swcodec="yes"
|
||||
toolset=$genericbitmaptools
|
||||
|
|
@ -3973,7 +3973,7 @@ fi
|
|||
output="rockbox.sony"
|
||||
boottool="$rootdir/tools/scramble -add=e580"
|
||||
bootoutput="bootloader-nwze580.sony"
|
||||
appextra="gui:recorder"
|
||||
appextra="gui:recorder:radio"
|
||||
plugins=""
|
||||
swcodec="yes"
|
||||
toolset=$genericbitmaptools
|
||||
|
|
@ -3996,7 +3996,7 @@ fi
|
|||
output="rockbox.sony"
|
||||
boottool="$rootdir/tools/scramble -add=a10"
|
||||
bootoutput="bootloader-nwza10.sony"
|
||||
appextra="gui:recorder"
|
||||
appextra="gui:recorder:radio"
|
||||
plugins=""
|
||||
swcodec="yes"
|
||||
toolset=$genericbitmaptools
|
||||
|
|
@ -4019,7 +4019,7 @@ fi
|
|||
output="rockbox.sony"
|
||||
boottool="$rootdir/tools/scramble -add=a20"
|
||||
bootoutput="bootloader-nwa20.sony"
|
||||
appextra="gui:recorder"
|
||||
appextra="gui:recorder:radio"
|
||||
plugins=""
|
||||
swcodec="yes"
|
||||
toolset=$genericbitmaptools
|
||||
|
|
@ -4042,7 +4042,7 @@ fi
|
|||
output="rockbox.sony"
|
||||
boottool="$rootdir/tools/scramble -add=a860"
|
||||
bootoutput="bootloader-nwza860.sony"
|
||||
appextra="gui:recorder"
|
||||
appextra="gui:recorder:radio"
|
||||
plugins=""
|
||||
swcodec="yes"
|
||||
toolset=$genericbitmaptools
|
||||
|
|
@ -4065,7 +4065,7 @@ fi
|
|||
output="rockbox.sony"
|
||||
boottool="$rootdir/tools/scramble -add=s750"
|
||||
bootoutput="bootloader-nwzs750.sony"
|
||||
appextra="gui:recorder"
|
||||
appextra="gui:recorder:radio"
|
||||
plugins=""
|
||||
swcodec="yes"
|
||||
toolset=$genericbitmaptools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue