what’s means the co-routine??

what’s means the co-routine at v4.0.0? What thing i can use to do with co-routine functionality??

what’s means the co-routine??

co-routines are a way of having cooperative multitasking with very little ram usage. see: http://www.freertos.org/taskandcr.html and http://www.freertos.org/croutine.html

what’s means the co-routine??

I am sorry.I am in china.I can’t visit the www.freertos.org website.

what’s means the co-routine??

I am so sorry! I can’t visit the www.freertos.org for some network reason. Could you send me the html?

what’s means the co-routine??

Looks to me like the task/thread concept as in Windows (and Linux)? I think threads share the same memory and stack. Tasks are protected from each other by MMU of course. Regards, Joerg

what’s means the co-routine??

Aren’t you contradicting yourself? A thread must not share memory and stack with another thread, or it wouldn’t be able to be protected by MMU.