multi-threading

basically miscellaneous, if it doesn't fit another sub-forum enter it here, we might even promote it to its own sub-forum
Post Reply
YahooArchive
Posts: 1462
Joined: Fri Oct 19, 2012 5:11 am

multi-threading

Post by YahooArchive »

>from the help line
>I was wondering if any of your products support multi-threading libraries.

We've published a FreeRTOS port for the ARMweb

http://interactive.freertos.org/entries ... 28j60-port

The FreeRTOS standard versions should work out of the box for the ARMmite, PRO,
PROplus and SuperPRO.

Actually BASIC could be used for multi-threading with some care. The one
limitation is currently not being able to "share" string operations between
threads. Though that would be a rather simple thing to add to the compiler, if
there were some demand.



Post Reply