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
2016-01-26Add pin definitions and platform bits for the wino - Fix #250Daniel Garcia
2016-01-24ESP8266 first light - FastPin, bitbang'd spi outputDaniel Garcia
2015-12-26Arduion 1.6.6 and later, when you Include a library from the Sketch menu, wil...Daniel Garcia
2015-08-09Merge branch 'FastLED3.1' into d21Daniel Garcia
2015-07-02Merge branch 'FastLED3.1' of https://github.com/FastLED/FastLED into FastLED3.1Mark Kriegsman
2015-07-02Explicitly erroring out on Xtensa microcontrollers -- and inserting placehold...Mark Kriegsman
2015-06-30Merge branch 'FastLED3.1' into d21Daniel Garcia
2015-06-29complete renaming of k26 to kl26Daniel Garcia
2015-03-23fix up some comment typosDaniel Garcia
2015-03-15Adding d21 support for the Arduino Zero. Adding fastpin support for the d21.Daniel Garcia
2015-03-11merging FastLED3.1 into the rfduino branchDaniel Garcia
2015-02-09SparkCore needs FastLED to be in a namespace.Daniel Garcia
2015-02-04Initial directory layout for the teensy-lc's k26. Preliminary FastPin implem...Daniel Garcia
2015-01-11Initial checkin of nrf51822/rfduino support. Builds for RFDuino environment,...Daniel Garcia
2014-11-24Add configuration option for allowing/disallowing interrupts. Disable by def...Daniel Garcia
2014-11-18Re-arranging code layout, pulling off platform specific headers into their ow...Daniel Garcia
2014-11-13Tightening up timing on avr a bit moreDaniel Garcia
2014-11-12Adjust thresholds for a tighter timed worldDaniel Garcia
2014-11-08tweaking interrupt codeDaniel Garcia
2014-11-08Possible fix for issues #67 (arduino 1.5.7 support) and #90 (gcc 4.8 issues?)Daniel Garcia
2014-11-08Merge branch 'master' into FastLED3.1Daniel Garcia
2014-11-08Block compiling with gcc 4.8 and higher on AVR for the time being, until we c...Daniel Garcia
2014-11-04Make the due interrupt friendly and get it off the SysTick timer.Daniel Garcia
2014-10-30Centralize setting the interrupt threshold adjustmentDaniel Garcia
2014-10-30Make the interrupt gap-handling dynamic based on the define WAIT_TIME for the...Daniel Garcia
2014-10-29Update preview changes. Add max refresh rate setting w/default to 400Hz.Daniel Garcia
2014-10-28Make 3-wire led chip support on the teensy 3/3.1 interrupt friendly.Daniel Garcia
2014-10-21Forcibly break compilation under arduino 1.5.7 and later until I can fix GCC ...Daniel Garcia
2014-06-15Add define for clock doubled clock ratesDaniel Garcia
2014-03-25Stop trying to include avr/io.h when we don't recognize the platformDaniel Garcia
2014-02-19Dithering, rgb balance, video scaling code put into k20 codeDaniel Garcia
2014-01-21Preliminary teensy 3.1 support (aka, it compiles)Daniel Garcia
2014-01-21Fixing buildDaniel Garcia
2013-06-25Preliminary clockless chip support for the due - works great w/ws2811 - still...danielgarcia@gmail.com
2013-06-19Preliminary support for due - only tested with clockless chips at the moment....danielgarcia@gmail.com