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 (Collapse)Author
2021-03-19Update led_sysdefs_avr.hbrickstuff
Added definition to support ATTiny88.
2021-03-18fix merge conflictCraig Link
2021-03-15Merge pull request #1191 from sethtroisi/mainMark Kriegsman
Add Particle Photon(STM32F2XX) support
2021-03-15Merge pull request #1197 from craiglink/ArdunioNanoEveryMark Kriegsman
Ardunio Nona Every optimizations
2021-03-15Merge pull request #1202 from barafael/patch-1Mark Kriegsman
Fix minor typos in readme
2021-03-15Merge pull request #1181 from chroma-tech/fix_rmt_esp32s2Sam Guyer
Fixed ESP32 clockless RMT to work on ESP32S2
2021-03-15Merge pull request #1193 from Hevi-dev/matrixportal-m4Mark Kriegsman
Add support for Adafruit MatrixPortal M4
2021-03-09Fix minor typos in readmeRafael Bachmann
2021-02-28Merge branch 'SeeedWioTerminal' of github.com:craiglink/FastLED into ↵Craig Link
SeeedWioTerminal
2021-02-28Add native SPI support for ARM D51 (and others) by providing a Ardunio.Core ↵Craig Link
SPI wrapper Add support for Seeed Wio Terminal Verified with Neopixel and Dotstar stripping using either SPI or GPIO pins
2021-02-28Add native SPI support for ARM D51 (and others) by providing a Ardunio.Core ↵Craig Link
SPI wrapper Add support for Seeed Wio Terminal
2021-02-28add VPORT commentCraig Link
2021-02-28optimize Ardunio Nano Every pin out to single cycle by using VPORTsCraig Link
from the ATMEga4809 Datasheet - http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega4808-4809-Data-Sheet-DS40002173A.pdf 16.3.2.3 Virtual Ports The Virtual PORT registers map the most frequently used regular PORT registers into the bit-accessible I/O space. Writing to the Virtual PORT registers has the same effect as writing to the regular registers, but allows for memoryspecific instructions, such as bit-manipulation instructions, which are not valid for the extended I/O memory space where the regular PORT registers reside
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
Pinout and other changes upstreamed from https://github.com/focalintent/FastLED-Sparkcore/blob/master/firmware/fastpin_arm_stm32.h
2021-01-22Fixed ESP32 clockless RMT to work on ESP32S2Shlomo Zippel
2021-01-22Update README.mdWilliam George
Update 7-year-old TODO ;)
2021-01-12Merge pull request #1170 from estshorter/fix_unused_variableSam Guyer
Remove an unused variable 'stuff_to_do'
2021-01-12Merge pull request #1172 from estshorter/fix_compilation_warning_esp_idf_v4.2Sam Guyer
Fix deprecated warnings about #include "esp_intr.h"
2021-01-09Fix deprecated warnings about #include "esp_intr.h"estshorter
2021-01-09Remove an unused variable 'stuff_to_do'estshorter
2021-01-04Merge pull request #1166 from tom-miller1/masterMark Kriegsman
Add hardware SPI support for Arduino Nano Every
2021-01-03Add hardware SPI support for Arduino Nano EveryTom Miller
2020-12-30Merge pull request #1163 from samguyer/masterSam Guyer
Fix for a bug that was limiting parallelism
2020-12-30Fix for a bug that was limiting parallelism -- incorrectly managed mem ↵Sam Guyer
blocks and max channel values
2020-12-30Merge pull request #1155 from jandelgado/compile_code_in_ciMark Kriegsman
Build examples in CI using Github Actions
2020-12-30build examples in CI using github actionsJan Delgado
The examples are built for various different boards/platforms. Where necessary, examples were changed to enable compilation also for ESP8266 and ESP32 platforms.
2020-12-29Merge pull request #1149 from 80Stepko08/masterMark Kriegsman
Blur2d update to allow for arbitrary pixel layouts; this version now calls XY(i,j) for each pixel, rather than assuming any sort of linear/sequential layout.
2020-12-28Merge pull request #1152 from jandelgado/compile_avr_trig8_code_conditionallyMark Kriegsman
include optimized sin/cos code for AVR only when on this platform
2020-12-28Merge pull request #1127 from drzony/esp32-compile-fixSam Guyer
Compilation fix when using I2S on ESP32
2020-12-25include optimized sin/cos code for AVR only when on this platformJan Delgado
2020-12-23Update colorutils.cppStepko/
2020-12-23/r/FastLED > 5000 members!Mark Kriegsman
2020-12-22Updated for release 3.4.03.4.0Mark Kriegsman
2020-12-20Merge pull request #1144 from samguyer/masterSam Guyer
Rolling back the bailout code
2020-12-20Rolling back the code that bails out when we miss the deadline to fill the ↵Sam Guyer
buffer
2020-12-18Merge pull request #1143 from samguyer/masterSam Guyer
Apparently we need to make sure that mCur = mSize to stop transmission
2020-12-18Apparently we need to make sure that mCur = mSize to stop transmissionSam Guyer
2020-12-16Merge pull request #1141 from samguyer/masterSam Guyer
Fix for issue #1130: don't use pin 0 to configure the RMT device
2020-12-16Fix for issue #1130: don't use pin 0 to configure the RMT deviceSam Guyer
2020-12-15Merge pull request #1140 from samguyer/masterSam Guyer
Inline RMT functions needed to get code in IRAM
2020-12-15Hand inlining of a few of the RMT system calls in order to guarantee that ↵Sam Guyer
all the code is in IRAM
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 ↵Sam Guyer
setting this bit in the registers
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
flash operations
2020-12-01Merge pull request #1129 from hazcat/bugfixSam Guyer
Write End of Data to pItem as that prevents previously written data f…