Skip to content

Commit 2f9e8fc

Browse files
authored
Improve notes around the use of FreeRTOS with UNO R4.
1 parent 2701e46 commit 2f9e8fc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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 like Arduino Uno R4, it is [already included](https://github.com/arduino/ArduinoCore-renesas/tree/main/libraries/Arduino_FreeRTOS).
6+
If you want to use FreeRTOS on the Renesas family of Arduino like the Arduino Uno R4, it is [already included](https://github.com/arduino/ArduinoCore-renesas/tree/main/libraries/Arduino_FreeRTOS). All that is required is to include the header file `Arduino_FreeRTOS.h` as noted below.
77

88
## Usage & Further Reading
99

@@ -62,9 +62,11 @@ Testing with the Software Serial library shows some incompatibilities at low bau
6262
* ATmega1284p @ 24.576MHz : Seeed Studio Goldilocks, Seeed Studio Goldilocks Analogue
6363
* ATmega2560 @ 16MHz : Arduino Mega, Arduino ADK
6464
* ATmega2560 @ 16MHz : Seeed Studio ADK
65-
65+
6666
The new megaAVR 0-Series devices (eg. ATmega4809) are not fully compatible with this library. Their Timer configuration is substantially different from previous devices, and forms part of a new __avr8x__ architecture. It may be a while until avr-libc is updated to include support for megaAVR devices, but when that happens further work will be added here.
6767

68+
The Arduino IDE supporting the Arduino UNO R4 already includes FreeRTOS as standard.
69+
6870
## Files & Configuration
6971

7072
* `Arduino_FreeRTOS.h` : Must always be `#include` first. It references other configuration files, and sets defaults where necessary.

0 commit comments

Comments
 (0)