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
AgeCommit message (Expand)Author
2019-08-24FIx #870 -- make sure that the spi clock times, now that the template paramet...Daniel Garcia
2019-08-19Spinning 3.3.1 release to get some bug fixes in3.3.1Daniel Garcia
2019-08-19Fix #868 for Teensy LCDaniel Garcia
2019-08-19Improvements to RMT driver (#867)Sam Guyer
2019-08-13kicking readme file, not worth spinning a release for, thoughDaniel Garcia
2019-08-13Spinning FastLED 3.3 - adding Teensy 4 support.3.3.0Daniel Garcia
2019-08-13Fix nRF52 race condition / hard lock (#857)Henry Gabryjelski
2019-08-13Fixes #856. (#860)Henry Gabryjelski
2019-08-13Merge branch 'teensy4'Daniel Garcia
2019-08-13Teensy 4 support! (#864)Daniel Garcia
2019-08-13Wiring parallel clockless support for the Teensy 4 into FastLED.addLeds - upd...teensy4Daniel Garcia
2019-08-12more kickingDaniel Garcia
2019-08-12Tweak and fix parallel output - still need to hook it up to the default addL...Daniel Garcia
2019-08-12Checking in initial block clockless output - it compiles, but no testing yet,...Daniel Garcia
2019-08-12Preliminary Teensy 4 support, including hardware SPI and clockless chipsets -...Daniel Garcia
2019-08-12Updating the pintest program w/Teensy 4 defsDaniel Garcia
2019-08-12Some tweaks to chipset definitions to help out the Teensy 4 implementationDaniel Garcia
2019-08-12Pre-teensy4 work - with a 600Mhz clock, a 1Mhz clock was giving us a clock di...Daniel Garcia
2019-08-12Fix for #861 - override size in the octoWS2811 controller so that power calcu...Daniel Garcia
2019-08-07Cleaned up the conversion of CPU cycles to RMT cyclesSam Guyer
2019-08-03Minor cleanupSam Guyer
2019-08-03Two mods: (1) convert CPU cycles directly to RMT cycles without going through...Sam Guyer
2019-08-01Update keywords.txt with additional chipsets (#854)Henry Gabryjelski
2019-07-20Update due to newer gcc being more pendantic about constexpr. (#845)Henry Gabryjelski
2019-07-03Rev 3.2.10 to add a couple more platform defs and bug fixes3.2.10Daniel Garcia
2019-07-03Swap #if for #elif - fix compiling w/m4 metro supportDaniel Garcia
2019-07-03Add pin mappings for Arduino Nano 33 IOT (#830)jeremy-mcgill
2019-07-03Bug fix to preserve color order information (#831)Sam Guyer
2019-07-03updated to fastpin_arm_d51.h (#834)Erin St Blaine
2019-06-28Merge remote-tracking branch 'upstream/master'Sam Guyer
2019-06-28fillHalfRMTBuffer needs to be virtual in order to preserve the color channel ...Sam Guyer
2019-06-17Try a fix for #804 but making sure gradiant color palettes are properly alignedDaniel Garcia
2019-06-10Rev 3.2.9 to fix the timing issue introduced by the nrf52 changes3.2.9Daniel Garcia
2019-06-10Fix #813 -- further fix for the C_NS macro added by the nrf52 changesDaniel Garcia
2019-06-07Reving 3.2.8 to fix a build issue that come in with the 3.2.7 PR's3.2.8Daniel Garcia
2019-06-07Fix #811 and #812 - took a bad PR that broke the build for other platformsDaniel Garcia
2019-06-07Rev'ing a 3.2.7 release3.2.7Daniel Garcia
2019-06-07warning cleanupDaniel Garcia
2019-06-07Updated ESP32 support (#789)Sam Guyer
2019-06-07Enable support for nRF52 chipset. (#802)Henry Gabryjelski
2019-06-07Added in manitou48 's fixes to FastLed for ItsyBitsy M4 (SADM51 boards) (#803)devoh747
2019-05-18Update fastpin_arm_d21 add ItsyBitsy M0 (#794)starkatt
2019-05-15Removed conflicting (and unneeded) typedef of 'boolean', fixes #790Mark Kriegsman
2019-05-14Commented out all the Serial.print outputSam Guyer
2019-05-14Updated RMT implementation with IRAM_ATTR for all functons called within the ...Sam Guyer
2019-05-07Fixed a typo: make sure to load a different channel each timeSam Guyer
2019-05-02Changed the RMT driver so that it no longer needs to copy all the pixel data ...Sam Guyer
2019-04-30This was added by accidentSam Guyer
2019-04-30Removed the old headerSam Guyer
2019-04-30Complete I2S implementation, with switch to choose it over the RMTSam Guyer