summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
* New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing2004-01-21
* Reverted to the old ADC driver, since it appeared to cause fake OFF keypresse...Linus Nielsen Feltzing2004-01-20
* warning + obsolete variable removedJörg Hohensohn2004-01-16
* Optimized the sector read loop as much as C allows. I measured an overall spe...Jörg Hohensohn2004-01-16
* Ooops. Forgot to clear the newly allocated cluster in mkdir()Linus Nielsen Feltzing2004-01-15
* Second bug in mkdir() :-)Linus Nielsen Feltzing2004-01-15
* Added mpeg_next_track(), which returns a pointer to the id3 struct of theDaniel Stenberg2004-01-15
* First mkdir() bug killed :-)Linus Nielsen Feltzing2004-01-15
* Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing2004-01-15
* Added acoustic management, power management and read look-ahead.Björn Stenberg2004-01-14
* Craig Sather's patch #849405:Daniel Stenberg2004-01-13
* Slightly improved VBR fixer, now uses the same template header throughout the...Linus Nielsen Feltzing2004-01-13
* mpeg_stop() now clears the paused flag in the simulatorLinus Nielsen Feltzing2004-01-13
* Increased the mp3 buffer for the simulator, to avoid crash when running the X...Linus Nielsen Feltzing2004-01-13
* Faster, simplified A/D driver. The previous batch convert in init_adc() produ...Linus Nielsen Feltzing2004-01-13
* next round of playback function split: everything in place, working and used;...Jörg Hohensohn2004-01-10
* Removed mallocBjörn Stenberg2004-01-09
* The Unicode parser now handles unterminated strings, plus it tries to guess t...Linus Nielsen Feltzing2004-01-09
* ancient experimental test code not used for 2+ years, removedDaniel Stenberg2004-01-08
* prehistoric stuff never usedDaniel Stenberg2004-01-08
* malloc is not used in RockboxDaniel Stenberg2004-01-08
* not usedDaniel Stenberg2004-01-08
* Fixed the newly introduced hang when leaving the recording screenLinus Nielsen Feltzing2004-01-08
* add newline at end of file as older gcc compilers warn about thisDaniel Stenberg2004-01-08
* typo: one create_thread() too many, caused crashJörg Hohensohn2004-01-06
* still trying to fix the sim (blindfolded)Jörg Hohensohn2004-01-05
* fixes the red builds, I hopeJörg Hohensohn2004-01-05
* Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn2004-01-05
* Got rid of the reset parameter to xxx_unsynched()Linus Nielsen Feltzing2004-01-04
* ID3v2.3 treats the global unsynch flag in a silly way, so we have to unsynch ...Linus Nielsen Feltzing2004-01-04
* nicer handling of button_flip(), swap stored value, too, and avoid race condi...Jörg Hohensohn2004-01-01
* New recording feature: Prerecord up to 30 seconds before you press the Play k...Linus Nielsen Feltzing2003-12-31
* Fixed yellow and red buildsLinus Nielsen Feltzing2003-12-28
* Internal code cleanup - the header template is not taken from the stream if a...Linus Nielsen Feltzing2003-12-28
* Internal code cleanup - the header template for the Xing header generation is...Linus Nielsen Feltzing2003-12-28
* oops, optimized lcd_bitmap() too much, obey the clear flagJörg Hohensohn2003-12-24
* Screen buffer transposed, such that bytes in X-direction are consecutive. Thi...Jörg Hohensohn2003-12-23
* Moved memset() out of .iramBjörn Stenberg2003-12-21
* Upside Down option for display (and buttons) now wired into the display setti...Jörg Hohensohn2003-12-20
* Improved timing in soft_reset. This hopefully cures spontaneous Red Led freezes.Björn Stenberg2003-12-17
* Without having a clue about the actual platform, I hereby announce that theDaniel Stenberg2003-12-15
* kill a compiler warningDaniel Stenberg2003-12-15
* xoffset is only when not building for a simulator (for now)Daniel Stenberg2003-12-15
* Ooops! I forgot to remove my debugging changesLinus Nielsen Feltzing2003-12-15
* Now correctly informs gcc that r0 is clobbered in lcd_write_data(). The video...Linus Nielsen Feltzing2003-12-15
* Fix for the LED problem in lcd_write_data(). The r0 register was not preserve...Linus Nielsen Feltzing2003-12-15
* LCD flip (upside down) and a high-performance blit functionJörg Hohensohn2003-12-12
* restart the byte counter on a new recorded fileDaniel Stenberg2003-12-12
* All platforms don't have USBDaniel Stenberg2003-12-12
* link support for NeoDaniel Stenberg2003-12-12