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
2022-02-23Prevent -Wunused-but-set-variable in clockless_rmt_esp32.hSeth Troisi
2022-01-02Merge pull request #1333 from maddogjt/esp32_core_compatSam Guyer
2021-12-22avoid 200ms flicker every ~17.9 seconds with RMT driverWIJU
2021-12-16Improve compatibility with older ESP32 Arduino core versionsJason Tranchida
2021-12-09esp32: Fix unitialized flags field in init of the RMT driverAndre Lorbach
2021-11-28Fix unintended changeJason Tranchida
2021-11-17Clockless_rmt_esp32 support for new ESP32 variantsJason Tranchida
2021-11-17Fix lib8tion compile failure on RISCV ESP32 chipsJason Tranchida
2021-11-17Add pin support for new ESP32 variantsJason Tranchida
2021-11-02Fix for ESP8266 interrupt handling mistakes, which were showing up once switc...Mark Kriegsman
2021-07-18Merge pull request #1256 from sascha432/FastLED_masterMark Kriegsman
2021-07-18Merge branch 'master' of https://github.com/ntwallace/FastLED into ntwallace-...Sam Guyer
2021-07-18Merge pull request #1222 from markuslang79/masterSam Guyer
2021-07-11increased WAIT_TIMEsascha
2021-07-11delayMicroseconds(WAIT_TIME) after aborting a framesascha
2021-07-08fix for glichting LEDs cause by NMIsascha
2021-04-29Make sure we don't reallocate the buffer unnecessarilySam Guyer
2021-04-29Merge branch 'master' of https://github.com/FastLED/FastLEDSam Guyer
2021-04-29Fix for issue where program calls setLEDs to change the number of LEDsSam Guyer
2021-04-12disable pragma message if the already used FASTLED_INTERNAL define is setMarkus Lang
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
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-28Merge pull request #1127 from drzony/esp32-compile-fixSam Guyer
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-30Compilation fix when using I2S on ESP32Drzony
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
2020-08-22Better version (maybe) of the bailout code. This version does print a message...Sam Guyer
2020-08-22Added logic to time the interval between buffer fills, and bail out if the in...Sam Guyer
2020-08-15More performance tweaks to the ESP32 driver. Getting the synchronization righ...Sam Guyer
2020-07-22Major change to the strategy: in this version the interrupt handler just reco...Sam Guyer
2020-07-19Fix allocate by zeroBrian Bulkowski