From 032ae7c606b918d7e135bffe62f49fbb8b4828ea Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 12 Aug 2019 18:42:12 -0700 Subject: 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 --- release_notes.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'release_notes.md') 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 -- cgit v1.2.3