summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2003-10-28Killed a warning (and a bug I introduced in the last commit)Linus Nielsen Feltzing
2003-10-27Explicit setup of the bus controller wait states. This is supposed to fix the...Linus Nielsen Feltzing
2003-10-26Correct genre parsing by making code match comment (and specification) :)Magnus Holmgren
2003-10-26Better error reportingLinus Nielsen Feltzing
2003-10-22Genre parsing in id3v2.3 was still wrong. Also, the last frame in the tag cou...Linus Nielsen Feltzing
2003-10-22Added unsynchronizationLinus Nielsen Feltzing
2003-10-21cosmetic: moved my port inits to the "new" init functionJörg Hohensohn
2003-10-21An attempt to fix the ID3V2 genre tag parsingLinus Nielsen Feltzing
2003-10-20Added tag resolvers for TYE, TAL and TRKLinus Nielsen Feltzing
2003-10-17Resume rounding error fixes (patch #783078 by Harold Toler)Björn Stenberg
2003-10-17Fixed ff/rew rounding error (patch #783525 by Harold Toler)Björn Stenberg
2003-10-17Car Ignition Auto Stop (patch #736339 by Craig Sather)Björn Stenberg
2003-10-17Fixes sleep timer when connected to charger (patch #769591 by Henrik Backe)Björn Stenberg
2003-10-15The 'rec upd' panic now prints the filename as wellLinus Nielsen Feltzing
2003-10-14More linker safe MP3 buffer handling in the simulatorLinus Nielsen Feltzing
2003-10-12patch #785885 by Magnus Holmgren: way faster rolo, with assemblerJörg Hohensohn
2003-10-12patch #801964 by Magnus Holmgren: 10% faster bitswapJörg Hohensohn
2003-10-11fixed rolo-ing of original Archos firmware when flashed. Finally narrowed it ...Jörg Hohensohn
2003-09-22Removed the battery level rise limiter. This provides more accurate values th...Björn Stenberg
2003-09-19Removed reboot when DC connected. It serves no purpose and is confusing to us...Björn Stenberg
2003-09-01ATA io_address_detect() now doesn't probe any more, but uses the h/w mask. Pr...Jörg Hohensohn
2003-08-29Pass actual time instead of offset to mpeg_ff_rewind. Fixes ff/rew to wrong ...Hardeep Sidhu
2003-08-25Slightly more correct initialization of the power/charging codeLinus Nielsen Feltzing
2003-08-21Measured voltages for LiIon. I found rockbox-liion.gifUwe Freese
2003-08-20Reset playing variables when usb connectedHardeep Sidhu
2003-08-18Smarter jumpscroll.Mats Lidell
2003-08-04The other end of my diagnostic code: Rolo now tries to load the file "/startu...Jörg Hohensohn
2003-07-28TP Diffenbach pointed out the risk here. Added a check for bad input valuesDaniel Stenberg
2003-07-22Setting the lowest mic gain no longer turns off the mic (bug #774349)Linus Nielsen Feltzing
2003-07-20ide_power_enable for simulator added.Mats Lidell
2003-07-20usb_detect for simulator added.Mats Lidell
2003-07-19Another go at the disk-full FAT driver fix. Now it skips the reserved sectors...Linus Nielsen Feltzing
2003-07-18report sleeping disk while not initialized, needed for changing before ata_in...Jörg Hohensohn
2003-07-17Magnus Holmgren: Just realized one thing: doing AN0-3 last is slightly better...Jörg Hohensohn
2003-07-17when rebooting, de-init such that the coldstart detection would kick in again...Jörg Hohensohn
2003-07-17one more missing init, prevented powering down the diskJörg Hohensohn
2003-07-16Removed a compiler warningLinus Nielsen Feltzing
2003-07-16Fixed a bug that included the reserved clusters 0 and 1 in the search for ava...Linus Nielsen Feltzing
2003-07-16Patch 772577 by Magnus Holmgren: measure all ADC channels within adc_init(), ...Jörg Hohensohn
2003-07-11Initalize last_disk_activityBjörn Stenberg
2003-07-11A more complete serial port setupLinus Nielsen Feltzing
2003-07-10Fixed spindown bug: last_disk_activity was set 10 seconds into the future, wh...Björn Stenberg
2003-07-10Added dependency to the tools dir, so it's automatically built with the rest....Björn Stenberg
2003-07-09Moved lcd default contrast knowledge from settings.c to lcd driver. Now lcd_i...Björn Stenberg
2003-07-09Cold start fixes: master_slave_select() now checks for BSY as well as RDY (si...Björn Stenberg
2003-07-09Removed warningsBjörn Stenberg
2003-07-09again different coldstart, ata_init() now has non-ambiguous return codes for ...Jörg Hohensohn
2003-07-08better place and method for the spinup wait code, still I'd welcome comments ...Jörg Hohensohn
2003-07-04Fix for incorrect genre default value, by Benjamin MetzlerBjörn Stenberg
2003-07-03I needed a function to return the physical USB detectJörg Hohensohn