summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2004-07-24New feature: clean shutdown if you press OFF twice in the file browser, or se...Linus Nielsen Feltzing2-0/+15
2004-07-24Now doesn't generate extraneous key-down events when releasing one key in a c...Linus Nielsen Feltzing1-51/+52
2004-07-24Major fixes to please newer versions of the linkerLinus Nielsen Feltzing1-30/+28
2004-07-24Don't copy the data section if src and dest are the sameLinus Nielsen Feltzing1-1/+4
2004-07-24Removed nasty lvalue castLinus Nielsen Feltzing1-1/+1
2004-07-24gcc 3.4 has a different constraint syntaxLinus Nielsen Feltzing1-3/+10
2004-07-23Added RAND_MAXLinus Nielsen Feltzing1-0/+2
2004-07-22It turns out that the backlight port pin on the player can be set to an input...Linus Nielsen Feltzing1-7/+3
2004-07-21Added raw button reading functionalityLinus Nielsen Feltzing2-0/+12
2004-07-20Made the char property lookup table constantJens Arnold2-2/+2
2004-07-20Const'ed the various setting lookup tablesJens Arnold2-8/+8
2004-07-20Next round of const policeingJens Arnold1-1/+1
2004-07-20Extra LCD updates for the player LCD simulationLinus Nielsen Feltzing1-0/+3
2004-07-19Const'ed the logo, the bitmaps and the credits (optimization for running from...Jens Arnold2-7/+8
2004-07-19The pathname argument for open() is declared const, so copy it has to be copiedJens Arnold1-7/+11
2004-07-15Now turns off the backlight when the sleeptimer expires with the charger atta...Linus Nielsen Feltzing1-0/+1
2004-07-15Now uses shadow_7f1 correctly, so the pitch works againLinus Nielsen Feltzing1-3/+3
2004-07-14Added bookmark icon for the Player/StudioLinus Nielsen Feltzing2-53/+53
2004-07-14The music now pauses correctly in car adapter modeLinus Nielsen Feltzing1-1/+4
2004-07-14Disable the backlight before powering off the Player/StudioLinus Nielsen Feltzing1-0/+3
2004-07-13Removed lvalue cast, which generates warnings on newer gcc versionsLinus Nielsen Feltzing1-1/+1
2004-07-13The plugin API now supports ctype macros like tolower() and friendsLinus Nielsen Feltzing1-0/+4
2004-07-09Simplified the recorder scrolling code a littleLinus Nielsen Feltzing1-55/+10
2004-07-08Patch #961687 by Eric Lassauge, MP3 playback using libmad in the X11 simulatorLinus Nielsen Feltzing1-0/+5
2004-07-06Bass boost removed in favour of some new sound settings: Super bass and five ...Linus Nielsen Feltzing2-42/+141
2004-07-06Don't create a Xing header if nothing has been recordedLinus Nielsen Feltzing1-1/+1
2004-07-05Now looks for TCOM and TCON before TCOLinus Nielsen Feltzing1-1/+1
2004-07-05Enabled assembler optimized disk reading and writing (approx. 2 times as fast)Jens Arnold1-5/+5
2004-06-30New screen dump feature for recordersLinus Nielsen Feltzing2-73/+45
2004-06-22Added the (practically useless) 20ms option to the Auto Volume setting, for c...Linus Nielsen Feltzing1-4/+7
2004-06-22switch_thread() now checks the stack of the current thread instead of the nex...Linus Nielsen Feltzing1-34/+36
2004-06-22Patch #881887 by Gerald Vanbaren. The red LED is now ON when recording and bl...Linus Nielsen Feltzing2-1/+20
2004-06-22remove_tread() -> remove_thread()Linus Nielsen Feltzing1-1/+1
2004-06-22Added reset_poweroff_timer(), which can be used to prevent idle poweroff. Thi...Linus Nielsen Feltzing4-7/+14
2004-06-21Simplified the settings code by removing the phys2val conversions. This has t...Linus Nielsen Feltzing2-104/+31
2004-06-20infrastructure for sorting by date+time, now we "only" need to decide on the UIJörg Hohensohn2-0/+4
2004-06-16remove extra ';'Daniel Stenberg2-2/+2
2004-06-16remove C++/C99 commentDaniel Stenberg1-1/+1
2004-06-16Stray semicolon removedLinus Nielsen Feltzing1-1/+1
2004-06-14The sleep timer now waits until the disk is idle before shutting downLinus Nielsen Feltzing1-0/+4
2004-06-11removed dead codeLinus Nielsen Feltzing1-1/+0
2004-06-11mpeg_set_pitch now uses the 7f1 shadow registerLinus Nielsen Feltzing1-2/+5
2004-06-11Disabled automatic disk spindown (by the drive). Updated comments regarding t...Jens Arnold1-16/+16
2004-06-10Don't throw away return code.Björn Stenberg1-1/+2
2004-06-10Try mounting all partitions after USB disconnect, just as on boot.Björn Stenberg1-2/+6
2004-06-10Finally, the archos directory sandbox works in the same way for both X11 and ...Linus Nielsen Feltzing1-13/+0
2004-06-09Ooops! I wrote garbage to the MAS when stopping the recording.Linus Nielsen Feltzing1-1/+1
2004-06-04We now put ID3v2.3 tags in the recorded files instead of ID3v2.4, because som...Linus Nielsen Feltzing1-1/+1
2004-06-04Removed unused variablesLinus Nielsen Feltzing1-4/+0
2004-06-04The MAS3587F data sheet was wrong about having to validate the pause bit sett...Linus Nielsen Feltzing1-21/+1