summaryrefslogtreecommitdiff
path: root/firmware/drivers (follow)
Commit message (Expand)AuthorAge
...
* Oops. Wrong arguments to memset(). Thanks to Mike Wilson for pointing that out.Linus Nielsen Feltzing2004-01-26
* Reverted to the old ADC driver, since it appeared to cause fake OFF keypresse...Linus Nielsen Feltzing2004-01-20
* warning + obsolete variable removedJörg Hohensohn2004-01-16
* Optimized the sector read loop as much as C allows. I measured an overall spe...Jörg Hohensohn2004-01-16
* Ooops. Forgot to clear the newly allocated cluster in mkdir()Linus Nielsen Feltzing2004-01-15
* Second bug in mkdir() :-)Linus Nielsen Feltzing2004-01-15
* Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing2004-01-15
* Added acoustic management, power management and read look-ahead.Björn Stenberg2004-01-14
* Craig Sather's patch #849405:Daniel Stenberg2004-01-13
* Faster, simplified A/D driver. The previous batch convert in init_adc() produ...Linus Nielsen Feltzing2004-01-13
* nicer handling of button_flip(), swap stored value, too, and avoid race condi...Jörg Hohensohn2004-01-01
* oops, optimized lcd_bitmap() too much, obey the clear flagJörg Hohensohn2003-12-24
* Screen buffer transposed, such that bytes in X-direction are consecutive. Thi...Jörg Hohensohn2003-12-23
* Upside Down option for display (and buttons) now wired into the display setti...Jörg Hohensohn2003-12-20
* Improved timing in soft_reset. This hopefully cures spontaneous Red Led freezes.Björn Stenberg2003-12-17
* xoffset is only when not building for a simulator (for now)Daniel Stenberg2003-12-15
* Ooops! I forgot to remove my debugging changesLinus Nielsen Feltzing2003-12-15
* Now correctly informs gcc that r0 is clobbered in lcd_write_data(). The video...Linus Nielsen Feltzing2003-12-15
* Fix for the LED problem in lcd_write_data(). The r0 register was not preserve...Linus Nielsen Feltzing2003-12-15
* LCD flip (upside down) and a high-performance blit functionJörg Hohensohn2003-12-12
* adjustments for NeoDaniel Stenberg2003-12-12
* Added viewer for currently playing playlist. Accessed from Menu->Playlist Op...Hardeep Sidhu2003-12-10
* Fix for the occasional problem on FMR devices, when the device can't be turne...Linus Nielsen Feltzing2003-12-04
* oops, a typo made the player build failJörg Hohensohn2003-12-03
* No more spinning disk while charging flashed FM+V2 (you need the new bootload...Jörg Hohensohn2003-12-03
* a side effect in usb_enable() (writing back a "1" while reading a pulled-up i...Jörg Hohensohn2003-11-07
* The code police strikes backLinus Nielsen Feltzing2003-11-07
* set/clear port bits with atomic instructions instead of read-modify-write, sa...Jörg Hohensohn2003-11-06
* Patch #798050 by Leslie Donaldson, activates Line In on Player modelsLinus Nielsen Feltzing2003-11-03
* Patch #791531 by Barry McIntosh, fake time stamps for file creation/updates o...Linus Nielsen Feltzing2003-11-03
* Killed a warning (and a bug I introduced in the last commit)Linus Nielsen Feltzing2003-10-28
* Better error reportingLinus Nielsen Feltzing2003-10-26
* cosmetic: moved my port inits to the "new" init functionJörg Hohensohn2003-10-21
* Removed reboot when DC connected. It serves no purpose and is confusing to us...Björn Stenberg2003-09-19
* ATA io_address_detect() now doesn't probe any more, but uses the h/w mask. Pr...Jörg Hohensohn2003-09-01
* Slightly more correct initialization of the power/charging codeLinus Nielsen Feltzing2003-08-25
* Smarter jumpscroll.Mats Lidell2003-08-18
* ide_power_enable for simulator added.Mats Lidell2003-07-20
* Another go at the disk-full FAT driver fix. Now it skips the reserved sectors...Linus Nielsen Feltzing2003-07-19
* report sleeping disk while not initialized, needed for changing before ata_in...Jörg Hohensohn2003-07-18
* Magnus Holmgren: Just realized one thing: doing AN0-3 last is slightly better...Jörg Hohensohn2003-07-17
* one more missing init, prevented powering down the diskJörg Hohensohn2003-07-17
* Removed a compiler warningLinus Nielsen Feltzing2003-07-16
* Fixed a bug that included the reserved clusters 0 and 1 in the search for ava...Linus Nielsen Feltzing2003-07-16
* Patch 772577 by Magnus Holmgren: measure all ADC channels within adc_init(), ...Jörg Hohensohn2003-07-16
* Initalize last_disk_activityBjörn Stenberg2003-07-11
* A more complete serial port setupLinus Nielsen Feltzing2003-07-11
* Fixed spindown bug: last_disk_activity was set 10 seconds into the future, wh...Björn Stenberg2003-07-10
* Moved lcd default contrast knowledge from settings.c to lcd driver. Now lcd_i...Björn Stenberg2003-07-09
* Cold start fixes: master_slave_select() now checks for BSY as well as RDY (si...Björn Stenberg2003-07-09