<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Gabor Dolla wrote:
<blockquote
 cite="mid5d043c010612300131s1b32abe7t2473e6a087e21e56@mail.gmail.com"
 type="cite">Hi<br>
  <br>
  <br>
  <div><span class="gmail_quote"><br>
  </span>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
The meshing code is inextricable from the RTOS currently used, which is
    <br>
commercial and proprietary. The RTOS is thus delivered as part of the<br>
meshing code for porting, and protecting the RTOS requires an NDA.</blockquote>
  <div><br>
The whole stuff is written in C ? Is it documented or well commented ?
Do you have any info about the size of it ?
  <br>
  </div>
  <br>
Gabor</div>
</blockquote>
<br>
Have a look at threadx.<br>
AFAIK thats what marvell used or purchased for the kernel in the driver.<br>
<br>
<a class="moz-txt-link-freetext" href="http://www.rtos.com/page/product.php?id=2">http://www.rtos.com/page/product.php?id=2</a><br>
<a class="moz-txt-link-freetext" href="http://www.rtos.com/news/detail/?prid=104">http://www.rtos.com/news/detail/?prid=104</a><br>
<br>
threadx api  <a class="moz-txt-link-freetext" href="http://www.rtos.com/page/product.php?id=27">http://www.rtos.com/page/product.php?id=27</a><br>
<br>
If they are using threadx it would have to be in c and possibly some in
asm.<br>
<br>
expresslogic have a book on threadx  Realtime Embedded multithreading<br>
<a class="moz-txt-link-freetext" href="http://www.amazon.com/Real-Time-Embedded-Multithreading-Using-ThreadX/dp/1578201349/sr=1-1/qid=1167474769/ref=pd_bbs_sr_1/002-5034521-8430408?ie=UTF8&s=books">http://www.amazon.com/Real-Time-Embedded-Multithreading-Using-ThreadX/dp/1578201349/sr=1-1/qid=1167474769/ref=pd_bbs_sr_1/002-5034521-8430408?ie=UTF8&s=books</a><br>
<br>
Be interesting to find out if the driver was written/built for arm or
thumb instruction set (arm core).<br>
<br>
Alex<br>
</body>
</html>