summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2003-08-21Measured voltages for LiIon. I found rockbox-liion.gifUwe Freese1-4/+2
2003-08-20Reset playing variables when usb connectedHardeep Sidhu1-0/+2
2003-08-18Smarter jumpscroll.Mats Lidell1-3/+18
2003-08-04The other end of my diagnostic code: Rolo now tries to load the file "/startu...Jörg Hohensohn1-0/+54
2003-07-28TP Diffenbach pointed out the risk here. Added a check for bad input valuesDaniel Stenberg1-3/+6
2003-07-22Setting the lowest mic gain no longer turns off the mic (bug #774349)Linus Nielsen Feltzing2-5/+6
2003-07-20ide_power_enable for simulator added.Mats Lidell1-0/+5
2003-07-20usb_detect for simulator added.Mats Lidell1-0/+5
2003-07-19Another go at the disk-full FAT driver fix. Now it skips the reserved sectors...Linus Nielsen Feltzing1-5/+3
2003-07-18report sleeping disk while not initialized, needed for changing before ata_in...Jörg Hohensohn1-1/+2
2003-07-17Magnus Holmgren: Just realized one thing: doing AN0-3 last is slightly better...Jörg Hohensohn1-3/+3
2003-07-17when rebooting, de-init such that the coldstart detection would kick in again...Jörg Hohensohn1-0/+1
2003-07-17one more missing init, prevented powering down the diskJörg Hohensohn1-2/+3
2003-07-16Removed a compiler warningLinus Nielsen Feltzing1-1/+0
2003-07-16Fixed a bug that included the reserved clusters 0 and 1 in the search for ava...Linus Nielsen Feltzing1-2/+9
2003-07-16Patch 772577 by Magnus Holmgren: measure all ADC channels within adc_init(), ...Jörg Hohensohn1-2/+37
2003-07-11Initalize last_disk_activityBjörn Stenberg1-0/+2
2003-07-11A more complete serial port setupLinus Nielsen Feltzing1-1/+4
2003-07-10Fixed spindown bug: last_disk_activity was set 10 seconds into the future, wh...Björn Stenberg1-4/+7
2003-07-10Added dependency to the tools dir, so it's automatically built with the rest....Björn Stenberg1-1/+4
2003-07-09Moved lcd default contrast knowledge from settings.c to lcd driver. Now lcd_i...Björn Stenberg3-17/+32
2003-07-09Cold start fixes: master_slave_select() now checks for BSY as well as RDY (si...Björn Stenberg1-8/+8
2003-07-09Removed warningsBjörn Stenberg1-8/+14
2003-07-09again different coldstart, ata_init() now has non-ambiguous return codes for ...Jörg Hohensohn1-26/+34
2003-07-08better place and method for the spinup wait code, still I'd welcome comments ...Jörg Hohensohn1-11/+14
2003-07-04Fix for incorrect genre default value, by Benjamin MetzlerBjörn Stenberg1-1/+2
2003-07-03I needed a function to return the physical USB detectJörg Hohensohn2-4/+15
2003-07-03When starting from flash, we have to wait for the disk to get ready. (Quite a...Jörg Hohensohn1-7/+17
2003-07-02Only recorders use PA11 for /PR. Players use it for the STOP button...Björn Stenberg1-1/+1
2003-07-01Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu1-1/+1
2003-07-01Another port init fixes the silent play problem, Rockbox is now ready for FLASH!Jörg Hohensohn1-3/+3
2003-07-01The mono recording fix was braindead.Linus Nielsen Feltzing1-8/+0
2003-06-30missing port init prevented recording with Rockbox from flashJörg Hohensohn1-0/+1
2003-06-30Mono recording with Line In now mixes the left and right channel. Fixes bug #...Linus Nielsen Feltzing1-0/+9
2003-06-29* Added the plugin icon for the old lcd.Kjell Ericson1-46/+46
2003-06-29Added plugin loader. Moved games, demos and the text viewer to loadable plugi...Björn Stenberg2-6/+13
2003-06-29Added restart option to system exception screen (press ON)Björn Stenberg1-1/+11
2003-06-29Added multiple inclusion protectionBjörn Stenberg1-0/+4
2003-06-29Renamed flush() to fsync() to be more in line with POSIX/unixBjörn Stenberg3-5/+5
2003-06-26port inits for cold start abilityJörg Hohensohn2-1/+8
2003-06-26init the LCD, needed for cold start (from flash)Jörg Hohensohn1-0/+22
2003-06-25Default contrast is now autodetected on recordersLinus Nielsen Feltzing1-0/+1
2003-06-25In flush_reload, don't reset swapwrite if we're still swapping current track....Hardeep Sidhu1-1/+6
2003-06-19Slightly better handling of disk-full situationsLinus Nielsen Feltzing3-4/+56
2003-06-19Now handles a full disk a little better, and it doesn't trust the fsinfo anymoreLinus Nielsen Feltzing1-8/+8
2003-06-09Report max 99% battery level during chargingBjörn Stenberg1-0/+4
2003-06-06bug 749951, ooops. We made the number function too generic and forgot toDaniel Stenberg1-4/+11
2003-06-05A bit faster update of Player simulator.Kjell Ericson1-1/+0
2003-06-05Fixed silly typoBjörn Stenberg1-1/+1
2003-06-04Generalized id3v2 parsing code. Added support for the composer frame and free...Björn Stenberg2-93/+167