summaryrefslogtreecommitdiff
path: root/include.mk
Commit message (Expand)AuthorAgeFilesLines
* updated copyright header and some whitespace fixesChristian Pointner2018-11-301-1/+1
* add warning when build radioheadChristian Pointner2018-11-291-0/+9
* radiohead with crypto supportChristian Pointner2018-11-291-0/+3
* rename external lib crypto to rweather-cryptoChristian Pointner2018-11-281-14/+14
* added supported for arduino crypot libChristian Pointner2018-11-281-1/+30
* Merge branch 'master' into radioheadChristian Pointner2018-11-231-1/+4
|\
| * fix cyclic deps for external libsChristian Pointner2018-11-231-1/+1
| * show error if the defined board is not knownChristian Pointner2018-11-221-0/+3
* | added makro USES_RADIOHEAD if the library is usedChristian Pointner2018-11-221-0/+1
* | added basic environment for RadioHead lib - not working yetChristian Pointner2018-11-221-1/+30
|/
* call reset function @ runChristian Pointner2017-11-041-8/+15
* added robot dyn mega2560Christian Pointner2017-11-041-0/+11
* added v-usb lib (not working yet)Christian Pointner2017-07-091-1/+31
* added digispark boardsChristian Pointner2017-07-091-0/+11
* Revert "bmp180 pressure sensor, just lacks arduino i2c-wire-lib and testing"Bernhard Tittelbach2016-06-121-23/+0
* bmp180 pressure sensor, just lacks arduino i2c-wire-lib and testingBernhard Tittelbach2016-05-281-0/+23
* updated copyright headerChristian Pointner2016-05-041-1/+1
* arduino stub digitalWire... etc work nowChristian Pointner2016-05-041-4/+1
* added external lib PJON - not working yet..Christian Pointner2016-05-031-1/+34
* added serialio support for arduinoChristian Pointner2016-02-151-0/+2
* some cleanupChristian Pointner2015-07-131-1/+9
* CXXFLAGS vs CFLAGS for lib C++ targetsChristian Pointner2015-07-061-1/+1
* first working fastled exampleChristian Pointner2015-07-011-0/+1
* added initial support for FastLED libraryChristian Pointner2015-07-011-4/+50
* added support for C++ based projectsChristian Pointner2015-06-301-8/+21
* updated copyright infoChristian Pointner2015-06-301-1/+1
* introduced path variable for avr utilities pathChristian Pointner2015-02-241-4/+7
* updated copyright yearChristian Pointner2014-10-211-1/+1
* added size output to buildChristian Pointner2014-06-051-0/+2
* added deps to MakefileChristian Pointner2014-03-151-5/+5
* added support for addition clean targetsChristian Pointner2013-02-061-1/+1
* updated licence header (2012 vs 2013)Christian Pointner2013-01-301-1/+1
* fixed lib for chips without bootloader function... (more workaround than fix)Christian Pointner2012-05-311-1/+1
* added distclean targetChristian Pointner2012-05-301-2/+3
* improved external libChristian Pointner2012-05-281-2/+2
* added USBtoSerial Example Project to avr utilsChristian Pointner2012-05-281-4/+7
* added posibility to build external lufa lib (not perfect..)Christian Pointner2012-05-281-130/+29
* added generic external libs frameworkChristian Pointner2012-05-251-2/+20
* cleaned up include.mkChristian Pointner2012-05-251-3/+3
* moved lib code to lib dirChristian Pointner2012-05-241-4/+20
* added support vor avr net-io (not tested yet)Christian Pointner2012-05-221-0/+8
* added dummy reset scriptChristian Pointner2012-05-201-0/+1
* fixed avrdude behavior (erase and flash at once - bootloader may be to fast)Christian Pointner2012-05-201-2/+1
* bugfixes at RESET_FUNCChristian Pointner2012-05-201-1/+1
* added arduino reset funcChristian Pointner2012-05-201-5/+13
* added support for arduino2009v2, arduino10000, arduinoUnoChristian Pointner2012-05-201-29/+53
* added support for arduinoNGChristian Pointner2012-05-201-1/+9
* gracefully ignore nonexisting or nonexecutable reset_funcChristian Pointner2012-05-201-1/+7
* added reset func capabilityChristian Pointner2012-05-201-14/+4
* moved program to flash and set program to (erase, flash, run)Christian Pointner2012-05-191-5/+7