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>2019-08-13 04:42:12 +0300
committerGitHub <noreply@github.com>2019-08-13 04:42:12 +0300
commit032ae7c606b918d7e135bffe62f49fbb8b4828ea (patch)
treebaa9542fd25df5e507a104ac18b18b0049cb50e0 /release_notes.md
parente68b1856ffe1d2196c75f11eda72059340903744 (diff)
Teensy 4 support! (#864)
* Pre-teensy4 work - with a 600Mhz clock, a 1Mhz clock was giving us a clock divider that overflowed a uint8_t - whoops... * Some tweaks to chipset definitions to help out the Teensy 4 implementation * Updating the pintest program w/Teensy 4 defs * Preliminary Teensy 4 support, including hardware SPI and clockless chipsets - no support for parallel output or DMA'd output yet - also not fully tested for all chipsets on all pins, but smoke tested with some chipsets and pin combinations and logic analyzer in the meantime * Checking in initial block clockless output - it compiles, but no testing yet, so it shouldn't be hooked up anywhere yet. * Tweak and fix parallel output - still need to hook it up to the default addLeds setup * more kicking
Diffstat (limited to 'release_notes.md')
-rw-r--r--release_notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/release_notes.md b/release_notes.md
index 81d16f33..925f054a 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,3 +1,7 @@
+FastLED 3.2.11
+==============
+* Preliminary Teensy 4 support
+
FastLED 3.2.10
==============
* Adafruit Metro M4 Airlift support