I am working on a project which is Non-OS based. Now in this project I want to send some data to cloud and retrieve some data from cloud. I'm using sample MQTT-Client example as a starting point, but this example is FreeRTOS based. So how should I convert the sample application from freeRTOS to Non-OS. What necessary steps should I include / remove from the code to make it work in a Non-OS environment .
Thanks ahead in time.