d43405f6b575ff2dd93f341a3d69f526ac020235
Stefan Schuermans CCCamp2015: alternative fir...

Stefan Schuermans authored 9 years ago

1) configure your programmer in CMakeLists.txt
2) 
Stefan Schuermans some fixes for alternative...

Stefan Schuermans authored 9 years ago

3) set(AVR_PROGRAMMER usbtiny)
4) #set(AVR_PROGRAMMER avr910)
5) #set(AVR_UPLOADTOOL_PORT /dev/ttyUSB0)
6) #set(AVR_UPLOADTOOL_OPTIONS -b 115200)
7) 
Stefan Schuermans CCCamp2015: alternative fir...

Stefan Schuermans authored 9 years ago

8) build on Linux
9) ==============
10) 
11) rm -rf build
12) mkdir build
13) cd build
Stefan Schuermans some fixes for alternative...

Stefan Schuermans authored 9 years ago

14) cmake ..