Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Garcia <danielgarcia@gmail.com>2015-02-03 23:21:46 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2015-02-03 23:21:46 +0300
commit95817e8a71f6e7ea64a8718c1216665a0375348e (patch)
tree4df9a61f1debebe723ef74ad7e018f6380c1ac7e /README.md
parent0e6ad451c76e380c535e2f8d35f8af61c6859097 (diff)
Updating readme about avr-gcc 4.7 and linux.docwork
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 503f9573..8766e2f2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-IMPORTANT NOTE: If you are building for AVR based systems, please do not use any version of the arduino IDE 1.5.7 or greater yet. It messes with some of the asm output which will cause you problems. The real issue is the compiler version, GCC 4.8.x introduces incompatabilities with the assembly code FastLED uses on the avr platfrom. Note that some versions of Arduino 1.0.5, notably some linux versions, use gcc 4.8.x.
+IMPORTANT NOTE: For AVR based systems, avr-gcc 4.8.x is supported, as is avr-gcc 4.3 and earlier. There are known issues with avr-gcc 4.7 and timing based chipsets like the WS2812B. If you are using a linux system make sure you are using avr-gcc 4.8.x not avr-gcc 4.7.x.
FastLED 3.0