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
2021-11-17Clockless_rmt_esp32 support for new ESP32 variantsJason Tranchida
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-01-22Fixed ESP32 clockless RMT to work on ESP32S2Shlomo Zippel
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-02Small compile errorSam 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
2020-07-12Removed a function call in the interrupt handler to a function that is not in...Sam Guyer
2020-06-14One more crucial change: tell the ESP-IDF that our interrupt resides in IRAM ...Sam Guyer
2020-06-14Restructure for 1.5.x Arduino libraries: all of the code goes under the src d...Sam Guyer