summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2002-05-29Stopped writting outsite screen. Removed LCD_ASCII macro.Björn Stenberg1-4/+3
2002-05-29cas and cas2 not defined for simulator any moreFelix Arends1-2/+2
2002-05-29Even better end-of-song handling. It might even work now...Linus Nielsen Feltzing1-2/+4
2002-05-29FAT cache now uses static memoryBjörn Stenberg1-35/+18
2002-05-29Boosted the volume. Now handles end-of-song betterLinus Nielsen Feltzing1-44/+46
2002-05-29modified button_get() according to its new prototype, added lots of blurbDaniel Stenberg1-16/+124
2002-05-29New section for reset vectorsLinus Nielsen Feltzing3-3/+5
2002-05-29New system_init functionLinus Nielsen Feltzing2-0/+14
2002-05-29add the FILES file itselfDaniel Stenberg1-0/+1
2002-05-28Optimized the bitswap function a littleLinus Nielsen Feltzing1-2/+2
2002-05-28getack didn't clean up after a NAKLinus Nielsen Feltzing1-5/+5
2002-05-28Missing parenthesisLinus Nielsen Feltzing1-1/+1
2002-05-28Better stack and pool allocationLinus Nielsen Feltzing2-4/+4
2002-05-28create_thread now reserves room for PR on the stackLinus Nielsen Feltzing1-2/+4
2002-05-28Added interrupt namesBjörn Stenberg1-1/+19
2002-05-28Added 'block' parameter to button_get()Björn Stenberg2-3/+8
2002-05-27fat_seek couldn't seek in the first clusterLinus Nielsen Feltzing1-6/+1
2002-05-27Fixed endianness bug in getsonglengthLinus Nielsen Feltzing1-4/+8
2002-05-27Bugfix: SEEK_END takes negative positionBjörn Stenberg1-3/+2
2002-05-27files included in tarballDaniel Stenberg1-0/+17
2002-05-27obsoleteDaniel Stenberg1-41/+0
2002-05-27Commented out songlength() for nowBjörn Stenberg1-1/+1
2002-05-27Removed .stack section declarationLinus Nielsen Feltzing1-6/+0
2002-05-27Stack allocation lameness fixedLinus Nielsen Feltzing2-2/+4
2002-05-27Bad pool area allocation fixedLinus Nielsen Feltzing2-2/+4
2002-05-27Fixed possible race conditionBjörn Stenberg1-1/+4
2002-05-27Now supports multiple concurrent opendir()Björn Stenberg2-20/+37
2002-05-27realloc takes a void * as first argumentDaniel Stenberg1-1/+1
2002-05-26Added lcd_double_height()Björn Stenberg2-0/+6
2002-05-24.S files should be compiled with gcc, not gasBjörn Stenberg1-5/+4
2002-05-24Added proper includes and #ifdefsBjörn Stenberg2-0/+12
2002-05-24Corrected brain damageBjörn Stenberg1-1/+1
2002-05-24Clear 16 bytes per rowBjörn Stenberg1-1/+1
2002-05-24MP3 buffer and heap setupBjörn Stenberg2-3/+49
2002-05-24Using linker symbols for mp3 bufferBjörn Stenberg1-39/+105
2002-05-24Fixed interrupt display and led flashBjörn Stenberg1-14/+8
2002-05-24First versionBjörn Stenberg2-0/+525
2002-05-24Added NULL, MIN and MAXBjörn Stenberg1-0/+12
2002-05-24Disable USB before enabling ATABjörn Stenberg1-2/+2
2002-05-24Fixed wrong reset pin. Removed unnecessary reset from init.Björn Stenberg1-19/+8
2002-05-24strtok:ing a copy of the parameter insteadBjörn Stenberg1-3/+7
2002-05-24corrected clean targetDaniel Stenberg1-2/+2
2002-05-24lcd_update() is a function for bitmap LCD targets tooDaniel Stenberg1-1/+1
2002-05-24do the lcd_puts() properly for the recorder tooDaniel Stenberg1-1/+1
2002-05-24more data needed by the Recorder buildDaniel Stenberg1-0/+19
2002-05-23building instructions as was just posted to the mailing listDaniel Stenberg1-0/+36
2002-05-23take care of the assembler file tooDaniel Stenberg1-0/+3
2002-05-23another attemptDaniel Stenberg1-2/+3
2002-05-23now supports the deps in the OBJDIR properly, still OBJDIR must be . forDaniel Stenberg1-2/+2
2002-05-23deps support, changed default action to support OBJDIRDaniel Stenberg1-3/+6