Difference between revisions of "Setting Up FreeRTOS on Arduino"
(Created page with "category: Free RTOS with Arduino In this tutorial we will see how to setup the Arduino IDE for freeRTOS.<br>") |
|||
Line 1: | Line 1: | ||
[[category: Free RTOS with Arduino]] | [[category: Free RTOS with Arduino]] | ||
− | In this tutorial we will see how to setup the Arduino IDE for | + | In this tutorial we will see how to setup the Arduino IDE for FreeRTOS.<br> |
+ | The FreeRTOS can be directly installed from boardManager, this works for latest Arduino IDE 1.6.8.<br> | ||
+ | In case you are using the older version of IDE, then you have to copy the files to your sketch library folder.<br> | ||
+ | Lets see hot to do it on both the version of IDE's. | ||
+ | <br><br><br> |
Revision as of 16:34, 2 May 2016
In this tutorial we will see how to setup the Arduino IDE for FreeRTOS.
The FreeRTOS can be directly installed from boardManager, this works for latest Arduino IDE 1.6.8.
In case you are using the older version of IDE, then you have to copy the files to your sketch library folder.
Lets see hot to do it on both the version of IDE's.