esp32-wasm-base icon indicating copy to clipboard operation
esp32-wasm-base copied to clipboard

Support multiple tasks (?)

Open ryankurte opened this issue 5 years ago • 0 comments

Multiple tasks would allow people to compose services on their devices, but, would also require a bunch of work. Unsure if this is extremely useful?

Tasks:

  • [ ] Upgrade app_mgr.c to use an array of tasks and to take task name (or index) options
  • [ ] Upgrade all hardware managers with FreeRTOS primitives for mutual exclusion to ensure only one task can own a given peripheral at a time

ryankurte avatar Feb 07 '20 10:02 ryankurte