summaryrefslogtreecommitdiff
path: root/firmware/export
AgeCommit message (Expand)Author
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
2004-07-21Added raw button reading functionalityLinus Nielsen Feltzing
2004-07-20Const'ed the various setting lookup tablesJens Arnold
2004-07-19Const'ed the logo, the bitmaps and the credits (optimization for running from...Jens Arnold
2004-07-14Added bookmark icon for the Player/StudioLinus Nielsen Feltzing
2004-07-06Bass boost removed in favour of some new sound settings: Super bass and five ...Linus Nielsen Feltzing
2004-06-22Patch #881887 by Gerald Vanbaren. The red LED is now ON when recording and bl...Linus Nielsen Feltzing
2004-06-22Added reset_poweroff_timer(), which can be used to prevent idle poweroff. Thi...Linus Nielsen Feltzing
2004-06-21Simplified the settings code by removing the phys2val conversions. This has t...Linus Nielsen Feltzing
2004-06-03The Play button now acts as a Pause button during recording instead of openin...Linus Nielsen Feltzing
2004-05-22Moved genre list and access function to id3.cBjörn Stenberg
2004-04-30remove_thread() function added, for future dynamic thread creation by pluginsJörg Hohensohn
2004-04-21Unified usage of lcd transfer codeJens Arnold
2004-04-16New function: rmdir(). Also some changes in the fat code, to track the parent...Linus Nielsen Feltzing
2004-04-06Added cluster size to the disk debug screenLinus Nielsen Feltzing
2004-03-21First try to get a better transition from a cancelled clip to a new one, by m...Jörg Hohensohn
2004-03-19Third step of the voice-UI: numerical settings are spoken (composed at runtim...Jörg Hohensohn
2004-03-16Increased the maximum battery capacityLinus Nielsen Feltzing
2004-03-14First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn
2004-03-13We had a few set_irq_level(15) left in the code, instead of the new set_irq_l...Jörg Hohensohn
2004-03-02Made set_irq_level() an inline function, and optimized it by removing the bit...Linus Nielsen Feltzing
2004-02-25The cli()/sti() functions are not safe. We should have removed them long ago.Linus Nielsen Feltzing
2004-02-05Better charging feedback for FM/V2 devicesLinus Nielsen Feltzing
2004-01-30inconsistent argument type for backlight_set_timeout() fixedJörg Hohensohn
2004-01-30mp3 playback "engine" now in plugin API, rocks can make soundJörg Hohensohn
2004-01-15Added mpeg_next_track(), which returns a pointer to the id3 struct of theDaniel Stenberg
2004-01-15Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing
2004-01-10next round of playback function split: everything in place, working and used;...Jörg Hohensohn
2004-01-05Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn
2003-12-31New recording feature: Prerecord up to 30 seconds before you press the Play k...Linus Nielsen Feltzing
2003-12-23Screen buffer transposed, such that bytes in X-direction are consecutive. Thi...Jörg Hohensohn
2003-12-20Upside Down option for display (and buttons) now wired into the display setti...Jörg Hohensohn