summaryrefslogtreecommitdiff
path: root/firmware/drivers (follow)
Commit message (Expand)AuthorAge
* Correct CPU type handlingLinus Nielsen Feltzing2004-10-07
* Enhanced MMC handling: Driver cleanup, timeout calculation fixed, allowed vol...Jens Arnold2004-10-06
* Compile ata_mmc.c for targets with mmc, ata.c for all others.Björn Stenberg2004-10-05
* panic on write behind partition, tooJörg Hohensohn2004-10-05
* (Re-)added the delayed write feature to avoid wearing the flash unnecessarilyJens Arnold2004-10-04
* MMC: 10 % faster reading and 15 % faster writingJens Arnold2004-10-04
* Removed disabled code.Jens Arnold2004-10-03
* Implemented multiple block reading and writing. Significant speedup.Jens Arnold2004-10-03
* Some cleanup, and a quick fix to make battery status reading and idle powerof...Jens Arnold2004-10-01
* Fix: card initialization on card_select()Jens Arnold2004-10-01
* Ondio PACR inits for cold startJörg Hohensohn2004-10-01
* We must sleep 2 ticks to be really sure that all A/D channels have been conve...Linus Nielsen Feltzing2004-10-01
* Writing to mmc does work now, but not always correct yet. It caused a corrupt...Jens Arnold2004-09-29
* Added MAS3539F support (Ondio SP)Jens Arnold2004-09-29
* Small fix for the card initJens Arnold2004-09-29
* MMC driver is now write enabled, and should no longer lock up. Still prelimin...Jens Arnold2004-09-29
* a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn2004-09-28
* First working MMC driver (very preliminary, and read-only), and some adaption...Jens Arnold2004-09-28
* Ensure vaild readings when adc_init() returnsJens Arnold2004-09-24
* Added debouncing to the Ondio button driver.Jens Arnold2004-09-23
* FAT16 support for the OndioJörg Hohensohn2004-09-23
* Fixed yellow buildHenrik Backe2004-09-23
* An attempt to filter the button readingLinus Nielsen Feltzing2004-09-23
* Removed the obsolete adcreg[] tableLinus Nielsen Feltzing2004-09-21
* New A/D conversion strategy, now updates all channels every tickLinus Nielsen Feltzing2004-09-21
* Chip selects for internal & external card were reversedJens Arnold2004-09-20
* Disabled all code for the serial remote on Ondio, since the serial port is ne...Jens Arnold2004-09-20
* Removed the Neo code. Nobody is interested in it.Björn Stenberg2004-09-20
* Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg2004-09-19
* Added preliminary support for Iriver H100Björn Stenberg2004-09-17
* Removed test code that shouldn't have been committed.Björn Stenberg2004-09-16
* Moved LCD_WIDHT/HEIGHT from lcd driver to config file.Björn Stenberg2004-09-16
* Ondio levels adjusted, use ADC channel namesJörg Hohensohn2004-09-15
* Ondio USB mode works with both internal and external MMCJörg Hohensohn2004-09-14
* Ondio USB mode works, but only with external MMCJörg Hohensohn2004-09-14
* some fixes for Ondio USB passthrough (but still doesn't work yet)Jörg Hohensohn2004-09-11
* prepared Ondio USB passthrough (but doesn't work yet)Jörg Hohensohn2004-09-11
* prepared an empty MMC driverJörg Hohensohn2004-09-11
* avoid unused variable warning if no LEDJörg Hohensohn2004-09-10
* no double negation, define present features, not absentJörg Hohensohn2004-09-10
* Ondio has no LED (no RLOD possible ;-)Jörg Hohensohn2004-09-10
* minor oopsJörg Hohensohn2004-09-10
* adjustment for the Ondio: button driver has an Odio part, for now it has a Pl...Jörg Hohensohn2004-09-10
* adjustment for the Ondio: I2C clock is on a different pinJörg Hohensohn2004-09-10
* the very first adjustment for the Ondio: fix the screen orientationJörg Hohensohn2004-09-09
* button_clear_queue() now works as expectedLinus Nielsen Feltzing2004-09-01
* Fixed new font format: necessity of offset table generation, output of fonts ...Jens Arnold2004-08-27
* Fixed pointer types & struct fontJens Arnold2004-08-26
* New font format (already rotated) saves code, space and time. On the downside...Jörg Hohensohn2004-08-26
* Bug fix: renaming a directory could cause a name clash. New feature: rename()...Linus Nielsen Feltzing2004-08-22