is removing of RTOS in mbed 5 still possible?

22 Jan 2018

is it intended and still possible? One drawback is already that mbed-os 5 is not supported on tiny targets. So the targets.json has to be modified to use mbed5 and you still can run into memory problems due to the different memory layout.

26 Mar 2018

Yes, removing RTOS works in exactly the same way as outlined in this blog post. In addition, you can do some other tricks, see https://os.mbed.com/blog/entry/Reducing-memory-usage-with-a-custom-prin/ and the links provided in that blog post for more info.