summaryrefslogtreecommitdiff
path: root/firmware/thread.c
AgeCommit message (Expand)Author
2004-06-22switch_thread() now checks the stack of the current thread instead of the nex...Linus Nielsen Feltzing
2004-06-22remove_tread() -> remove_thread()Linus Nielsen Feltzing
2004-05-01updated remove_thread(), should cover Linus' hintsJörg Hohensohn
2004-04-30remove_thread() function added, for future dynamic thread creation by pluginsJörg Hohensohn
2003-03-12Removed CPU Sleep setting. It's now permanently enabled.Björn Stenberg
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg
2002-08-01Moved switch_thread() and the thread context data to internal RAMLinus Nielsen Feltzing
2002-07-15Added stack overflow checkLinus Nielsen Feltzing
2002-07-01Now fills the stack with 0xdeadbeefLinus Nielsen Feltzing
2002-06-25Demystified codeBjörn Stenberg
2002-06-19Always clear the status register (irq mask)Linus Nielsen Feltzing
2002-06-07Removed a warningLinus Nielsen Feltzing
2002-06-07Added init_threads functionLinus Nielsen Feltzing
2002-05-28Missing parenthesisLinus Nielsen Feltzing
2002-05-28create_thread now reserves room for PR on the stackLinus Nielsen Feltzing
2002-04-29Removed queue handling stuffLinus Nielsen Feltzing
2002-04-28Started work on event queues - NOT YET SAFELinus Nielsen Feltzing
2002-04-25Removed ugly CR/LF stuff. Removed some commentsLinus Nielsen Feltzing
2002-04-25More bugs killed. Now it may even work.Linus Nielsen Feltzing
2002-04-25huh sorry macl and mach was misplaced in the regs part of the structure.Alan Korr
2002-04-25Add registers macl and mach in save and restore context functions.Alan Korr
2002-04-25fix an error i did. It should be right nowAlan Korr
2002-04-25well there was a big bug (read more carefully the instruction descriptions) ;)Alan Korr
2002-04-25Not yet workingLinus Nielsen Feltzing
2002-04-24Removed some TAB charactersLinus Nielsen Feltzing
2002-04-24Protected the temporary register in the context switchesLinus Nielsen Feltzing
2002-04-22The indent police strikes again!Björn Stenberg
2002-04-22Changed __asm__ to asmLinus Nielsen Feltzing
2002-04-22Even nicer inline assemblyLinus Nielsen Feltzing
2002-04-22Adapted the context switch to SH1Linus Nielsen Feltzing
2002-04-22simple collaborate multitasking scheduler donated to us by Ulf RalbergDaniel Stenberg