Hi Jan,
this really looks like what I was looking for!
During my research I found a post of yours about Micropython + FreeRTOS but not this one
I am going to definitely try it in these days and let you know if it satisfies my needs, thank you.
Hi everybody, I am currently trying to embed Micropython in a bigger project based on an smt32f4 board. Having set up FreeRTOS and some low level C task, I would like to place an high-level interpreter in a low priority task: so my choice of trying to include only Micropython as interpreter without ...