You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ This is a fork of Richard Barry's freeRTOS, optimised for the Arduino AVR device
3
3
It has been created to provide access to FreeRTOS capabilities, with full compatibility to the Arduino environment.
4
4
It does this by keeping hands off almost everything, and only touching the minimum of hardware to be successful.
5
5
6
+
If you want to use on family of renesas Arduino like Arduino Uno R4, it is [already included](https://github.com/arduino/ArduinoCore-renesas/tree/main/libraries/Arduino_FreeRTOS).
7
+
6
8
## Usage & Further Reading
7
9
8
10
Read the short blog post on [Arduino FreeRTOS](https://feilipu.me/2015/11/24/arduino_freertos/) to get started. And there is another much older post on using [FreeRTOS with AVR](https://feilipu.me/2011/09/22/freertos-and-libraries-for-avr-atmega/), which may be useful to read too. There are some further posts I've written on [Hackster.IO](https://www.hackster.io/feilipu), but they're essentially the same content.
0 commit comments