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-08-15Kick all the pin definitions to allow for some runtime querying of ports and ...defpin_cleanupDaniel Garcia
2019-08-15Bring fastpin_avr in line with standard defpin macros (to simplify porting do...Dan Garcia
2019-02-21Fix ATtiny25 compilation issue (port definitions) (#728)Hugo Woesthuis
2018-10-16added support for atmega328pb SPI mode is not tested. Its tested with bitbang...jldesigns
2018-09-09Add ATmega644P to the pin definitions used by the ATmega1284P - fixes #598Daniel Garcia
2017-11-02Add support for ATmega328 non-picopower hardware pins (#512)John Whittington
2017-08-23Typo fix (#484)Nico
2017-08-16Support ATtinyX41 boards. (#467)phardy
2016-02-23Add a set of pin definitions for the LightBlue BeanDaniel Garcia
2016-01-19Clean up warnings in avr fastpinDaniel Garcia
2016-01-07Add Pinoccio pin mappingsDaniel Garcia
2015-12-14FIx #240 - don't support USART SPI on the ATMega8 for now, since it's registe...Daniel Garcia
2015-12-05Merge pull request #228 from NicoHood/leotxledDaniel Garcia
2015-11-30Merge branch 'FastLED3.1'Daniel Garcia
2015-11-24Added 32u4 analog pin + TX Led pin 30 supportNicoHood
2015-11-19Fixed pin definitions for the ATMega1284pAdam Phelps
2015-10-19some cleanup around the wrong pin static assertDaniel Garcia
2015-10-16Use static asserts to give better error messaging about not enough clock cycl...Daniel Garcia
2015-10-04Added USART SPI for 32u4 Leonardo/MicroNicoHood
2015-09-23Merging 3.1 back to masterDaniel Garcia
2015-09-13Add AT90USB82 and AT90USB162 supportNico
2015-08-23Add pin definitions for digispark and digispark proDaniel Garcia
2015-07-21Add ATtiny87 as well...Daniel Garcia
2015-07-21Hey, look, ATtiny167 has hardware SPI\!Daniel Garcia
2015-07-21Add provisional pin definitions for the ATTiny 167Daniel Garcia
2015-05-14For #163 - treat ATmega168P the same as ATmega168. Here's hoping the P doesn...Daniel Garcia
2015-04-05Add ATmega8 for port defines (issue #114). Not updating other notes because ...Daniel Garcia
2015-03-11fixing merge conflictsDaniel Garcia
2015-02-20Fix hoodloader def. Remove hardware SPI def from 16u2 and friends for now.Daniel Garcia
2015-02-17For #125, add clock/data pin definitions to the U2 and friends when using @ni...Daniel Garcia
2015-02-17Add hoodloader pin definitions.Daniel Garcia
2015-02-10Add namespace markers to avr headersDaniel Garcia
2015-01-30Update USART SPI definitions for Teensy2/Teensy++2Daniel Garcia
2015-01-30Fixed UART SPI on AVR chipsets.Daniel Garcia
2015-01-15Attempt at a fix for #121 - base the cycle for a pin on the port that the pin...Daniel Garcia
2014-11-24Prefix config defines with FASTLED_ to make sure we don't conflict with anyth...Daniel Garcia
2014-11-20Fix A5 support on the leonardoDaniel Garcia
2014-11-18Re-arranging code layout, pulling off platform specific headers into their ow...Daniel Garcia