summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
...
* Added raw button reading functionalityLinus Nielsen Feltzing2004-07-21
* Made the char property lookup table constantJens Arnold2004-07-20
* Const'ed the various setting lookup tablesJens Arnold2004-07-20
* Next round of const policeingJens Arnold2004-07-20
* Extra LCD updates for the player LCD simulationLinus Nielsen Feltzing2004-07-20
* Const'ed the logo, the bitmaps and the credits (optimization for running from...Jens Arnold2004-07-19
* The pathname argument for open() is declared const, so copy it has to be copiedJens Arnold2004-07-19
* Now turns off the backlight when the sleeptimer expires with the charger atta...Linus Nielsen Feltzing2004-07-15
* Now uses shadow_7f1 correctly, so the pitch works againLinus Nielsen Feltzing2004-07-15
* Added bookmark icon for the Player/StudioLinus Nielsen Feltzing2004-07-14
* The music now pauses correctly in car adapter modeLinus Nielsen Feltzing2004-07-14
* Disable the backlight before powering off the Player/StudioLinus Nielsen Feltzing2004-07-14
* Removed lvalue cast, which generates warnings on newer gcc versionsLinus Nielsen Feltzing2004-07-13
* The plugin API now supports ctype macros like tolower() and friendsLinus Nielsen Feltzing2004-07-13
* Simplified the recorder scrolling code a littleLinus Nielsen Feltzing2004-07-09
* Patch #961687 by Eric Lassauge, MP3 playback using libmad in the X11 simulatorLinus Nielsen Feltzing2004-07-08
* Bass boost removed in favour of some new sound settings: Super bass and five ...Linus Nielsen Feltzing2004-07-06
* Don't create a Xing header if nothing has been recordedLinus Nielsen Feltzing2004-07-06
* Now looks for TCOM and TCON before TCOLinus Nielsen Feltzing2004-07-05
* Enabled assembler optimized disk reading and writing (approx. 2 times as fast)Jens Arnold2004-07-05
* New screen dump feature for recordersLinus Nielsen Feltzing2004-06-30
* Added the (practically useless) 20ms option to the Auto Volume setting, for c...Linus Nielsen Feltzing2004-06-22
* switch_thread() now checks the stack of the current thread instead of the nex...Linus Nielsen Feltzing2004-06-22
* Patch #881887 by Gerald Vanbaren. The red LED is now ON when recording and bl...Linus Nielsen Feltzing2004-06-22
* remove_tread() -> remove_thread()Linus Nielsen Feltzing2004-06-22
* Added reset_poweroff_timer(), which can be used to prevent idle poweroff. Thi...Linus Nielsen Feltzing2004-06-22
* Simplified the settings code by removing the phys2val conversions. This has t...Linus Nielsen Feltzing2004-06-21
* infrastructure for sorting by date+time, now we "only" need to decide on the UIJörg Hohensohn2004-06-20
* remove extra ';'Daniel Stenberg2004-06-16
* remove C++/C99 commentDaniel Stenberg2004-06-16
* Stray semicolon removedLinus Nielsen Feltzing2004-06-16
* The sleep timer now waits until the disk is idle before shutting downLinus Nielsen Feltzing2004-06-14
* removed dead codeLinus Nielsen Feltzing2004-06-11
* mpeg_set_pitch now uses the 7f1 shadow registerLinus Nielsen Feltzing2004-06-11
* Disabled automatic disk spindown (by the drive). Updated comments regarding t...Jens Arnold2004-06-11
* Don't throw away return code.Björn Stenberg2004-06-10
* Try mounting all partitions after USB disconnect, just as on boot.Björn Stenberg2004-06-10
* Finally, the archos directory sandbox works in the same way for both X11 and ...Linus Nielsen Feltzing2004-06-10
* Ooops! I wrote garbage to the MAS when stopping the recording.Linus Nielsen Feltzing2004-06-09
* We now put ID3v2.3 tags in the recorded files instead of ID3v2.4, because som...Linus Nielsen Feltzing2004-06-04
* Removed unused variablesLinus Nielsen Feltzing2004-06-04
* The MAS3587F data sheet was wrong about having to validate the pause bit sett...Linus Nielsen Feltzing2004-06-04
* The Play button now acts as a Pause button during recording instead of openin...Linus Nielsen Feltzing2004-06-03
* Moved genre list and access function to id3.cBjörn Stenberg2004-05-22
* Fixed a warningJens Arnold2004-05-15
* TABs again...Jens Arnold2004-05-15
* Fixed lcd_putsxyofs() for the new lcd_bitmap()Jens Arnold2004-05-14
* Some TAB characters slipped in...Jens Arnold2004-05-14
* Fixed lcd_bitmap() to use the bitmap format generated by bmp2rb correctly. No...Jens Arnold2004-05-14
* Added .S files in driversBjörn Stenberg2004-05-12