Clone My Git REPO
git clone https://github.com/pmvanker/pmvankerFreeRTOS.git
Install Dependency For Ubuntu
sudo apt-get install libc6-dev-i386
cd pmvankerFreeRTOS
vim Project/main.c
this is main source source file which we used to start FreeRTOS programming.
Here We created Two Task
Build
Output:
Done :)
this is Getting Started With FreeRTOS with Ubuntu. Now We are ready to Simulate FreeRTOS on ubuntu and Explore its APIs