Using Boost.coroutine2 on ARM bare-metal

444 views Asked by At

I'm working on some embedded project, and I'd like to use coroutine in ARM cortex-M. Unfortunately, Boost.coroutine2 (which uses Boost.context inside) does not officially support it. Is there any way that I can tweak Boost library to be able to use Boost.context to work in ARM cortex-M?

0

There are 0 answers