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