Hi
The target is porting multi thread structure 2.4GH proprietary code on TIRTOS to Nortos.
Go through the example, in TIRTOS, there is pthread_create(&thread, &attrs, mainThread, NULL); interface to create thread in main()
But in Nortos, only mainthread() which run main thread function directly.
So the question is does nortos support multi thread? If so, how to create another thread other than main thread?
Thanks.
Best Regards,
Barbara Wu