summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2002-08-30Fixed ff/rew new position calculation to handle large seek positions and file...Hardeep Sidhu
2002-08-30Simulators want is_playing tooBjörn Stenberg
2002-08-29Don't set last_dma_tick in swap_data when song is paused. This should fix th...Hardeep Sidhu
2002-08-29wait_for_rdy() now actually waits for RDYLinus Nielsen Feltzing
2002-08-29Now uses STANDBY_IMMEDIATE instead of STANDBYLinus Nielsen Feltzing
2002-08-29Changed the poll timer from 2ms to 1msLinus Nielsen Feltzing
2002-08-28Changed lcd_drawrect() to use upper left corner and height/width as parametersMarkus Braun
2002-08-28Reverted back to monospace again. Let's not rock the boat until people can ch...Björn Stenberg
2002-08-28More error handling, handles empty MP3 files now. Part 2.Linus Nielsen Feltzing
2002-08-28More error handling, handles empty MP3 files nowLinus Nielsen Feltzing
2002-08-28Even still more simulator fixesLinus Nielsen Feltzing
2002-08-28Even more simulator fixesLinus Nielsen Feltzing
2002-08-28Simulator fixesLinus Nielsen Feltzing
2002-08-28Repearied LOADABLE_FONTS, which was broken by the recent propfonts scroll fixBjörn Stenberg
2002-08-28First attempt to use the new playlist APILinus Nielsen Feltzing
2002-08-27Made LCD_PROPFONTS default on recorderBjörn Stenberg
2002-08-27Adjusted the key sense voltage levels a littleLinus Nielsen Feltzing
2002-08-27Fixed some nasty mutex glitchesLinus Nielsen Feltzing
2002-08-27Update id3->index when changing song in simulator.Mats Lidell
2002-08-27Fixed elapsed time display after resume for large VBR files. Also, update el...Hardeep Sidhu
2002-08-26Don't call perform_sleep() while already sleepingBjörn Stenberg
2002-08-26Added configurable disk spindown. The disk will also now not spin down while ...Björn Stenberg
2002-08-26Propfont fix/kludge for the scroll code. Now doesn't garble the line and shou...Björn Stenberg
2002-08-26Don't seek in buffer if data is being loaded. This fixes the track silence w...Hardeep Sidhu
2002-08-25Make sure there is sufficient data in buffer before resuming after ffw.Hardeep Sidhu
2002-08-24Fixed minor bug in previous change: 0 is a valid sectorHardeep Sidhu
2002-08-24Data at end of file was not being read if last sector fell on cluster boundaryHardeep Sidhu
2002-08-24Make close() check for a valid fd and set errno accordingly.Heikki Hannikainen
2002-08-23Missing break in the SYS_USB_CONNECTED caseLinus Nielsen Feltzing
2002-08-23bad bad bad snprintf() overflow the buffer if the string passed in with aDaniel Stenberg
2002-08-23the simulator code now deals better with playlist_next() returning NULLDaniel Stenberg
2002-08-23Fixed a flaw in the ffw/rew logic for large vbr filesHardeep Sidhu
2002-08-23Added NSauzede's patch to detect USB while in a Menu. It also adds the USB ic...Justin Heiner
2002-08-22Reset mp3buf_swapwrite when selecting next track that is already in buffer. ...Hardeep Sidhu
2002-08-22New measurements show ATA_SLEEP saves us 30-40 mA over ATA_STANDBY.Björn Stenberg
2002-08-22when we want to open a file, we want the exact specified file name, notDaniel Stenberg
2002-08-22bitswap.s is linked with librockbox as well nowFelix Arends
2002-08-22make mp3info() better return true on bad mp3 files, also makeDaniel Stenberg
2002-08-22Check the return code from each call to mp3info(), as it might return trueDaniel Stenberg
2002-08-22CONFIG, API, CONTRIBUTING and CREDITS are now in ../docs/Daniel Stenberg
2002-08-21Charge longer, deeper, better. Also restart charging already at 95%, sinceHeikki Hannikainen
2002-08-21Reset the power history with the latest value when starting chargingHeikki Hannikainen
2002-08-21include kernel.h to work stand-alone betterDaniel Stenberg
2002-08-21Stays in pause mode after seekBjörn Stenberg
2002-08-21Magnus Öman's rocking USB logo is now being put to use.Daniel Stenberg
2002-08-21lets point to ../docs/READMERobert Hak
2002-08-21moved these files to /docsRobert Hak
2002-08-21Added icons for charcell simulator.Mats Lidell
2002-08-21Fixed lcd_getstringsize() for prop fonts. Now also counts the blank columnsMarkus Braun
2002-08-20Removed warningBjörn Stenberg