summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2004-09-15Ondio levels adjusted, use ADC channel namesJörg Hohensohn1-6/+6
2004-09-14Ondio USB mode works with both internal and external MMCJörg Hohensohn1-4/+9
2004-09-14Ondio USB mode works, but only with external MMCJörg Hohensohn1-2/+5
2004-09-13Now the Player balance setting works againLinus Nielsen Feltzing1-0/+2
2004-09-13another fix towards Ondio USB passthroughJörg Hohensohn1-1/+4
2004-09-11some fixes for Ondio USB passthrough (but still doesn't work yet)Jörg Hohensohn2-13/+17
2004-09-11prepared Ondio USB passthrough (but doesn't work yet)Jörg Hohensohn4-7/+21
2004-09-11prepared an empty MMC driverJörg Hohensohn4-0/+292
2004-09-11Ondio USB enable, ATA part of it is missing by nowJörg Hohensohn3-0/+18
2004-09-10different ADC channels for OndioJörg Hohensohn3-0/+24
2004-09-10no backlight for OndioJörg Hohensohn1-5/+21
2004-09-10avoid unused variable warning if no LEDJörg Hohensohn1-2/+2
2004-09-10no double negation, define present features, not absentJörg Hohensohn10-16/+52
2004-09-10Ondio has no LED (no RLOD possible ;-)Jörg Hohensohn4-14/+16
2004-09-10minor oopsJörg Hohensohn1-4/+2
2004-09-10adjustment for the Ondio: button driver has an Odio part, for now it has a Pl...Jörg Hohensohn4-16/+103
2004-09-10adjustment for the Ondio: I2C clock is on a different pinJörg Hohensohn3-14/+31
2004-09-09the very first adjustment for the Ondio: fix the screen orientationJörg Hohensohn1-3/+6
2004-09-09build system updated to include Ondio optionJörg Hohensohn4-2/+133
2004-09-06Bug fix: open() now handles O_TRUNC correctly (this was the real cause for th...Jens Arnold1-2/+2
2004-09-06rombox support: building and zipDaniel Stenberg2-21/+22
2004-09-03fixed rom start indexDaniel Stenberg1-1/+1
2004-09-03define the ROM start in the config-*.h file instead and avoid the ifdefDaniel Stenberg4-5/+12
2004-09-03lds file for rombox buildsDaniel Stenberg1-0/+95
2004-09-01Made queue_clear() atomic, and made the argument non-constLinus Nielsen Feltzing1-1/+1
2004-09-01button_clear_queue() now works as expectedLinus Nielsen Feltzing1-1/+1
2004-09-01Made queue_clear() atomic, and made the argument non-constLinus Nielsen Feltzing1-1/+3
2004-09-01New kernel function: queue_clear()Linus Nielsen Feltzing2-0/+7
2004-08-30New debug feature: Use the SH1 user break controller to catch illegal memory ...Jens Arnold2-1/+58
2004-08-27font format documentation updated, obsolete definitions removedJörg Hohensohn1-31/+18
2004-08-27By reducing the font buffer to 4000 bytes from 9000, we get 5000 fresh bytesDaniel Stenberg1-1/+1
2004-08-27Fixed new font format: necessity of offset table generation, output of fonts ...Jens Arnold1-1/+2
2004-08-26Fixed pointer types & struct fontJens Arnold2-3/+2
2004-08-26New font format (already rotated) saves code, space and time. On the downside...Jörg Hohensohn3-142/+17
2004-08-23Bug fix: recording does no longer hang after 30 bytes (especially when runnin...Jens Arnold1-0/+6
2004-08-22Bug fix: renaming a directory could cause a name clash. New feature: rename()...Linus Nielsen Feltzing3-12/+44
2004-08-18 Const policed pointer arguments to functions, part 4Jens Arnold1-2/+2
2004-08-17 Const policed pointer arguments to functions, part 2Jens Arnold12-41/+44
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold18-40/+42
2004-08-09Fixed main thread stack sizeJens Arnold1-3/+3
2004-08-05Corrected MAS version checksJens Arnold2-5/+6
2004-08-03A little more straightforward vbr header checksJens Arnold1-12/+3
2004-08-03More const policeing step 4Jens Arnold8-19/+20
2004-08-03More const policeing step 3Jens Arnold8-14/+16
2004-08-01Fixed player buildsJens Arnold1-2/+2
2004-08-01More const policeing step 1Jens Arnold2-7/+6
2004-07-29Two new exported functions: mpeg_get_last_header() and mpeg_file_pos()Linus Nielsen Feltzing2-65/+85
2004-07-27Balance is now set in 1% stepsLinus Nielsen Feltzing1-1/+1
2004-07-27Fixed a warning when (experimentally) compiling with -OsJens Arnold1-1/+1
2004-07-27Fixed compression bugLinus Nielsen Feltzing1-1/+1