summaryrefslogtreecommitdiff
path: root/firmware/export
AgeCommit message (Expand)Author
2004-10-08multiple battery types prepared (CONFIG_BATTERY)Jörg Hohensohn
2004-10-08Fixed typoJens Arnold
2004-10-06The endian swap macros should be unsigned. This fixes the FAT16 issue.Jens Arnold
2004-10-06Enhanced MMC handling: Driver cleanup, timeout calculation fixed, allowed vol...Jens Arnold
2004-10-06include cpu header only if explicit CPU matchDaniel Stenberg
2004-10-06sh7024.h -> cpu.hLinus Nielsen Feltzing
2004-10-06Changed CPU name, removed HAVE_LEDLinus Nielsen Feltzing
2004-10-06Changed CPU nameLinus Nielsen Feltzing
2004-10-06CPU definition fileLinus Nielsen Feltzing
2004-10-06CPU definitions for MCF5249Linus Nielsen Feltzing
2004-10-01test code portable nowJörg Hohensohn
2004-10-01Ondio config cleanup, SIBI supportJörg Hohensohn
2004-09-29Added MAS3539F support (Ondio SP)Jens Arnold
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn
2004-09-26Added header file for bitswap, and made the fliptable global for re-useJens Arnold
2004-09-23FAT16 support for the OndioJörg Hohensohn
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 CPU model #defineBjörn Stenberg
2004-09-16Moved LCD_WIDHT/HEIGHT from lcd driver to config file.Björn Stenberg
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 double negation, define present features, not absentJörg Hohensohn
2004-09-10Ondio has no LED (no RLOD possible ;-)Jö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-09build system updated to include Ondio optionJörg Hohensohn
2004-09-03fixed rom start indexDaniel Stenberg
2004-09-03define the ROM start in the config-*.h file instead and avoid the ifdefDaniel Stenberg
2004-09-01Made queue_clear() atomic, and made the argument non-constLinus Nielsen Feltzing
2004-09-01New kernel function: queue_clear()Linus Nielsen Feltzing
2004-08-30New debug feature: Use the SH1 user break controller to catch illegal memory ...Jens Arnold
2004-08-27font format documentation updated, obsolete definitions removedJörg Hohensohn
2004-08-27By reducing the font buffer to 4000 bytes from 9000, we get 5000 fresh bytesDaniel Stenberg
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
2004-08-22Bug fix: renaming a directory could cause a name clash. New feature: rename()...Linus Nielsen Feltzing
2004-08-18 Const policed pointer arguments to functions, part 4Jens Arnold
2004-08-17 Const policed pointer arguments to functions, part 2Jens Arnold
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold
2004-08-03More const policeing step 3Jens Arnold
2004-08-01More const policeing step 1Jens Arnold
2004-07-29Two new exported functions: mpeg_get_last_header() and mpeg_file_pos()Linus Nielsen Feltzing
2004-07-27Added possibility to select the priority of the ID3 tagsLinus Nielsen Feltzing
2004-07-24New feature: clean shutdown if you press OFF twice in the file browser, or se...Linus Nielsen Feltzing
2004-07-24gcc 3.4 has a different constraint syntaxLinus Nielsen Feltzing