summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2003-11-07a side effect in usb_enable() (writing back a "1" while reading a pulled-up i...Jörg Hohensohn
2003-11-07set/clear port bits with atomic instructions instead of read-modify-write, sa...Jörg Hohensohn
2003-11-07The code police strikes backLinus Nielsen Feltzing
2003-11-06set/clear port bits with atomic instructions instead of read-modify-write, sa...Jörg Hohensohn
2003-11-06set/clear port bits with atomic instructions instead of read-modify-write, sa...Jörg Hohensohn
2003-11-03Patch #798050 by Leslie Donaldson, activates Line In on Player modelsLinus Nielsen Feltzing
2003-11-03Another fix for bug #835158, now handles multiple splitsLinus Nielsen Feltzing
2003-11-03Now handles empty recordings without crashing. This fixes bug #835158.Linus Nielsen Feltzing
2003-11-03Patch #791531 by Barry McIntosh, fake time stamps for file creation/updates o...Linus Nielsen Feltzing
2003-11-02Killed a warningLinus Nielsen Feltzing
2003-11-02Frame-accurate file splits when recording. Now the PLAY button closes the cur...Linus Nielsen Feltzing
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