summaryrefslogtreecommitdiff
path: root/firmware/export (follow)
Commit message (Expand)AuthorAge
...
* Ondio has no LED (no RLOD possible ;-)Jörg Hohensohn2004-09-10
* adjustment for the Ondio: button driver has an Odio part, for now it has a Pl...Jörg Hohensohn2004-09-10
* adjustment for the Ondio: I2C clock is on a different pinJörg Hohensohn2004-09-10
* build system updated to include Ondio optionJörg Hohensohn2004-09-09
* fixed rom start indexDaniel Stenberg2004-09-03
* define the ROM start in the config-*.h file instead and avoid the ifdefDaniel Stenberg2004-09-03
* Made queue_clear() atomic, and made the argument non-constLinus Nielsen Feltzing2004-09-01
* New kernel function: queue_clear()Linus Nielsen Feltzing2004-09-01
* New debug feature: Use the SH1 user break controller to catch illegal memory ...Jens Arnold2004-08-30
* font format documentation updated, obsolete definitions removedJörg Hohensohn2004-08-27
* By reducing the font buffer to 4000 bytes from 9000, we get 5000 fresh bytesDaniel Stenberg2004-08-27
* Fixed pointer types & struct fontJens Arnold2004-08-26
* New font format (already rotated) saves code, space and time. On the downside...Jörg Hohensohn2004-08-26
* Bug fix: renaming a directory could cause a name clash. New feature: rename()...Linus Nielsen Feltzing2004-08-22
* Const policed pointer arguments to functions, part 4Jens Arnold2004-08-18
* Const policed pointer arguments to functions, part 2Jens Arnold2004-08-17
* Const policed pointer arguments to functions, part 1Jens Arnold2004-08-16
* More const policeing step 3Jens Arnold2004-08-03
* More const policeing step 1Jens Arnold2004-08-01
* Two new exported functions: mpeg_get_last_header() and mpeg_file_pos()Linus Nielsen Feltzing2004-07-29
* Added possibility to select the priority of the ID3 tagsLinus Nielsen Feltzing2004-07-27
* New feature: clean shutdown if you press OFF twice in the file browser, or se...Linus Nielsen Feltzing2004-07-24
* gcc 3.4 has a different constraint syntaxLinus Nielsen Feltzing2004-07-24
* Added raw button reading functionalityLinus Nielsen Feltzing2004-07-21
* Const'ed the various setting lookup tablesJens Arnold2004-07-20
* Const'ed the logo, the bitmaps and the credits (optimization for running from...Jens Arnold2004-07-19
* Added bookmark icon for the Player/StudioLinus Nielsen Feltzing2004-07-14
* Bass boost removed in favour of some new sound settings: Super bass and five ...Linus Nielsen Feltzing2004-07-06
* Patch #881887 by Gerald Vanbaren. The red LED is now ON when recording and bl...Linus Nielsen Feltzing2004-06-22
* Added reset_poweroff_timer(), which can be used to prevent idle poweroff. Thi...Linus Nielsen Feltzing2004-06-22
* Simplified the settings code by removing the phys2val conversions. This has t...Linus Nielsen Feltzing2004-06-21
* The Play button now acts as a Pause button during recording instead of openin...Linus Nielsen Feltzing2004-06-03
* Moved genre list and access function to id3.cBjörn Stenberg2004-05-22
* remove_thread() function added, for future dynamic thread creation by pluginsJörg Hohensohn2004-04-30
* Unified usage of lcd transfer codeJens Arnold2004-04-21
* New function: rmdir(). Also some changes in the fat code, to track the parent...Linus Nielsen Feltzing2004-04-16
* Added cluster size to the disk debug screenLinus Nielsen Feltzing2004-04-06
* First try to get a better transition from a cancelled clip to a new one, by m...Jörg Hohensohn2004-03-21
* Third step of the voice-UI: numerical settings are spoken (composed at runtim...Jörg Hohensohn2004-03-19
* Increased the maximum battery capacityLinus Nielsen Feltzing2004-03-16
* First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn2004-03-14
* We had a few set_irq_level(15) left in the code, instead of the new set_irq_l...Jörg Hohensohn2004-03-13
* Made set_irq_level() an inline function, and optimized it by removing the bit...Linus Nielsen Feltzing2004-03-02
* The cli()/sti() functions are not safe. We should have removed them long ago.Linus Nielsen Feltzing2004-02-25
* Better charging feedback for FM/V2 devicesLinus Nielsen Feltzing2004-02-05
* inconsistent argument type for backlight_set_timeout() fixedJörg Hohensohn2004-01-30
* mp3 playback "engine" now in plugin API, rocks can make soundJörg Hohensohn2004-01-30
* Added mpeg_next_track(), which returns a pointer to the id3 struct of theDaniel Stenberg2004-01-15
* Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing2004-01-15
* next round of playback function split: everything in place, working and used;...Jörg Hohensohn2004-01-10