summaryrefslogtreecommitdiff
path: root/firmware/drivers (unfollow)
Commit message (Expand)Author
2004-01-26Oops. Wrong arguments to memset(). Thanks to Mike Wilson for pointing that out.Linus Nielsen Feltzing
2004-01-20Reverted to the old ADC driver, since it appeared to cause fake OFF keypresse...Linus Nielsen Feltzing
2004-01-16warning + obsolete variable removedJörg Hohensohn
2004-01-16Optimized the sector read loop as much as C allows. I measured an overall spe...Jörg Hohensohn
2004-01-15Ooops. Forgot to clear the newly allocated cluster in mkdir()Linus Nielsen Feltzing
2004-01-15Second bug in mkdir() :-)Linus Nielsen Feltzing
2004-01-15Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing
2004-01-14Added acoustic management, power management and read look-ahead.Björn Stenberg
2004-01-13Craig Sather's patch #849405:Daniel Stenberg
2004-01-13Faster, simplified A/D driver. The previous batch convert in init_adc() produ...Linus Nielsen Feltzing
2004-01-01nicer handling of button_flip(), swap stored value, too, and avoid race condi...Jörg Hohensohn
2003-12-24oops, optimized lcd_bitmap() too much, obey the clear flagJörg Hohensohn
2003-12-23Screen buffer transposed, such that bytes in X-direction are consecutive. Thi...Jörg Hohensohn
2003-12-20Upside Down option for display (and buttons) now wired into the display setti...Jörg Hohensohn
2003-12-17Improved timing in soft_reset. This hopefully cures spontaneous Red Led freezes.Björn Stenberg
2003-12-15xoffset is only when not building for a simulator (for now)Daniel Stenberg
2003-12-15Ooops! I forgot to remove my debugging changesLinus Nielsen Feltzing
2003-12-15Now correctly informs gcc that r0 is clobbered in lcd_write_data(). The video...Linus Nielsen Feltzing
2003-12-15Fix for the LED problem in lcd_write_data(). The r0 register was not preserve...Linus Nielsen Feltzing
2003-12-12LCD flip (upside down) and a high-performance blit functionJörg Hohensohn
2003-12-12adjustments for NeoDaniel Stenberg
2003-12-10Added viewer for currently playing playlist. Accessed from Menu->Playlist Op...Hardeep Sidhu
2003-12-04Fix for the occasional problem on FMR devices, when the device can't be turne...Linus Nielsen Feltzing
2003-12-03oops, a typo made the player build failJörg Hohensohn
2003-12-03No more spinning disk while charging flashed FM+V2 (you need the new bootload...Jörg Hohensohn
2003-11-07a side effect in usb_enable() (writing back a "1" while reading a pulled-up i...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-03Patch #798050 by Leslie Donaldson, activates Line In on Player modelsLinus Nielsen Feltzing
2003-11-03Patch #791531 by Barry McIntosh, fake time stamps for file creation/updates o...Linus Nielsen Feltzing
2003-10-28Killed a warning (and a bug I introduced in the last commit)Linus Nielsen Feltzing
2003-10-26Better error reportingLinus Nielsen Feltzing
2003-10-21cosmetic: moved my port inits to the "new" init functionJörg Hohensohn
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-25Slightly more correct initialization of the power/charging codeLinus Nielsen Feltzing
2003-08-18Smarter jumpscroll.Mats Lidell
2003-07-20ide_power_enable 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-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-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