generated from TDD-Templates/cmake_cpputest_template_avr
changed programmer type to usbasp-clone
This commit is contained in:
parent
e50463ab2b
commit
6296c9dfe6
|
@ -23,9 +23,9 @@ add_compile_definitions(F_CPU=${F_CPU})
|
||||||
add_compile_definitions(__AVR_ATtiny13a__)
|
add_compile_definitions(__AVR_ATtiny13a__)
|
||||||
|
|
||||||
# Set up the programmer for it
|
# Set up the programmer for it
|
||||||
#set(PROGRAMMER usbasp-clone)
|
set(PROGRAMMER usbasp-clone)
|
||||||
#set(PROGRAMMER arduino)
|
#set(PROGRAMMER arduino)
|
||||||
set(PROGRAMMER serialupdi)
|
#set(PROGRAMMER serialupdi)
|
||||||
|
|
||||||
# Set the Port for the programmer
|
# Set the Port for the programmer
|
||||||
set(PORT /dev/ttyUSB0)
|
set(PORT /dev/ttyUSB0)
|
||||||
|
|
Loading…
Reference in New Issue