summaryrefslogtreecommitdiffstats
path: root/firmware/thread.c
AgeCommit message (Expand)AuthorFilesLines
2002-06-07Removed a warningLinus Nielsen Feltzing1-1/+1
2002-06-07Added init_threads functionLinus Nielsen Feltzing1-7/+11
2002-05-28Missing parenthesisLinus Nielsen Feltzing1-1/+1
2002-05-28create_thread now reserves room for PR on the stackLinus Nielsen Feltzing1-2/+4
2002-04-29Removed queue handling stuffLinus Nielsen Feltzing1-36/+0
2002-04-28Started work on event queues - NOT YET SAFELinus Nielsen Feltzing1-0/+36
2002-04-25Removed ugly CR/LF stuff. Removed some commentsLinus Nielsen Feltzing1-2/+1
2002-04-25More bugs killed. Now it may even work.Linus Nielsen Feltzing1-95/+9
2002-04-25huh sorry macl and mach was misplaced in the regs part of the structure.Alan Korr1-1/+1
2002-04-25Add registers macl and mach in save and restore context functions.Alan Korr1-0/+6
2002-04-25fix an error i did. It should be right nowAlan Korr1-3/+2
2002-04-25well there was a big bug (read more carefully the instruction descriptions) ;)Alan Korr1-1/+73
2002-04-25Not yet workingLinus Nielsen Feltzing1-14/+18
2002-04-24Removed some TAB charactersLinus Nielsen Feltzing1-2/+2
2002-04-24Protected the temporary register in the context switchesLinus Nielsen Feltzing1-29/+33
2002-04-22The indent police strikes again!Björn Stenberg1-61/+61
2002-04-22Changed __asm__ to asmLinus Nielsen Feltzing1-31/+31
2002-04-22Even nicer inline assemblyLinus Nielsen Feltzing1-31/+29
2002-04-22Adapted the context switch to SH1Linus Nielsen Feltzing1-84/+54
2002-04-22simple collaborate multitasking scheduler donated to us by Ulf RalbergDaniel Stenberg1-0/+159