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>2014-11-08 06:10:41 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2014-11-08 06:10:41 +0300
commita65a63097ce200b85c9db85c99d0d2d3a90259df (patch)
tree66faca39c896777423f252d52b2223b5f3c623e3
parent1ca57f1746d11b239bfa3e4588170ee1d00c7b04 (diff)
Bumping version number and updating notes3.0.2
-rw-r--r--FastLED.h4
-rw-r--r--README.md3
-rw-r--r--release_notes.md6
3 files changed, 9 insertions, 4 deletions
diff --git a/FastLED.h b/FastLED.h
index e33d3ada..805937fe 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -7,8 +7,8 @@
#define xstr(s) str(s)
#define str(s) #s
-#define FASTLED_VERSION 3000001
-#warning FastLED version 3.000.001 (Not really a warning, just telling you here.)
+#define FASTLED_VERSION 3000002
+#warning FastLED version 3.000.002 (Not really a warning, just telling you here.)
#ifndef __PROG_TYPES_COMPAT__
#define __PROG_TYPES_COMPAT__
diff --git a/README.md b/README.md
index 503f9573..890efa48 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +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: If you are building for AVR based systems, it is possible that using any version of the arduino IDE 1.5.7 or later and/or GCC 4.8 may introduce some issues. I believe I have fixed them, but if you run into issues using these platforms, please file an issue at http://fastled.io/issues - thank you!
FastLED 3.0
===========
diff --git a/release_notes.md b/release_notes.md
index c88bc403..332cb73f 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,3 +1,9 @@
+3.0.1
+* possibly fix issues #67 and #90 by fixing gcc 4.8.x support
+
+3.0.1
+* fix issue #89 w/power management pin always being on
+
FastLED3.0
==========