summaryrefslogtreecommitdiff
path: root/firmware (unfollow)
Commit message (Expand)Author
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
2004-09-03lds file for rombox buildsDaniel Stenberg
2004-09-01Made queue_clear() atomic, and made the argument non-constLinus Nielsen Feltzing
2004-09-01button_clear_queue() now works as expectedLinus Nielsen Feltzing
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-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
2004-08-23Bug fix: recording does no longer hang after 30 bytes (especially when runnin...Jens Arnold
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-09Fixed main thread stack sizeJens Arnold
2004-08-05Corrected MAS version checksJens Arnold
2004-08-03A little more straightforward vbr header checksJens Arnold
2004-08-03More const policeing step 4Jens Arnold
2004-08-03More const policeing step 3Jens Arnold
2004-08-01Fixed player buildsJens 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-27Balance is now set in 1% stepsLinus Nielsen Feltzing
2004-07-27Fixed a warning when (experimentally) compiling with -OsJens Arnold
2004-07-27Fixed compression bugLinus 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-24Now doesn't generate extraneous key-down events when releasing one key in a c...Linus Nielsen Feltzing
2004-07-24Major fixes to please newer versions of the linkerLinus Nielsen Feltzing
2004-07-24Don't copy the data section if src and dest are the sameLinus Nielsen Feltzing
2004-07-24Removed nasty lvalue castLinus Nielsen Feltzing
2004-07-24gcc 3.4 has a different constraint syntaxLinus Nielsen Feltzing
2004-07-23Added RAND_MAXLinus Nielsen Feltzing
2004-07-22It turns out that the backlight port pin on the player can be set to an input...Linus Nielsen Feltzing