You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to:
- Add error return value to all protothreads.
- Reduce complexity and code size.
- Avoid risk of overruning event queue.
- Use single poll flag and no broadcasting between threads.
- Cross-platform handling of events during sleep.
- Make stm32, ev3, nxt all work the same way.
For now the new OS also drives the contiki event loop so we can migrate processes one by one instead of breaking everything at once.
0 commit comments