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-01-27Enable SAMD51 (ARM Cortex M4) SupportLee Byron
2019-01-22Fix #725 - make sure yield gets defined for WAV boardsDaniel Garcia
2019-01-22Get rid of Dx defines in arm asm code for platforms that insist on using defi...Daniel Garcia
2019-01-22Get rid of Dx defines in trinket code for platforms that insist on using defi...Daniel Garcia
2019-01-20Fix #550 - add pin definitions for the onboard APA102 on the trinket m0Daniel Garcia
2019-01-20Make sure that everything called from the interrupt handler for ESP32 is mark...Daniel Garcia
2019-01-20Merge pull request #667 from jldesignseu/atmega328pbDaniel Garcia
2019-01-20Merge pull request #678 from eClay/d21_iobusDaniel Garcia
2018-11-21Add basic support for SAMD51, used in M4 line from Adafruit (#662)Vince
2018-11-13Change SAMD21 fastpin to use PORT_IOBUS instead of PORTGreg Mrozek
2018-10-26Fix #672 - we weren't setting LIB8_ATTINY for the ATtiny841/441 - so asm opco...Daniel Garcia
2018-10-16added support for atmega328pb SPI mode is not tested. Its tested with bitbang...jldesigns
2018-10-15Merge branch 'master' of https://github.com/FastLED/FastLEDDaniel Garcia
2018-09-20Suggest to `#define FASTLED_RMT_BUILTIN_DRIVER 1` (#654)johannesmaibaum
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