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-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-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-04-06Re-enable interrupts in between writing LED data for ARM M0. (#751)ademuri
2019-02-21Fix ATtiny25 compilation issue (port definitions) (#728)Hugo Woesthuis
2019-02-21stm32duino (Maple, Blue Pill, etc): compile fixKir Kolyshkin
2019-02-17Fix #737 - don't invert the bits in what's being written out until after shif...Daniel Garcia
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