Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed useless timer init in arduino stub | Christian Pointner | 2015-09-19 | 1 | -93/+1 |
| | |||||
* | add compatibility support for arduion-stub as teensy | Christian Pointner | 2015-09-18 | 1 | -6/+12 |
| | |||||
* | first working fastled example | Christian Pointner | 2015-07-01 | 2 | -3/+356 |
| | |||||
* | small cleanups | Christian Pointner | 2015-07-01 | 2 | -2/+0 |
| | |||||
* | added initial support for FastLED library | Christian Pointner | 2015-07-01 | 2 | -0/+222 |
| | |||||
* | added support for C++ based projects | Christian Pointner | 2015-06-30 | 17 | -1/+136 |
| | |||||
* | updated copyright info | Christian Pointner | 2015-06-30 | 7 | -9/+9 |
| | |||||
* | fixed rndis descriptor | Christian Pointner | 2015-06-30 | 1 | -6/+1 |
| | |||||
* | updated dualusbio lib and usb-led2 to new lufa | Christian Pointner | 2015-06-30 | 1 | -26/+38 |
| | |||||
* | ported usb-dua-serial to new lufa | Christian Pointner | 2015-06-30 | 2 | -321/+318 |
| | |||||
* | ported usb-midi to new lufa | Christian Pointner | 2015-06-30 | 2 | -254/+260 |
| | |||||
* | ported usb-keyboardmouse to new lufa | Christian Pointner | 2015-06-30 | 2 | -222/+230 |
| | |||||
* | ported usb-eth to new lufa | Christian Pointner | 2015-06-30 | 2 | -154/+165 |
| | |||||
* | ported anyio lib and any-led to new lufa | Christian Pointner | 2015-06-29 | 1 | -16/+22 |
| | |||||
* | fixed some header info | Christian Pointner | 2015-06-29 | 1 | -3/+3 |
| | |||||
* | ported usbio lib and usb-led | Christian Pointner | 2015-06-29 | 1 | -13/+19 |
| | |||||
* | ported usb-serial to new lufa version | Christian Pointner | 2015-06-29 | 2 | -61/+55 |
| | |||||
* | improved handling for stdio portLUFA-120219 | Christian Pointner | 2015-06-22 | 2 | -0/+6 |
| | |||||
* | improved dual usbio - fully working now | Christian Pointner | 2015-06-22 | 2 | -60/+89 |
| | |||||
* | added dualusbio lib and example for it (not fully working yet..) | Christian Pointner | 2015-06-22 | 2 | -0/+166 |
| | |||||
* | removed useless header in usbio | Christian Pointner | 2015-06-21 | 1 | -1/+0 |
| | |||||
* | dos2unix for all files | Christian Pointner | 2015-06-21 | 10 | -2046/+2046 |
| | |||||
* | use printf_P(PSTR(__fmt__... where possible | Christian Pointner | 2015-03-03 | 2 | -11/+13 |
| | |||||
* | implemented chip ready timeout | Christian Pointner | 2015-03-03 | 1 | -34/+41 |
| | |||||
* | fixed address check for burst read and write | Christian Pointner | 2015-03-03 | 2 | -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 Pointner | 2015-03-03 | 1 | -2/+2 |
| | |||||
* | multi-byte register write access now uses burst mode as well | Christian Pointner | 2015-03-03 | 1 | -30/+61 |
| | |||||
* | multi byte register reads use burst transfer now | Christian Pointner | 2015-03-03 | 1 | -28/+64 |
| | |||||
* | split up modemcfg into 2 smaller pieces | Christian Pointner | 2015-03-03 | 2 | -11/+26 |
| | | | | added missing nomalized register read vor VCO_VC_DAC | ||||
* | using burst read for config register dump, fixed address check error | Christian Pointner | 2015-03-02 | 2 | -4/+7 |
| | |||||
* | added minimal version of cc1101 lib from mur.sat | Christian Pointner | 2015-02-24 | 3 | -0/+1229 |
| | |||||
* | added rda1846 lib from mur.sat project | Christian Pointner | 2015-02-13 | 3 | -0/+790 |
| | |||||
* | updated copyright year | Christian Pointner | 2014-10-21 | 10 | -10/+10 |
| | |||||
* | added serialio library | Christian Pointner | 2014-06-03 | 2 | -0/+76 |
| | |||||
* | added support for rhmixxx led | Christian Pointner | 2014-05-03 | 1 | -2/+10 |
| | |||||
* | moved to at90usb1286 for rhmixxx | Christian Pointner | 2014-05-03 | 1 | -1/+1 |
| | |||||
* | added inital support for rhmixxx | Christian Pointner | 2014-03-19 | 1 | -1/+8 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@255 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | fixed usb string length | Christian Pointner | 2014-03-15 | 5 | -12/+20 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@254 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | added midi example device | Christian Pointner | 2014-03-12 | 2 | -0/+424 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@251 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | fixed anyio for small avrs | Christian Pointner | 2013-10-06 | 1 | -0/+2 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@233 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | finally fixed usbio for smaller usb-avrs | Christian Pointner | 2013-10-06 | 1 | -3/+1 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@232 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | make it work with minimus and co | Bernhard Tittelbach | 2013-10-05 | 3 | -0/+8 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@231 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | fixed enumartion after bootloader | Christian Pointner | 2013-08-17 | 2 | -6/+16 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@222 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | added jtag_disable to make PORTF usable | Christian Pointner | 2013-08-17 | 2 | -0/+12 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@221 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | fixed Board definition for teenstep | Christian Pointner | 2013-08-16 | 1 | -3/+3 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@217 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | added support for teenstep | Christian Pointner | 2013-08-04 | 2 | -8/+10 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@215 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | ds1820 onewire lib | Bernhard Tittelbach | 2013-08-04 | 3 | -23/+228 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@214 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | whitespace cleanups | Christian Pointner | 2013-08-03 | 2 | -93/+93 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@213 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | ds18x20 onewire temp sensor example | Bernhard Tittelbach | 2013-08-03 | 2 | -0/+800 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@210 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | added slowpandongle v0.2 support | Christian Pointner | 2013-06-23 | 2 | -7/+9 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@207 aa12f405-d877-488e-9caf-2d797e2a1cc7 |