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
path: root/src
AgeCommit message (Expand)Author
2021-03-23Minor cleanup to HSV code. It had been compiling differently recently on AVR ...Mark Kriegsman
2021-03-22Merge pull request #1209 from brickstuff/patch-2Mark Kriegsman
2021-03-19Update led_sysdefs_avr.hbrickstuff
2021-03-18fix merge conflictCraig Link
2021-03-15Merge pull request #1191 from sethtroisi/mainMark Kriegsman
2021-03-15Merge pull request #1197 from craiglink/ArdunioNanoEveryMark Kriegsman
2021-03-15Merge pull request #1181 from chroma-tech/fix_rmt_esp32s2Sam Guyer
2021-02-28Add native SPI support for ARM D51 (and others) by providing a Ardunio.Core S...Craig Link
2021-02-28add VPORT commentCraig Link
2021-02-28optimize Ardunio Nano Every pin out to single cycle by using VPORTsCraig Link
2021-02-26adjust PIN numbers for SPI to match GPIOCraig Link
2021-02-25enable hahardware support for Ardunio Nano EveryCraig Link
2021-02-22Add support for Seeed Wio TerminalCraig Link
2021-02-22Add support for Adafruit MatrixPortal M4Talljoe
2021-02-15Add Particle Photon(STM32F2XX) supportSeth Troisi
2021-01-22Fixed ESP32 clockless RMT to work on ESP32S2Shlomo Zippel
2021-01-12Merge pull request #1170 from estshorter/fix_unused_variableSam Guyer
2021-01-09Fix deprecated warnings about #include "esp_intr.h"estshorter
2021-01-09Remove an unused variable 'stuff_to_do'estshorter
2021-01-03Add hardware SPI support for Arduino Nano EveryTom Miller
2020-12-30Merge pull request #1163 from samguyer/masterSam Guyer
2020-12-30Fix for a bug that was limiting parallelism -- incorrectly managed mem blocks...Sam Guyer
2020-12-29Merge pull request #1149 from 80Stepko08/masterMark Kriegsman
2020-12-28Merge pull request #1152 from jandelgado/compile_avr_trig8_code_conditionallyMark Kriegsman
2020-12-28Merge pull request #1127 from drzony/esp32-compile-fixSam Guyer
2020-12-25include optimized sin/cos code for AVR only when on this platformJan Delgado
2020-12-23Update colorutils.cppStepko/
2020-12-22Updated for release 3.4.03.4.0Mark Kriegsman
2020-12-20Rolling back the code that bails out when we miss the deadline to fill the bu...Sam Guyer
2020-12-18Apparently we need to make sure that mCur = mSize to stop transmissionSam Guyer
2020-12-16Fix for issue #1130: don't use pin 0 to configure the RMT deviceSam Guyer
2020-12-15Hand inlining of a few of the RMT system calls in order to guarantee that all...Sam Guyer
2020-12-08Removed the code from the bail-out case that was calling serial print functionsSam Guyer
2020-12-07Back out the inlining of rmt_tx_start -- there is more to it than just settin...Sam Guyer
2020-12-04Oops. Maybe I should compile it before I push it.Sam Guyer
2020-12-04Experimental change: inline rmt library calls that need to be in IRAM during ...Sam Guyer
2020-12-01Write End of Data to pItem as that prevents previously written data from bein...Matthew Reeves
2020-11-30Restored PR https://github.com/FastLED/FastLED/pull/961Sam Guyer
2020-11-30Compilation fix when using I2S on ESP32Drzony
2020-11-25fix missing rbraces5chmidti
2020-11-21fix rebase artifact5chmidti
2020-11-17Add Pin Support For ODYSSEY - X86J4105Geoff Evans
2020-11-15Merge remote-tracking branch 'upstream/master'Sam Guyer
2020-11-13Removed a file that shouldn't be thereSam Guyer
2020-11-02Small compile errorSam Guyer
2020-11-02Merged changes from main FastLED repo (upstream)Sam Guyer
2020-11-02Merge pull request #3 from bbulkow/masterSam Guyer
2020-11-02A few small tweaksSam Guyer
2020-09-14Fix for WiFi interrupt problems (due to Brian Bulkowski): use two RMT memory ...Sam Guyer
2020-08-22Probably better not to print anythingSam Guyer