summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
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-26Added header file for bitswap, and made the fliptable global for re-useJens 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-22adjusted to work better in the new conceptDaniel Stenberg
2004-09-22Rearranged makefiles again to move platform-specific stuff from the MakefilesDaniel Stenberg
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-19Ondio SP does not have a radio.Björn Stenberg
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg
2004-09-17Neo has a processor too...Björn Stenberg
2004-09-17Added preliminary support for Iriver H100Björn Stenberg
2004-09-17Added CPU model #defineBjö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-13Now the Player balance setting works againLinus Nielsen Feltzing
2004-09-13another fix towards Ondio USB passthroughJö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-11Ondio USB enable, ATA part of it is missing by nowJörg Hohensohn
2004-09-10different ADC channels for OndioJörg Hohensohn
2004-09-10no backlight for OndioJö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-09build system updated to include Ondio optionJörg Hohensohn
2004-09-06Bug fix: open() now handles O_TRUNC correctly (this was the real cause for th...Jens Arnold
2004-09-06rombox support: building and zipDaniel Stenberg
2004-09-03fixed rom start indexDaniel Stenberg
2004-09-03define the ROM start in the config-*.h file instead and avoid the ifdefDaniel Stenberg