Energy Management

Hello,

I am currently writing my thesis about the comparison of different IoT-OSs. One of the categories where I want to compare my OSs is energy management, where I want to write about the different software approaches the OS implements to save energy. This includes different sleep modes, peripheral state control and tick supression. I want to check if those features are implemented by Mbed OS, but I don´t find anything in the documentation. Therefor, I wanted to ask if there´s any overview where the different implementations regarding energy management is listed or if anyone would be so kind to give me a short introduction to this.

Thanks a lot,
Steven

tick supression

That sounds like tickless mode: Tickless mode - Porting | Mbed OS 6 Documentation
Many, though not all, Mbed targets implement this feature!