i want to implement rtos on my arduino due.
iv been reading on it and downloaded freertos software, but it says it is compatible with last arduino ide (version 1.0).
but i have the latest version of ide installed.
i cant find anything on the internet. can anyone plz help at using freertos or any other method of performing rtos on arduino due, with latest version of ide?
Hi hassan14,
I recommend you RIOT-OS. It is an operating system designed for Internet Of Thing that supports different microcontrollers ( including Arduino Due), sensors and there are also different examples and guides that helps you to install RIOT-OS for your microcontroller or how to run simple applications.
This is the main site of RIOT-OS : http://www.riot-os.org/ and I suggest you to read guides and tutorials of the wiki page of RIOT-OS at the Github-WIKI Home · RIOT-OS/RIOT Wiki · GitHub.
To install RIOT-OS on your Arduino Due follow this guide : Home · RIOT-OS/RIOT Wiki · GitHub