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