summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2002-05-17Removed -save-tempsBjörn Stenberg
2002-05-17Always optimize. No EXCLUDED_SRC anymoreLinus Nielsen Feltzing
2002-05-17Removed floating point codeBjörn Stenberg
2002-05-17Now uses librockbox.aLinus Nielsen Feltzing
2002-05-17Added DEBUG option and made thread.o specialLinus Nielsen Feltzing
2002-05-16More readable commentLinus Nielsen Feltzing
2002-05-16Added mutex protectionLinus Nielsen Feltzing
2002-05-16Now yields when waiting for flow controlLinus Nielsen Feltzing
2002-05-16Changed default_read prototypeLinus Nielsen Feltzing
2002-05-16Added tone and volume controlLinus Nielsen Feltzing
2002-05-16First versionLinus Nielsen Feltzing
2002-05-16Added dac.oLinus Nielsen Feltzing
2002-05-16Removed debug outputLinus Nielsen Feltzing
2002-05-16Changed queue API. Added mutex functionsLinus Nielsen Feltzing
2002-05-16DEBUG => DEBUG_MALLOC, the symbol is already in use!Daniel Stenberg
2002-05-16bmalloc_status() only works if compiled with DEBUGDaniel Stenberg
2002-05-16renamed to use the common names: malloc/free/realloc/callocDaniel Stenberg
2002-05-14Removed disk.c/hBjörn Stenberg
2002-05-14Now creates librockbox.a instead of archos.modBjörn Stenberg
2002-05-14Changed from gcc extension to C99 varargs macrosBjörn Stenberg
2002-05-14fixed warnings, indented properlyDaniel Stenberg
2002-05-14Fixed compiler warningsBjörn Stenberg
2002-05-14Removed calls to disk stubBjörn Stenberg
2002-05-14Moved the malloc system into the firmware/malloc/ directory, removed theDaniel Stenberg
2002-05-13Beginning of an mpeg threadLinus Nielsen Feltzing
2002-05-13malloc(), best-fit for big blocks, small blocks treated separately, allDaniel Stenberg
2002-05-13C99 booleansLinus Nielsen Feltzing
2002-05-13Added bool font coloringBjörn Stenberg
2002-05-13Updated LCD APIBjörn Stenberg
2002-05-13Changing to C99 'bool'Björn Stenberg
2002-05-13Changing to C99 'bool' typeBjörn Stenberg
2002-05-12save mpeg layer and version informationDave Chapman
2002-05-11Cleaned up a bitLinus Nielsen Feltzing
2002-05-11GRA1 was wrongly definedLinus Nielsen Feltzing
2002-05-11The set_irq_level function was braindeadLinus Nielsen Feltzing
2002-05-11Playing whole song from hard diskLinus Nielsen Feltzing
2002-05-10Changed puts() to take 'character position'Björn Stenberg
2002-05-09Removed a few annoying debugf callsLinus Nielsen Feltzing
2002-05-09Now loads a megabyte and plays itLinus Nielsen Feltzing
2002-05-09Now loads a song from disk and plays the first part of itLinus Nielsen Feltzing
2002-05-09Added disk reading codeLinus Nielsen Feltzing
2002-05-09Made it malloc friendly, and fixed the bss sectionLinus Nielsen Feltzing
2002-05-09SWAB32 is finally workingLinus Nielsen Feltzing
2002-05-09Removed a few debugf callsLinus Nielsen Feltzing
2002-05-09get_next_cluster forgot to byteswap the FAT entry, among othersLinus Nielsen Feltzing
2002-05-09New cache algorithmLinus Nielsen Feltzing
2002-05-09More newlib malloc friendly. Proper bss section allocationLinus Nielsen Feltzing
2002-05-08Made set_irq_level() and queue_post() interrupt safeLinus Nielsen Feltzing
2002-05-08Removed include fcntl.hBjörn Stenberg
2002-05-08Added commentBjörn Stenberg