Subversion Repositories freemyipod

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
870 4597 d 17 h theseven / Make makefiles compatible with SVN 1.7 and compilers that default to thumb mode.  
835 5174 d 10 h theseven / emCORE: Add argc/argv argument passing mechanism for apps/libs and arg0-arg3 for threads  
677 5445 d 15 h theseven / Fix another 330 occurrences of "emBIOS"  
666 5449 d 15 h theseven / Fix another dozen makefile bugs  
652 5451 d 8 h theseven /apps/ emCORE apps: Copyright header unification  
628 5484 d 17 h theseven /apps/ Make app/lib linker scripts ensure that the .bss section is aligned at a 16-byte-boundary, to make __attribute__((aligned(16))) work in app/lib code.  
534 5496 d 19 h theseven /apps/helloworld/ Helloworld: Yes, one can produce a bug even in such a simple program...  
529 5497 d 8 h theseven /apps/helloworld/ Helloworld: Remove library testing crap, make it a real hello world program again  
491 5508 d 9 h theseven / emCORE: Fix another dozen bugs  
489 5511 d 6 h theseven / emCORE: Fix a lot of bugs  
462 5512 d 12 h theseven / Use ccache in all other Makefiles as well  
459 5514 d 11 h theseven /apps/helloworld/ helloworld: Allow transferring code allocation ownership to a different thread  
458 5514 d 12 h theseven /apps/helloworld/ helloworld: Windows doesn't like those quotes in the Makefile. We need to find a better solution...  
454 5514 d 14 h theseven /apps/helloworld/ helloworld: Switch to emCORE  
314 5562 d 9 h theseven /apps/ apps: Oops, commit some forgotten changes  
147 5668 d 19 h theseven / Some magic to make integer divisions in emBIOS apps work seamlessly  
116 5674 d 12 h theseven / Fix a bunch of bugs  
111 5674 d 18 h theseven / Implement the most important part of the syscall interface  
110 5674 d 20 h theseven / Move the API header files to embios/trunk/export  
99 5675 d 11 h theseven / Make the syscall interface work, add simple hello world app