Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated copyright header | Christian Pointner | 2016-05-04 | 1 | -1/+1 |
| | |||||
* | arduino stub digitalWire... etc work now | Christian Pointner | 2016-05-04 | 1 | -4/+1 |
| | |||||
* | added external lib PJON - not working yet.. | Christian Pointner | 2016-05-03 | 1 | -1/+34 |
| | |||||
* | added serialio support for arduino | Christian Pointner | 2016-02-15 | 1 | -0/+2 |
| | |||||
* | some cleanup | Christian Pointner | 2015-07-13 | 1 | -1/+9 |
| | |||||
* | CXXFLAGS vs CFLAGS for lib C++ targets | Christian Pointner | 2015-07-06 | 1 | -1/+1 |
| | |||||
* | first working fastled example | Christian Pointner | 2015-07-01 | 1 | -0/+1 |
| | |||||
* | added initial support for FastLED library | Christian Pointner | 2015-07-01 | 1 | -4/+50 |
| | |||||
* | added support for C++ based projects | Christian Pointner | 2015-06-30 | 1 | -8/+21 |
| | |||||
* | updated copyright info | Christian Pointner | 2015-06-30 | 1 | -1/+1 |
| | |||||
* | introduced path variable for avr utilities path | Christian Pointner | 2015-02-24 | 1 | -4/+7 |
| | |||||
* | updated copyright year | Christian Pointner | 2014-10-21 | 1 | -1/+1 |
| | |||||
* | added size output to build | Christian Pointner | 2014-06-05 | 1 | -0/+2 |
| | |||||
* | added deps to Makefile | Christian Pointner | 2014-03-15 | 1 | -5/+5 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@253 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | added support for addition clean targets | Christian Pointner | 2013-02-06 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@139 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | updated licence header (2012 vs 2013) | Christian Pointner | 2013-01-30 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@96 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | fixed lib for chips without bootloader function... (more workaround than fix) | Christian Pointner | 2012-05-31 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@54 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | added distclean target | Christian Pointner | 2012-05-30 | 1 | -2/+3 |
| | | | | | | | added simple led usb example git-svn-id: https://svn.spreadspace.org/avr/trunk@47 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | improved external lib | Christian Pointner | 2012-05-28 | 1 | -2/+2 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@39 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | added USBtoSerial Example Project to avr utils | Christian Pointner | 2012-05-28 | 1 | -4/+7 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@38 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | added posibility to build external lufa lib (not perfect..) | Christian Pointner | 2012-05-28 | 1 | -130/+29 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@37 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | added generic external libs framework | Christian Pointner | 2012-05-25 | 1 | -2/+20 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@35 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | cleaned up include.mk | Christian Pointner | 2012-05-25 | 1 | -3/+3 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@34 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | moved lib code to lib dir | Christian Pointner | 2012-05-24 | 1 | -4/+20 |
| | | | | | | | updated Makefile to work it's funky magic git-svn-id: https://svn.spreadspace.org/avr/trunk@29 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | added support vor avr net-io (not tested yet) | Christian Pointner | 2012-05-22 | 1 | -0/+8 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@28 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | added dummy reset script | Christian Pointner | 2012-05-20 | 1 | -0/+1 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@25 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | fixed avrdude behavior (erase and flash at once - bootloader may be to fast) | Christian Pointner | 2012-05-20 | 1 | -2/+1 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@24 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | bugfixes at RESET_FUNC | Christian Pointner | 2012-05-20 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@23 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | added arduino reset func | Christian Pointner | 2012-05-20 | 1 | -5/+13 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@22 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | added support for arduino2009v2, arduino10000, arduinoUno | Christian Pointner | 2012-05-20 | 1 | -29/+53 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@20 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | added support for arduinoNG | Christian Pointner | 2012-05-20 | 1 | -1/+9 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@19 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | gracefully ignore nonexisting or nonexecutable reset_func | Christian Pointner | 2012-05-20 | 1 | -1/+7 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@18 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | added reset func capability | Christian Pointner | 2012-05-20 | 1 | -14/+4 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@17 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | moved program to flash and set program to (erase, flash, run) | Christian Pointner | 2012-05-19 | 1 | -5/+7 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@16 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | added support for arduino2009 | Christian Pointner | 2012-05-19 | 1 | -5/+29 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@14 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | more generic led example code | Christian Pointner | 2012-05-19 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@13 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | more generic programmer | Christian Pointner | 2012-05-19 | 1 | -6/+49 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@12 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | also add board type to output | Christian Pointner | 2012-05-19 | 1 | -0/+1 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@10 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | rename project to avr utils | Christian Pointner | 2012-05-19 | 1 | -6/+6 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@8 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | fixed led lib | Christian Pointner | 2012-05-15 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@7 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | clean up at makefile | Christian Pointner | 2012-05-13 | 1 | -17/+5 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@6 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | first working version for blink | Christian Pointner | 2012-05-06 | 1 | -13/+40 |
| | | | | git-svn-id: https://svn.spreadspace.org/avr/trunk@3 aa12f405-d877-488e-9caf-2d797e2a1cc7 | ||||
* | added first (not working) version of include.mk | Christian Pointner | 2011-08-23 | 1 | -0/+94 |
git-svn-id: https://svn.spreadspace.org/avr/trunk@2 aa12f405-d877-488e-9caf-2d797e2a1cc7 |