Is there an Real Time Executive for EPS32
Hi,
Is there a Real Time Exec for the ESP32 series?
I mean something that will support multiple tasks and inter-task communication?
On the 8051, 8085/186/286 I rolled my own but thought there might be something off the shelf I could use?
Thanks
Update:
I suppose there are pros and cons to using a standard Exec, I found that for instance, using the Intel version tired you to their processors and sometimes components so I wrote my own exec in assembler that was easy to port to other processors like Motorola or Fairchild.
For single core operations there's only really one "Magic" Part and that's saving and restoring the context the rest is just some cleaver code, tricky but much easier when you have done it multiple times in the past.
I will probably end up using the ESP in built in version mainly because of the N core stuff and because I don't know enough about the processor at the moment