1
0
Fork 0
forked from len0rd/rockbox

builds: Mark the Archos Recorder v1 as officially retired.

The last successful build was 87c6df9-131213, shortly after the 3.13
relase, but even before that, it had been problematic due to severe
firmware image size limitations (200KB) of the hardware bootrom.

(Current git code genrates an image about 220KB)

Change-Id: Ibaf7bd61cbc0f0656c5e119bbb9934437aa9c47c
This commit is contained in:
Solomon Peachy 2020-05-20 14:34:06 -04:00
parent 776ceae119
commit bbe8c73bb8

View file

@ -1,12 +1,10 @@
$publicrelease="3.15";
$manualrelease="3.15";
$voicerelease="3.15";
$releasedate="15 Nov 2019";
$releasenotes="/wiki/ReleaseNotes315";
# { 'modelname' => {
# name => 'Full Name',
# status => 1, # 1=unusable, 2=unstable, 3=stable
# status => 1, # 0=retired, 1=unusable, 2=unstable, 3=stable
# ram => 2, # optional (used?)
# manual => 'modelname2', # optional (uses modelname2's manual)
# icon => 'modelname3', # optional (uses modelname3's icon)
@ -36,7 +34,7 @@ $releasenotes="/wiki/ReleaseNotes315";
},
'archosrecorder' => {
name => 'Archos Recorder v1',
status => 3,
status => 0, # Has not compiled since 2013
ram => 2,
release => '3.13', # Haven't had a proper release since then.
},