summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* FastLED 3.1 is now releasedChristian Pointner2015-12-013-13/+11
|
* upgrade of LUFAChristian Pointner2015-11-3017-17/+17
|
* added example which combines USB CDC and MIDIChristian Pointner2015-10-114-0/+827
|
* fixed usb-midi exampleChristian Pointner2015-10-112-8/+8
|
* improved contrib handlingChristian Pointner2015-09-191-1/+2
|
* add rainbowChristian Pointner2015-09-192-1/+4
|
* improved linking stepChristian Pointner2015-09-192-15/+7
|
* improved reset-lufa-cdc helperChristian Pointner2015-09-192-6/+18
|
* added reset lufa cdc version without waitChristian Pointner2015-09-191-0/+6
|
* removed useless timer init in arduino stubChristian Pointner2015-09-193-95/+4
|
* add compatibility support for arduion-stub as teensyChristian Pointner2015-09-181-6/+12
|
* add target for teensy loader in contribChristian Pointner2015-07-164-6/+15
|
* Merge branch 'fastled'Christian Pointner2015-07-139-6/+864
|\
| * some cleanupChristian Pointner2015-07-132-2/+10
| |
| * improved fastled exampleChristian Pointner2015-07-131-5/+18
| |
| * CXXFLAGS vs CFLAGS for lib C++ targetsChristian Pointner2015-07-061-1/+1
| |
| * first working fastled exampleChristian Pointner2015-07-015-6/+409
| |
| * small cleanupsChristian Pointner2015-07-013-3/+0
| |
| * added initial support for FastLED libraryChristian Pointner2015-07-017-4/+434
| |
| * started import of FastLEDChristian Pointner2015-06-301-1/+8
|/
* renamed usb-led2 example to usb-dual-ledChristian Pointner2015-06-302-2/+2
|
* added support for C++ based projectsChristian Pointner2015-06-3021-22/+288
|
* updated copyright infoChristian Pointner2015-06-3037-39/+39
|
* fixed rndis descriptorChristian Pointner2015-06-301-6/+1
|
* updated dualusbio lib and usb-led2 to new lufaChristian Pointner2015-06-302-29/+41
|
* ported usb-dua-serial to new lufaChristian Pointner2015-06-304-368/+388
|
* ported usb-midi to new lufaChristian Pointner2015-06-304-275/+284
|
* ported usb-keyboardmouse to new lufaChristian Pointner2015-06-304-252/+262
|
* ported usb-eth to new lufaChristian Pointner2015-06-304-175/+194
|
* update usb-pwm example to new lufaChristian Pointner2015-06-301-3/+3
|
* updated usb-adc-dustsensor example to new lufaChristian Pointner2015-06-301-3/+3
|
* updated usb-1wire to new lufaChristian Pointner2015-06-301-3/+3
|
* ported serial-led to new lufaChristian Pointner2015-06-301-2/+2
|
* ported anyio lib and any-led to new lufaChristian Pointner2015-06-292-19/+25
|
* ported usb-spi example to new lufaChristian Pointner2015-06-292-37/+43
|
* fixed some header infoChristian Pointner2015-06-292-4/+4
|
* ported usbio lib and usb-ledChristian Pointner2015-06-292-15/+21
|
* ported usb-serial to new lufa versionChristian Pointner2015-06-294-103/+113
|
* started porting to newer lufa versionChristian Pointner2015-06-293-4/+4
|
* improved handling for stdio portLUFA-120219Christian Pointner2015-06-223-8/+19
|
* improved dual usbio - fully working nowChristian Pointner2015-06-224-71/+102
|
* added dualusbio lib and example for it (not fully working yet..)Christian Pointner2015-06-224-0/+298
|
* removed useless header in usbioChristian Pointner2015-06-212-2/+1
|
* dos2unix for all filesChristian Pointner2015-06-2133-3953/+3953
|
* use printf_P(PSTR(__fmt__... where possibleChristian Pointner2015-03-032-11/+13
|
* implemented chip ready timeoutChristian Pointner2015-03-031-34/+41
|
* fixed address check for burst read and writeChristian Pointner2015-03-032-10/+46
| | | | | | status registor WORTIME is not burst-accessable implemented reset RX/TX - fifo commands implemented read/write functions for patable and rx/tx fifo
* const correctness... yeah!Christian Pointner2015-03-031-2/+2
|
* multi-byte register write access now uses burst mode as wellChristian Pointner2015-03-031-30/+61
|
* multi byte register reads use burst transfer nowChristian Pointner2015-03-031-28/+64
|