Disable Flash reset on ISP upload
This commit is contained in:
parent
c10494dd8f
commit
9955e70611
2 changed files with 164 additions and 162 deletions
|
@ -66,6 +66,7 @@ upload_flags =
|
||||||
-p$BOARD_MCU
|
-p$BOARD_MCU
|
||||||
-PUSB
|
-PUSB
|
||||||
-cusbasp
|
-cusbasp
|
||||||
|
-D
|
||||||
; Avrdude upload command
|
; Avrdude upload command
|
||||||
upload_command = avrdude $UPLOAD_FLAGS -U flash:w:$SOURCE:i
|
upload_command = avrdude $UPLOAD_FLAGS -U flash:w:$SOURCE:i
|
||||||
|
|
||||||
|
|
|
@ -56,6 +56,7 @@ upload_flags =
|
||||||
-p$BOARD_MCU
|
-p$BOARD_MCU
|
||||||
-PUSB
|
-PUSB
|
||||||
-cusbasp
|
-cusbasp
|
||||||
|
-D
|
||||||
; Avrdude upload command
|
; Avrdude upload command
|
||||||
upload_command = avrdude $UPLOAD_FLAGS -U flash:w:$SOURCE:i
|
upload_command = avrdude $UPLOAD_FLAGS -U flash:w:$SOURCE:i
|
||||||
|
|
||||||
|
|
Reference in a new issue