🔨 Upload to Optiboot at 115200 (#23403)
This commit is contained in:
committed by
Scott Lahteine
parent
5ec384f40c
commit
24f9c3a777
@@ -9,6 +9,24 @@
|
||||
# #
|
||||
#################################
|
||||
|
||||
#
|
||||
# AT90USB1286 boards using CDC bootloader
|
||||
# e.g., BRAINWAVE, BRAINWAVE_PRO, SAV_MKI, TEENSYLU
|
||||
#
|
||||
[env:at90usb1286_cdc]
|
||||
platform = teensy
|
||||
extends = common_avr8
|
||||
board = marlin_at90usb1286
|
||||
lib_ignore = ${env:common_avr8.lib_ignore}, Teensy_ADC, NativeEthernet
|
||||
|
||||
#
|
||||
# AT90USB1286 boards using DFU bootloader
|
||||
# e.g., Printrboard, Printrboard Rev.F, 5DPRINT
|
||||
#
|
||||
[env:at90usb1286_dfu]
|
||||
platform = teensy
|
||||
extends = env:at90usb1286_cdc
|
||||
|
||||
#
|
||||
# Teensy++ 2.0
|
||||
#
|
||||
|
Reference in New Issue
Block a user