summaryrefslogtreecommitdiffstats
path: root/firmware/test
AgeCommit message (Expand)AuthorFilesLines
2011-02-28Added dummy autoconf.h for fat test.Björn Stenberg1-0/+9
2011-02-28Made the fat test code compile again.Björn Stenberg5-41/+38
2011-02-14All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis2-2/+2
2010-12-27Redo r28026 so that all .S files get the __ASSEMBLER__ define.Thomas Martitz1-1/+1
2010-10-31Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat1-2/+2
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-1/+1
2010-01-03Fix even more tabsAndree Buschmann1-16/+16
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts2-3/+3
2009-03-04Cosmetic fix: remove duplicate semicolonsBertrik Sikken1-1/+1
2008-12-04Added keymaps for ZVM to plugins. Enabled zvm plugin building in tools/config...Björn Stenberg1-1/+8
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2-4/+8
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis2-2/+2
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2-5/+5
2007-01-09Removed second testBjörn Stenberg1-1/+0
2007-01-09More testing...Björn Stenberg1-0/+1
2007-01-09Removed executable flagLinus Nielsen Feltzing1-0/+0
2007-01-09Removed test textBjörn Stenberg1-3/+0
2007-01-09Test commitBjörn Stenberg1-1/+1
2007-01-09Test commitBjörn Stenberg1-0/+1
2007-01-09Test commitBjörn Stenberg1-1/+0
2007-01-09Test commitBjörn Stenberg1-0/+1
2007-01-09Test commitBjörn Stenberg1-1/+0
2007-01-09Test commitBjörn Stenberg1-0/+1
2007-01-09Test commitBjörn Stenberg1-0/+2
2007-01-09Reverted testBjörn Stenberg1-2/+0
2007-01-09Test commitBjörn Stenberg1-0/+2
2006-04-26Replaced remaining '#pragma interrupt' with __attribute__((interrupt_handler)...Jens Arnold1-3/+3
2005-04-1864 sectors are 64 sectors...Jens Arnold1-1/+1
2005-04-18Display return code.Björn Stenberg1-0/+3
2005-04-18rename() requires path on destination name nowBjörn Stenberg1-1/+1
2005-04-18Don't create /dir in buildimageBjörn Stenberg1-1/+0
2005-04-18FAT test case builds againBjörn Stenberg5-9/+166
2004-12-28prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn2-3/+642
2004-10-01test code portable nowJörg Hohensohn2-7/+8
2004-04-16Added rmdir, and changed atoi() to strtol(), to be able to enter hex values a...Linus Nielsen Feltzing1-6/+13
2004-04-15Minor corrections for the mkdir function, and some cleanupLinus Nielsen Feltzing1-11/+2
2004-01-15Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing2-1/+44
2004-01-08ancient experimental test code not used for 2+ years, removedDaniel Stenberg6-323/+0
2004-01-08prehistoric stuff never usedDaniel Stenberg2-957/+0
2004-01-08malloc is not used in RockboxDaniel Stenberg4-475/+0
2003-03-16initial test code for the snprintf() (and family) functionDaniel Stenberg2-0/+33
2003-03-10Updated with new export dirBjörn Stenberg1-4/+12
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg1-1/+0
2002-12-03Fat test code, for the archives.Björn Stenberg3-61/+90
2002-11-14Added close() return code checks, and an eof-write test.Björn Stenberg1-16/+55
2002-11-12Fixed file creation test case for new flags.Björn Stenberg1-1/+1
2002-11-11Added a truckload of test code.Björn Stenberg1-28/+238
2002-11-01Added remove()Björn Stenberg3-6/+27
2002-10-31Added lseek() to chkfile test.Björn Stenberg3-13/+38