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
2019-06-07Enable support for nRF52 chipset. (#802)Henry Gabryjelski
LED strings for clockless are temporarily limited to 144 LEDs, adjustable via led_sysdefs.h #define.
2019-06-07Added in manitou48 's fixes to FastLed for ItsyBitsy M4 (SADM51 boards) (#803)devoh747
* Files fixed by manitou48 m4 feather express update I have not been able to find user manitou48 so I forked his changes and am trying to make a pull request to get it into FastLED. * delete led_sysdefs.h move led_sysdef.h to root of FastLED where it belongs. * Delete platforms.h Move platform.h to root of FastLED where it belongs. * move files to root of FastLED The led_sysdefs.h and platforms.h files belong in the root of the FastLED directory, not in platforms/arm/d51
2018-11-21Add basic support for SAMD51, used in M4 line from Adafruit (#662)Vince
* Add basic support for SAMD51, used in M4 line from Adafruit. Support is only based on Adafruit ItsyBitsy M4 Express, since it’s the only M4 board I have. * Pin verification from ItsyBitsy's variant.h + mixup between I2C and SPI
2018-09-01stm32duino port (Maple, Blue Pill etc.) (#568)Kirill Kolyshkin
This mostly builds on previous work for SparkCore STM32103 (Cortex M3), and patches from Evey Quirk. Unfortunately, stm32duino distribution does not include a header with definitions for CoreDebug registers and flags etc. (used in ) so they were added to a newly created cm3_regs.h from https://github.com/ARM-software/CMSIS/blob/master/CMSIS/Include/core_cm3.h [v2: changed PIN numbers to be int] Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2018-04-19Use consistent include syntax (#571)per1234
- Angle brackets for external includes - Space after #include directive
2017-11-02Add WS2812Serial driver (#517)Paul Stoffregen
* Update Pintest example * Use arm/k66 platform for Teensy 3.5 * Add WS2812Serial driver
2017-08-16Support for ESP32 (#474)Sam Guyer
Credit to Rina Shkrabova for the first cut.
2017-01-16Add K66 (Teensy 3.6)Kris Couck
2017-01-14Add support for __SAMD21E18A__, Adafruit Gemma M0 (which uses that chip), ↵ladyada
and a tiny typo
2016-10-14Add support for SODAQ Autonomo (SAMD21J18A)Kees Bakker
The SODAQ Autonomo compatible with Arduino Zero, but with different pin assignments, and slightly different SAMD.
2016-02-25Added Simblee to led_sysdefs.h (same as NRF51 and RFduino).Jason Coon
2016-01-26Add pin definitions and platform bits for the wino - Fix #250Daniel Garcia
2016-01-24ESP8266 first light - FastPin, bitbang'd spi outputDaniel Garcia
2015-12-26Arduion 1.6.6 and later, when you Include a library from the Sketch menu, ↵Daniel Garcia
will include _every_ header file - instead of just the library's main header file. Guard against that particular [REDACTED].
2015-08-09Merge branch 'FastLED3.1' into d21Daniel Garcia
2015-07-02Merge branch 'FastLED3.1' of https://github.com/FastLED/FastLED into FastLED3.1Mark Kriegsman
2015-07-02Explicitly erroring out on Xtensa microcontrollers -- and inserting ↵Mark Kriegsman
placeholders for later.
2015-06-30Merge branch 'FastLED3.1' into d21Daniel Garcia
2015-06-29complete renaming of k26 to kl26Daniel Garcia
2015-03-23fix up some comment typosDaniel Garcia
2015-03-15Adding d21 support for the Arduino Zero. Adding fastpin support for the d21.Daniel Garcia
2015-03-11merging FastLED3.1 into the rfduino branchDaniel Garcia
2015-02-09SparkCore needs FastLED to be in a namespace.Daniel Garcia
2015-02-04Initial directory layout for the teensy-lc's k26. Preliminary FastPin ↵Daniel Garcia
implementation.
2015-01-11Initial checkin of nrf51822/rfduino support. Builds for RFDuino ↵Daniel Garcia
environment, but unable to test because my setup won't upload to an rfduino yet.
2014-11-24Add configuration option for allowing/disallowing interrupts. Disable by ↵Daniel Garcia
default for AVR, block out AVR implementation of wiring functions.
2014-11-18Re-arranging code layout, pulling off platform specific headers into their ↵Daniel Garcia
own directories.
2014-11-13Tightening up timing on avr a bit moreDaniel Garcia
2014-11-12Adjust thresholds for a tighter timed worldDaniel Garcia
2014-11-08tweaking interrupt codeDaniel Garcia
2014-11-08Possible fix for issues #67 (arduino 1.5.7 support) and #90 (gcc 4.8 issues?)Daniel Garcia
2014-11-08Merge branch 'master' into FastLED3.1Daniel Garcia
2014-11-08Block compiling with gcc 4.8 and higher on AVR for the time being, until we ↵Daniel Garcia
can fix the asm issues with that version of the compiler.
2014-11-04Make the due interrupt friendly and get it off the SysTick timer.Daniel Garcia
2014-10-30Centralize setting the interrupt threshold adjustmentDaniel Garcia
2014-10-30Make the interrupt gap-handling dynamic based on the define WAIT_TIME for ↵Daniel Garcia
the given chipset
2014-10-29Update preview changes. Add max refresh rate setting w/default to 400Hz.Daniel Garcia
2014-10-28Make 3-wire led chip support on the teensy 3/3.1 interrupt friendly.Daniel Garcia
2014-10-21Forcibly break compilation under arduino 1.5.7 and later until I can fix GCC ↵Daniel Garcia
compilation.
2014-06-15Add define for clock doubled clock ratesDaniel Garcia
2014-03-25Stop trying to include avr/io.h when we don't recognize the platformDaniel Garcia
2014-02-19Dithering, rgb balance, video scaling code put into k20 codeDaniel Garcia
2014-01-21Preliminary teensy 3.1 support (aka, it compiles)Daniel Garcia
2014-01-21Fixing buildDaniel Garcia
2013-06-25Preliminary clockless chip support for the due - works great w/ws2811 - ↵danielgarcia@gmail.com
still some glitching w/tm1809 - unclear if this is a timing issue or if the 3.3v logic is a problem.
2013-06-19Preliminary support for due - only tested with clockless chips at the ↵danielgarcia@gmail.com
moment. If the SPI chipsets work, they will be using bit bang'd output.