summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2002-05-16Changed default_read prototypeLinus Nielsen Feltzing2-5/+31
2002-05-16Added tone and volume controlLinus Nielsen Feltzing1-25/+119
2002-05-16First versionLinus Nielsen Feltzing2-0/+106
2002-05-16Added dac.oLinus Nielsen Feltzing1-3/+3
2002-05-16Removed debug outputLinus Nielsen Feltzing1-3/+0
2002-05-16Changed queue API. Added mutex functionsLinus Nielsen Feltzing2-3/+35
2002-05-16DEBUG => DEBUG_MALLOC, the symbol is already in use!Daniel Stenberg6-19/+14
2002-05-16bmalloc_status() only works if compiled with DEBUGDaniel Stenberg1-3/+5
2002-05-16renamed to use the common names: malloc/free/realloc/callocDaniel Stenberg1-13/+13
2002-05-14Removed disk.c/hBjörn Stenberg2-137/+0
2002-05-14Now creates librockbox.a instead of archos.modBjörn Stenberg1-21/+7
2002-05-14Changed from gcc extension to C99 varargs macrosBjörn Stenberg1-4/+3
2002-05-14fixed warnings, indented properlyDaniel Stenberg1-288/+305
2002-05-14Fixed compiler warningsBjörn Stenberg3-33/+6
2002-05-14Removed calls to disk stubBjörn Stenberg1-79/+0
2002-05-14Moved the malloc system into the firmware/malloc/ directory, removed theDaniel Stenberg14-77/+214
2002-05-13Beginning of an mpeg threadLinus Nielsen Feltzing2-131/+228
2002-05-13malloc(), best-fit for big blocks, small blocks treated separately, allDaniel Stenberg12-0/+2110
2002-05-13C99 booleansLinus Nielsen Feltzing1-5/+6
2002-05-13Added bool font coloringBjörn Stenberg1-0/+2
2002-05-13Updated LCD APIBjörn Stenberg1-2/+5
2002-05-13Changing to C99 'bool'Björn Stenberg1-23/+23
2002-05-13Changing to C99 'bool' typeBjörn Stenberg8-47/+19
2002-05-12save mpeg layer and version informationDave Chapman2-0/+4
2002-05-11Cleaned up a bitLinus Nielsen Feltzing2-7/+10
2002-05-11GRA1 was wrongly definedLinus Nielsen Feltzing1-2/+2
2002-05-11The set_irq_level function was braindeadLinus Nielsen Feltzing1-13/+5
2002-05-11Playing whole song from hard diskLinus Nielsen Feltzing2-34/+186
2002-05-10Changed puts() to take 'character position'Björn Stenberg2-9/+37
2002-05-09Removed a few annoying debugf callsLinus Nielsen Feltzing1-4/+0
2002-05-09Now loads a megabyte and plays itLinus Nielsen Feltzing1-2/+3
2002-05-09Now loads a song from disk and plays the first part of itLinus Nielsen Feltzing1-8/+51
2002-05-09Added disk reading codeLinus Nielsen Feltzing1-4/+8
2002-05-09Made it malloc friendly, and fixed the bss sectionLinus Nielsen Feltzing1-2/+3
2002-05-09SWAB32 is finally workingLinus Nielsen Feltzing1-1/+4
2002-05-09Removed a few debugf callsLinus Nielsen Feltzing1-3/+0
2002-05-09get_next_cluster forgot to byteswap the FAT entry, among othersLinus Nielsen Feltzing1-6/+22
2002-05-09New cache algorithmLinus Nielsen Feltzing1-20/+71
2002-05-09More newlib malloc friendly. Proper bss section allocationLinus Nielsen Feltzing1-2/+3
2002-05-08Made set_irq_level() and queue_post() interrupt safeLinus Nielsen Feltzing1-11/+18
2002-05-08Removed include fcntl.hBjörn Stenberg1-3/+2
2002-05-08Added commentBjörn Stenberg1-0/+9
2002-05-08Added lseek()Björn Stenberg3-19/+145
2002-05-08Added Stefan MeyerDaniel Stenberg1-0/+1
2002-05-08Added 'type' testcase for open/read/closeBjörn Stenberg2-6/+11
2002-05-08Fixed read() for sub-sector requestsBjörn Stenberg1-38/+70
2002-05-08Fixed EOF handlingBjörn Stenberg1-2/+8
2002-05-08sleep() always sleeps at least one tickLinus Nielsen Feltzing1-4/+4
2002-05-08Fixed lame timeout handling and wrong return codes.Linus Nielsen Feltzing1-5/+11
2002-05-08Fixed some debug outputLinus Nielsen Feltzing1-12/+12