Commit Graph

46 Commits

Author SHA1 Message Date
Mark Kriegsman
23c67b720d FastLED 3.6.0 release, with new device support, library functions, and bug fixes. 2023-05-29 14:36:12 -04:00
Marc Miller
2e87849df8 Update release_notes.md
Spelling fix - Particle Photon (instead of Partical)
2022-01-03 11:38:06 -08:00
Mark Kriegsman
4d73cddfe4 FastLED Release 3.5.0, with expanded board support, and many other improvements and bug fixes. 2022-01-02 14:44:08 -05:00
Mark Kriegsman
2fe6aebc77 Updated for release 3.4.0 2020-12-22 13:27:38 -05:00
Mark Kriegsman
fefc5f563a Rev. 3.3.3 to improve board support, add example animations, fix bugs, and to pass the torch. 2020-02-02 23:25:05 -05:00
Daniel Garcia
be47737f04 Spinning FastLED 3.3.2 2019-08-25 17:11:16 -07:00
Daniel Garcia
3c5484c336 FIx #870 -- make sure that the spi clock times, now that the template parameter is a 32-bit integer, do not wrap around to super huge numbers 2019-08-23 16:26:46 -07:00
Daniel Garcia
24311f4fac Spinning 3.3.1 release to get some bug fixes in 2019-08-18 16:36:26 -07:00
Daniel Garcia
dc12277207 Spinning FastLED 3.3 - adding Teensy 4 support. 2019-08-12 18:48:39 -07:00
Daniel Garcia
032ae7c606
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
2019-08-12 18:42:12 -07:00
Daniel Garcia
a346de18a0 Rev 3.2.10 to add a couple more platform defs and bug fixes 2019-07-03 09:42:35 -07:00
Daniel Garcia
fd859aea44 Rev 3.2.9 to fix the timing issue introduced by the nrf52 changes 2019-06-09 15:47:22 -07:00
Daniel Garcia
1cc984c13e Reving 3.2.8 to fix a build issue that come in with the 3.2.7 PR's 2019-06-07 10:13:33 -07:00
Daniel Garcia
0cea6c8863 Rev'ing a 3.2.7 release 2019-06-06 21:11:15 -07:00
Daniel Garcia
6af86cea6c Bumping version 2019-01-30 15:23:16 -08:00
Daniel Garcia
c0bd0c90ab Bumping version to 3.2.5 2019-01-27 12:18:47 -08:00
Daniel Garcia
a50d96d733 Bumping version to 3.2.4 2019-01-21 16:32:05 -08:00
Daniel Garcia
145b1b47a7 Update notes/keywords 2019-01-19 19:02:33 -08:00
Daniel Garcia
691ccdc467 Bumping version number to 3.2.1 2018-09-08 15:16:34 -07:00
Daniel Garcia
9c2e1c9f61 Bump version to 3.2 2018-08-26 16:56:30 -07:00
Mark Kriegsman
5fab3aac70 MEK: v3.1.8, with fixed version number for library manager 2018-01-12 19:14:19 -05:00
Mark Kriegsman
50186de3d9 MEK: updating release notes for 3.1.7, including thank-yous 2018-01-12 18:40:16 -05:00
Daniel Garcia
074794de8e Update release notes and bump version numbers 2017-08-16 13:57:42 -07:00
Daniel Garcia
ac79a43702 Fix an arduino due build issue for parallel output 2016-10-06 23:08:36 -07:00
Daniel Garcia
173f4a2950 Fix digispark build issue 2016-09-22 11:40:33 -07:00
Daniel Garcia
03d12093a9 Bumping library version to 3.1.3 2016-09-12 21:55:44 -07:00
Daniel Garcia
663c9476cd Fix #256 - enable 4-way parallel output on the ESP8266 using pins 12,13,14,15 (6,7,5 and 8 on the NodeMCU pin layout/mapping). 2016-06-08 12:50:32 -05:00
Daniel Garcia
03b04e359b Yolo - adding scale8 fix notes to release_notes 2016-02-17 12:19:37 -08:00
Daniel Garcia
1dda878caf Update readme/release notes 2016-01-26 11:47:54 -05:00
Daniel Garcia
5e599886b7 Updating notes 2016-01-23 23:20:48 -05:00
Daniel Garcia
d69b19441f Update release notes/readme 2016-01-23 23:14:20 -05:00
Daniel Garcia
757b1dc49e Add SK6822 support 2015-12-27 15:41:31 -08:00
Daniel Garcia
5e2b9c59a8 Bump library versions to 3.1.1 to get an arduino bug workaround in place. 2015-12-26 12:29:34 -06:00
Daniel Garcia
1b09b2cbdc update release notes 2015-12-12 02:33:07 -08:00
Daniel Garcia
edf32bbe85 Adding UCS2903 timings 2015-12-07 10:47:12 -08:00
Daniel Garcia
7cd056fd36 Preliminary pixie support 2015-11-16 20:55:27 -08:00
Daniel Garcia
6ebcb64362 Rolled power management back into the FastLED object directly - mark the old external power management functions as deprecated 2015-11-11 15:11:55 -08:00
Daniel Garcia
01fd2ebd3f Use static asserts to give better error messaging about not enough clock cycles and bad pin choices in environments that support C++11. 2015-10-15 23:18:07 -04:00
Daniel Garcia
cac894c19e Fix power management for parallel controllers 2015-10-12 11:49:40 -07:00
Daniel Garcia
b01f941d09 updating release notes 2015-09-23 09:22:19 -07:00
Daniel Garcia
45084481ec Merging 3.1 back to master 2015-09-23 09:18:28 -07:00
Daniel Garcia
832c1bcdec Prefix config defines with FASTLED_ to make sure we don't conflict with anything else. 2014-11-24 12:13:09 -08:00
Daniel Garcia
a65a63097c Bumping version number and updating notes 2014-11-07 19:10:41 -08:00
Daniel Garcia
f7f8356031 Bumping version number 2014-10-24 12:36:37 -04:00
Daniel Garcia
ad408b049e tweaking release notes 2014-10-21 20:31:57 -04:00
Daniel Garcia
986bede1d4 Update release notes 2014-10-12 15:20:16 -07:00