summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
* output debugf() nicely for simulator builds tooDaniel Stenberg2002-06-04
* playlist stuff is not firmware, it should be in the apps code. moving itDaniel Stenberg2002-06-04
* The mpeg player could miss the last byte of a songLinus Nielsen Feltzing2002-06-04
* Added some kernel docsLinus Nielsen Feltzing2002-06-04
* Clarified the mutex code, renamed the NUM_TICK_TASKS macroLinus Nielsen Feltzing2002-06-04
* Moved NUM_TICK_TASKS definitionLinus Nielsen Feltzing2002-06-04
* fixed a section bagder missedRobert Hak2002-05-31
* Had to include <stddef.h> so that size_t is defined.Felix Arends2002-05-31
* Keep playing current song even if we can't load nextBjörn Stenberg2002-05-31
* remove compiler warnings by using '#ifdef DEBUG' on a large sectionDaniel Stenberg2002-05-31
* Check for more files to playBjörn Stenberg2002-05-31
* Untranslated chars should be pass-throughBjörn Stenberg2002-05-31
* Added code from libc instead of requiring newlibBjörn Stenberg2002-05-30
* debugbuf and debugmembuf does not have to be globalBjörn Stenberg2002-05-30
* Umm, bpb must be static to be local :)Björn Stenberg2002-05-30
* struct bpb does not have to be globalBjörn Stenberg2002-05-30
* Partition table is no longer globalBjörn Stenberg2002-05-30
* removed char(un)def.h includesDaniel Stenberg2002-05-30
* lcd_clear_display() now works when player-simulated the same way theDaniel Stenberg2002-05-30
* removed the ugly use of char(un)def.hDaniel Stenberg2002-05-30
* when building a simulator for the player, we do lcd_update() from withinDaniel Stenberg2002-05-30
* lcd_getfontsize() now takes an unsigned font size as first argumentDaniel Stenberg2002-05-30
* The recorder's lcd_putsxy() will now output '?' instead of just skippingDaniel Stenberg2002-05-30
* Changed the size argument to be a size_t type, to make the prototype lookDaniel Stenberg2002-05-30
* define functions in sprintf.cFelix Arends2002-05-29
* included sprintf.h for snprintf definitionFelix Arends2002-05-29
* Stopped writting outsite screen. Removed LCD_ASCII macro.Björn Stenberg2002-05-29
* cas and cas2 not defined for simulator any moreFelix Arends2002-05-29
* Even better end-of-song handling. It might even work now...Linus Nielsen Feltzing2002-05-29
* FAT cache now uses static memoryBjörn Stenberg2002-05-29
* Boosted the volume. Now handles end-of-song betterLinus Nielsen Feltzing2002-05-29
* modified button_get() according to its new prototype, added lots of blurbDaniel Stenberg2002-05-29
* New section for reset vectorsLinus Nielsen Feltzing2002-05-29
* New system_init functionLinus Nielsen Feltzing2002-05-29
* add the FILES file itselfDaniel Stenberg2002-05-29
* Optimized the bitswap function a littleLinus Nielsen Feltzing2002-05-28
* getack didn't clean up after a NAKLinus Nielsen Feltzing2002-05-28
* Missing parenthesisLinus Nielsen Feltzing2002-05-28
* Better stack and pool allocationLinus Nielsen Feltzing2002-05-28
* create_thread now reserves room for PR on the stackLinus Nielsen Feltzing2002-05-28
* Added interrupt namesBjörn Stenberg2002-05-28
* Added 'block' parameter to button_get()Björn Stenberg2002-05-28
* fat_seek couldn't seek in the first clusterLinus Nielsen Feltzing2002-05-27
* Fixed endianness bug in getsonglengthLinus Nielsen Feltzing2002-05-27
* Bugfix: SEEK_END takes negative positionBjörn Stenberg2002-05-27
* files included in tarballDaniel Stenberg2002-05-27
* obsoleteDaniel Stenberg2002-05-27
* Commented out songlength() for nowBjörn Stenberg2002-05-27
* Removed .stack section declarationLinus Nielsen Feltzing2002-05-27
* Stack allocation lameness fixedLinus Nielsen Feltzing2002-05-27