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
2018-09-09Add ATmega644P to the pin definitions used by the ATmega1284P - fixes #598Daniel Garcia
2018-09-08add support for Hallowing! Its a samd21 but pins are rearranged quite a bit (...Limor "Ladyada" Fried
2018-09-01stm32duino port (Maple, Blue Pill etc.) (#568)Kirill Kolyshkin
2018-09-01only handle own rmt interrupts (#647)h3ndrik
2018-08-27Allow control of the built in Dotstar on the Gemma M0 (#607)Jon Swope
2018-08-27Rewrite of fastpin_esp32.h -- take 2 (#625)Sam Guyer
2018-06-23WAIT_TIME=50 to allow interrupts without breaking matrix output. (#596)Marc MERLIN
2018-05-08ESP32 support using the RMT peripheral device (#522)Sam Guyer
2018-04-19Use consistent include syntax (#571)per1234
2018-02-17Use relative paths for internal includesper1234
2018-02-01AttinyCore support (#558)Stas
2017-11-30Fix typo in fastpin_esp32 header (#533)Daniel Tullemans
2017-11-28Add support for Circuit Playground Express (#530)Limor "Ladyada" Fried
2017-11-02Makefile Compilation Fix (#490)Nico
2017-11-02Add support for ATmega328 non-picopower hardware pins (#512)John Whittington
2017-11-02Add WS2812Serial driver (#517)Paul Stoffregen
2017-10-04fixed gemma and trinket m0 support - tested all pins on both boards w/NeoPixe...Limor "Ladyada" Fried
2017-09-28Fix typo in block code around interrups and clock adjustmnetsDaniel Garcia
2017-08-23Typo fix (#484)Nico
2017-08-17Pull the SPI race condition fix over to the teensy 3.6 spi code as well. Fix...v3.1.6Daniel Garcia
2017-08-17Better handle places where yield isn't defined by the system. E.g. Fixing #413.Daniel Garcia
2017-08-17Fix #473 -- pull including bitswap and fastled_delay into a top level header ...Daniel Garcia
2017-08-16Fix #475, add support for the octows2811 adapterDaniel Garcia
2017-08-16Support for ESP32 (#474)Sam Guyer
2017-08-16Support ATtinyX41 boards. (#467)phardy
2017-05-23Support 6-channel parallel output on ESP 8266 (#452)Jan Losinski
2017-04-07Adjust millis on Teensy LCPaulStoffregen
2017-03-05Race condition fix for ARMHardwareSPIOutput::waitFully on Teensy 3.1/3.2.lionsburg
2017-01-21Enable PORTB parallel outputKris Couck
2017-01-21Correct define to k66Kris Couck
2017-01-16Fix SPI issue for SPI1Kris Couck
2017-01-16Add K66 (Teensy 3.6)Kris Couck
2017-01-14Merge pull request #389 from benjamind/fix-esp8266-parallel-outputDaniel Garcia
2017-01-14Add support for __SAMD21E18A__, Adafruit Gemma M0 (which uses that chip), and...ladyada
2016-12-19Reverted WAIT_TIME to 5Ben Delarre
2016-12-19Fixes ESP8266 parallel outputBen Delarre
2016-10-19Merge pull request #357 from keestux/add_sodaq_autonomoDaniel Garcia
2016-10-18Fix DUE parallel output when there are fewer than 8 lanes.Daniel Garcia
2016-10-14Add support for SODAQ Autonomo (SAMD21J18A)Kees Bakker
2016-10-07Fix an arduino due build issue for parallel outputDaniel Garcia
2016-08-30attempt a fix for #339 - guard waitfully against a race condition - and also ...bugs/339Daniel Garcia
2016-07-22tweak esp8266 clockless timing outputDaniel Garcia
2016-07-22Merge branch 'master' of https://github.com/FastLED/FastLEDDaniel Garcia
2016-07-19Add ws2813alex-Arc
2016-06-24Slight shift in m0 code for later re-workingsDaniel Garcia
2016-06-08Enable 4-way parallel output on the ESP8266.Daniel Garcia
2016-06-08Fix #309 and wrap up #306Daniel Garcia
2016-06-07Kick around the waitFully a bit for the k20 for #313Daniel Garcia
2016-06-02Change how we do the timing to reduce the risk of running a long loop and kic...Daniel Garcia
2016-05-22Tweak 4-way parallel output to work on pins 12-15 on esp8266 - keep blocked o...Daniel Garcia