Skip to content

Commit c4c2100

Browse files
authored
Update readme.md
update readme
1 parent 2d49919 commit c4c2100

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ This is a fork of Richard Barry's freeRTOS, optimised for the Arduino AVR device
33
It has been created to provide access to FreeRTOS capabilities, with full compatibility to the Arduino environment.
44
It does this by keeping hands off almost everything, and only touching the minimum of hardware to be successful.
55

6+
If you want to use on family of renesas Arduino later from Arduino Uno R4, it is [already included](https://github.com/arduino/ArduinoCore-renesas/tree/main/libraries/Arduino_FreeRTOS).
7+
68
## Usage & Further Reading
79

810
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

Comments
 (0)