You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.1 KiB
Plaintext

Title: Arduino Uno
Command: C:\AVRdude\avrdude.exe
Arguments: -patmega328p -carduino -P\\.\COM6 -b115200 -D -Uflash:w:"$(ProjectDir)Debug\$(TargetName).hex":i
Title: Arduino Mega
Command: C:\AVRdude\avrdude.exe
Arguments: -patmega2560 -cwiring -P\\.\COM7 -b115200 -D -Uflash:w:"$(ProjectDir)Debug\$(TargetName).hex":i
Title: Arduino Nano
Command: C:\AVRdude\avrdude.exe
Arguments: -patmega328p -cwiring -P\\.\COM15 -b115200 -D -Uflash:w:"$(ProjectDir)Debug\$(TargetName).hex":i
Title: Arduino Leonardo/Micro/Esplora
Command: C:\AVRdude\arduino_32u4.bat
Arguments: 8 $(ItemDir)Debug\$(TargetName).hex
und mit manuellem Reset:
Command: C:\AVRdude\avrdude.exe
Arguments: -patmega32u4 -cavr109 -P\\.\COM6 -b57600 -D -Uflash:w:"$(ProjectDir)Debug\$(TargetName).hex":i
Title: Digispark
Command: C:\AVRdude\micro_batch.bat
Arguments: $(ProjectDir)Debug\$(TargetName).hex
Title: USBasp
Command: C:\AVRdude\avrdude.exe
Arguments: -patmega328p -cusbasp -Uflash:w:"$(ProjectDir)Debug\$(TargetName).hex":i
^
|
Hier aufpassen das man den richtigen MCU gewählt hat!
Title: DigiX
Command: C:\AVRdude\bossac.exe