summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2002-05-30Partition table is no longer globalBjörn Stenberg
2002-05-30removed char(un)def.h includesDaniel Stenberg
2002-05-30lcd_clear_display() now works when player-simulated the same way theDaniel Stenberg
2002-05-30removed the ugly use of char(un)def.hDaniel Stenberg
2002-05-30when building a simulator for the player, we do lcd_update() from withinDaniel Stenberg
2002-05-30lcd_getfontsize() now takes an unsigned font size as first argumentDaniel Stenberg
2002-05-30The recorder's lcd_putsxy() will now output '?' instead of just skippingDaniel Stenberg
2002-05-30Changed the size argument to be a size_t type, to make the prototype lookDaniel Stenberg
2002-05-29define functions in sprintf.cFelix Arends
2002-05-29included sprintf.h for snprintf definitionFelix Arends
2002-05-29Stopped writting outsite screen. Removed LCD_ASCII macro.Björn Stenberg
2002-05-29cas and cas2 not defined for simulator any moreFelix Arends
2002-05-29Even better end-of-song handling. It might even work now...Linus Nielsen Feltzing
2002-05-29FAT cache now uses static memoryBjörn Stenberg
2002-05-29Boosted the volume. Now handles end-of-song betterLinus Nielsen Feltzing
2002-05-29modified button_get() according to its new prototype, added lots of blurbDaniel Stenberg
2002-05-29New section for reset vectorsLinus Nielsen Feltzing
2002-05-29New system_init functionLinus Nielsen Feltzing
2002-05-29add the FILES file itselfDaniel Stenberg
2002-05-28Optimized the bitswap function a littleLinus Nielsen Feltzing
2002-05-28getack didn't clean up after a NAKLinus Nielsen Feltzing
2002-05-28Missing parenthesisLinus Nielsen Feltzing
2002-05-28Better stack and pool allocationLinus Nielsen Feltzing
2002-05-28create_thread now reserves room for PR on the stackLinus Nielsen Feltzing
2002-05-28Added interrupt namesBjörn Stenberg
2002-05-28Added 'block' parameter to button_get()Björn Stenberg
2002-05-27fat_seek couldn't seek in the first clusterLinus Nielsen Feltzing
2002-05-27Fixed endianness bug in getsonglengthLinus Nielsen Feltzing
2002-05-27Bugfix: SEEK_END takes negative positionBjörn Stenberg
2002-05-27files included in tarballDaniel Stenberg
2002-05-27obsoleteDaniel Stenberg
2002-05-27Commented out songlength() for nowBjörn Stenberg
2002-05-27Removed .stack section declarationLinus Nielsen Feltzing
2002-05-27Stack allocation lameness fixedLinus Nielsen Feltzing
2002-05-27Bad pool area allocation fixedLinus Nielsen Feltzing
2002-05-27Fixed possible race conditionBjörn Stenberg
2002-05-27Now supports multiple concurrent opendir()Björn Stenberg
2002-05-27realloc takes a void * as first argumentDaniel Stenberg
2002-05-26Added lcd_double_height()Björn Stenberg
2002-05-24.S files should be compiled with gcc, not gasBjörn Stenberg
2002-05-24Added proper includes and #ifdefsBjörn Stenberg
2002-05-24Corrected brain damageBjörn Stenberg
2002-05-24Clear 16 bytes per rowBjörn Stenberg
2002-05-24MP3 buffer and heap setupBjörn Stenberg
2002-05-24Using linker symbols for mp3 bufferBjörn Stenberg
2002-05-24Fixed interrupt display and led flashBjörn Stenberg
2002-05-24First versionBjörn Stenberg
2002-05-24Added NULL, MIN and MAXBjörn Stenberg
2002-05-24Disable USB before enabling ATABjörn Stenberg
2002-05-24Fixed wrong reset pin. Removed unnecessary reset from init.Björn Stenberg