Difference between revisions of "Threads"

From TinyOS Wiki
Jump to: navigation, search
(New page: == Problem description == * more than any other platforms, intelmote2 needs threads (i.e. cpu is strong enough to do compression, fft, or singal processing) * new threading library for T2 ...)
 
(Project status)
Line 5: Line 5:
  
 
== Project status ==
 
== Project status ==
* problem '''not worked-on'''
+
* Porting in progress by Branislav Kusy and Kevin Klues

Revision as of 17:40, 9 May 2008

Problem description

  • more than any other platforms, intelmote2 needs threads (i.e. cpu is strong enough to do compression, fft, or singal processing)
  • new threading library for T2 is worked on by Kevin Klues
  • intelmote2 specific context switch should be implemented

Project status

  • Porting in progress by Branislav Kusy and Kevin Klues