From 0cea6c8863f8ef9978923377d476d3510c5830b7 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 6 Jun 2019 21:11:15 -0700 Subject: Rev'ing a 3.2.7 release --- FastLED.h | 6 +++--- library.json | 6 +++--- library.properties | 2 +- release_notes.md | 38 ++++++++++++++++++++++++-------------- 4 files changed, 31 insertions(+), 21 deletions(-) diff --git a/FastLED.h b/FastLED.h index 5bb07526..d7934ade 100644 --- a/FastLED.h +++ b/FastLED.h @@ -8,12 +8,12 @@ #define FASTLED_HAS_PRAGMA_MESSAGE #endif -#define FASTLED_VERSION 3002006 +#define FASTLED_VERSION 3002007 #ifndef FASTLED_INTERNAL # ifdef FASTLED_HAS_PRAGMA_MESSAGE -# pragma message "FastLED version 3.002.006" +# pragma message "FastLED version 3.002.007" # else -# warning FastLED version 3.002.006 (Not really a warning, just telling you here.) +# warning FastLED version 3.002.007 (Not really a warning, just telling you here.) # endif #endif diff --git a/library.json b/library.json index 0e8eb2ea..e7080e0d 100644 --- a/library.json +++ b/library.json @@ -18,11 +18,11 @@ "type": "git", "url": "https://github.com/FastLED/FastLED.git" }, - "version": "3.2.6", + "version": "3.2.7", "license": "MIT", "homepage": "http://fastled.io", "frameworks": "arduino", - "platforms": "atmelavr, atmelsam, freescalekinetis, nordicnrf51, nxplpc, ststm32, teensy, espressif8266, espressif32", + "platforms": "atmelavr, atmelsam, freescalekinetis, nordicnrf51, nxplpc, ststm32, teensy, espressif8266, espressif32, nordicnrf52", "export": { "exclude": [ "docs", @@ -36,5 +36,5 @@ "+<*.h>" ], "libArchive": false - } + } } diff --git a/library.properties b/library.properties index 619b5095..b827afe3 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=FastLED -version=3.2.6 +version=3.2.7 author=Daniel Garcia maintainer=Daniel Garcia sentence=Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions. diff --git a/release_notes.md b/release_notes.md index 7590bbd6..8e524079 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,3 +1,15 @@ +FastLED 3.2.7 +============= +* Update ItsyBitsy support +* Remove conflicting types courtesy of an esp8266 framework update +* Fixes to clockless M0 code to allow for more interrupt enabled environments +* ATTiny25 compilation fix +* Some STM32 fixes (the platform still seems unhappy, though) +* NRF52 support +* Updated ESP32 support - supporting up to 24-way parallel output + + + FastLED 3.2.6 ============= @@ -27,7 +39,7 @@ FastLED 3.2.1 * ATmega644P support * Adafruit Hallowwing (Thanks to Lady Ada) * Improved STM 32 support -* Some user contributed cleanups +* Some user contributed cleanups * ESP32 APA102 output fix FastLED3.2 @@ -36,7 +48,7 @@ FastLED3.2 * various minor contributed fixes FastLED 3.1.8 -============= +============= * Added support for Adafruit Circuit Playground Express (Thanks to Lady Ada) * Improved support for Adafruit Gemma and Trinket m0 (Thanks to Lady Ada) * Added support for PJRC's WS2812Serial (Thanks to Paul Stoffregen) @@ -69,26 +81,26 @@ FastLED3.1.3 =============== * Add SK6822 timings -* Add ESP8266 support - note, only tested w/the arduino esp8266 build environment +* Add ESP8266 support - note, only tested w/the arduino esp8266 build environment * Improvements to hsv2rgb, palette, and noise performance * Improvements to rgb2hsv accuracy -* Fixed noise discontinuity +* Fixed noise discontinuity * Add wino board support * Fix scale8 (so now, scale8(255,255) == 255, not 254!) -* Add ESP8266 parallel output support +* Add ESP8266 parallel output support FastLED3.1.1 ============ * Enabled RFDuino/nrf51822 hardware SPI support -* Fix edge case bug w/HSV palette blending +* Fix edge case bug w/HSV palette blending * Fix power management issue w/parallel output * Use static_asserts for some more useful compile time errors around bad pins * Roll power management into FastLED.show/delay directly * Support for adafruit pixies on arduino type platforms that have SoftwareSerial * TODO: support hardware serial on platforms that have it available * Add UCS2903 timings -* Preliminary CPixelView/CRGBSet code - more flexible treatment of groups of arrays +* Preliminary CPixelView/CRGBSet code - more flexible treatment of groups of arrays * https://github.com/FastLED/FastLED/wiki/RGBSet-Reference @@ -100,7 +112,7 @@ FastLED3.1.0 * RFDuino/nrf51822 * Spark Core * Major internal code reoganization -* Started doxygen based documentation +* Started doxygen based documentation * Lots of bug/performance fixes * Parallel output on various arm platforms * lots of new stuff @@ -149,7 +161,7 @@ FastLED3.0 * Fixed DMXSERIAL/DMXSIMPLE support * Timing adjustments for existing SPI chipsets * Cleaned up the code layout to make platform support easier -* Many bug fixes +* Many bug fixes * A number of performance/memory improvements * Remove Squant (takes up space!) @@ -159,7 +171,7 @@ FastLED2 ## Full release of the library ## Release Candidate 6 -* Rename library, offically, to FastLED, move to github +* Rename library, offically, to FastLED, move to github * Update keywords with all the new stuffs ## Release Candidate 5 @@ -175,7 +187,7 @@ FastLED2 * Added ability to set pixel color directly from HSV * Added ability to retrieve current random16 seed -## Release Candidate 2 +## Release Candidate 2 * mostly bug fixes * Fix SPI macro definitions for latest teensy3 software update * Teensy 2 compilation fix @@ -188,7 +200,7 @@ FastLED2 * high speed memory management operations * library for interpolation/easing functions * various api changes, addition of clear and showColor functions -* scale value applied to all show methods +* scale value applied to all show methods * bug fixes for SM16716 * performance improvements, lpd8806 exceeds 22Mbit now * hardware def fixes @@ -217,5 +229,3 @@ en if you're using the hardware SPI pins ## Preview 1 * Initial release - - -- cgit v1.2.3