update code base to Marlin 2.0.9.2
This commit is contained in:
10
buildroot/share/vscode/avrdude_macOS.conf
Executable file → Normal file
10
buildroot/share/vscode/avrdude_macOS.conf
Executable file → Normal file
@@ -145,13 +145,13 @@
|
||||
# VCC pins are not defined for the programmer, a message
|
||||
# indicating that the device needs a power-cycle is printed out.
|
||||
# This flag was added to work around a problem with the
|
||||
# at90s4433/2333's; see the at90s4433 errata at:
|
||||
# at90s4433/2333's; see the at90s4433 errata page 2 at:
|
||||
#
|
||||
# http://www.atmel.com/atmel/acrobat/doc1280.pdf
|
||||
# https://ww1.microchip.com/downloads/en/AppNotes/doc2574.pdf
|
||||
#
|
||||
# INSTRUCTION FORMATS
|
||||
#
|
||||
# Instruction formats are specified as a comma seperated list of
|
||||
# Instruction formats are specified as a comma separated list of
|
||||
# string values containing information (bit specifiers) about each
|
||||
# of the 32 bits of the instruction. Bit specifiers may be one of
|
||||
# the following formats:
|
||||
@@ -416,13 +416,13 @@ programmer
|
||||
|
||||
programmer
|
||||
id = "usbasp";
|
||||
desc = "USBasp, http://www.fischl.de/usbasp/";
|
||||
desc = "USBasp, https://www.fischl.de/usbasp/";
|
||||
type = usbasp;
|
||||
;
|
||||
|
||||
programmer
|
||||
id = "usbtiny";
|
||||
desc = "USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/";
|
||||
desc = "USBtiny simple USB programmer, https://learn.adafruit.com/usbtinyisp";
|
||||
type = usbtiny;
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user