EventQueues should be available in bare-metal profile

The Mbed Events are great for a cooperative tasks design and to avoid the overhead for a RTOS. Excluding the RTOS on smaller system is already possible by using the bare-metal option, but unfortunately also the Events are kicked out.
Dear Mbed Team, how about making Events usable in bare-metal?

Hi JojoS,

The EventQueue is already possible to use in Bare metal.
{
“requires”: [“bare-metal”, “events” ,“rtos-api”]
}

BR, Jan

2 Likes

Thank you Jan,
That was really easy.