Difference between revisions of "Threads"
(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 ...) |
m (→Project status) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
== Project status == | == Project status == | ||
− | * | + | * Porting in progress by Branislav Kusy and Kevin Klues |
+ | |||
+ | * As of 22 Aug 2008, the threads code has been integrated into the main T2.1 tree and is part of the TinyOS core. See TEP 134 for more information. |
Latest revision as of 00:43, 7 September 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
- As of 22 Aug 2008, the threads code has been integrated into the main T2.1 tree and is part of the TinyOS core. See TEP 134 for more information.