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-06-10Rev 3.2.9 to fix the timing issue introduced by the nrf52 changes3.2.9Daniel Garcia
2019-06-10Fix #813 -- further fix for the C_NS macro added by the nrf52 changesDaniel Garcia
2019-06-07Reving 3.2.8 to fix a build issue that come in with the 3.2.7 PR's3.2.8Daniel Garcia
2019-06-07Fix #811 and #812 - took a bad PR that broke the build for other platformsDaniel Garcia
2019-06-07Rev'ing a 3.2.7 release3.2.7Daniel Garcia
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-03-14Switching from g+ to reddit.Daniel Garcia
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-31Bumping version3.2.6Daniel Garcia
2019-01-31Fix missing line.Daniel Garcia
2019-01-27Bumping version to 3.2.53.2.5Daniel Garcia
2019-01-27Enable SAMD51 (ARM Cortex M4) SupportLee Byron
2019-01-22Bumping version to 3.2.43.2.4Daniel Garcia
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-21Fix duplicated "build" fieldIvan Kravets
2019-01-21Fix broken library.json manifestIvan Kravets
2019-01-21bumping version number for typo3.2.3Daniel Garcia
2019-01-21fix typoDaniel Garcia
2019-01-20Bump version number to 3.2.23.2.2Daniel Garcia
2019-01-20Update notes/keywordsDaniel Garcia
2019-01-20Fix #345 - Add SM16703 timingsDaniel Garcia
2019-01-20Fix #550 - add pin definitions for the onboard APA102 on the trinket m0Daniel Garcia
2019-01-20Fix #573 - add GE8822 timingsDaniel Garcia
2019-01-20Fix #666 - add submod8 - not entirely sure this will do what's expected, but ...Daniel Garcia
2019-01-20Make sure that everything called from the interrupt handler for ESP32 is mark...Daniel Garcia
2019-01-20Fix #684 - add an alias for GS1903 to the WS2812B timingsDaniel Garcia
2019-01-20Fix #696 - memory align palettes on ESP32Daniel Garcia
2019-01-20Add some extra kicks for the build systemDaniel Garcia
2019-01-20Better fix to ensure no adjacent register write opcodes to optimize out on esp32Daniel Garcia
2019-01-20Add component.mk for use with esp-idfWill Ridgers
2019-01-20Update global brightness math to fix overflowsOleg Anashkin
2019-01-20Merge pull request #658 from leebyron/patch-1Daniel Garcia
2019-01-20Merge pull request #667 from jldesignseu/atmega328pbDaniel Garcia
2019-01-20Merge pull request #678 from eClay/d21_iobusDaniel Garcia
2019-01-20Merge pull request #695 from domoritz/patch-1Daniel Garcia
2019-01-20Merge pull request #705 from K1ngjulien/masterDaniel Garcia
2019-01-20Clearing out stale ESP32 code from the demosDaniel Garcia
2019-01-20Fix #721 - add a link to ardubadgeDaniel Garcia
2018-12-25Add support LPD6803heX
2018-12-22Fixed Divide by 0 in CRGB::maximizeBrightnessJulian Kandlhofer