AT90USB1286 PIO cleanup and optimization (#11230)
-normalize `env` and `board` to lowercase naming convention. -make board `name` follow descriptive convention. -implement `-fsingle-precision-constant` compile optimization per https://github.com/MarlinFirmware/Marlin/pull/11178#issuecomment-401673901 -fix typo in 5DPRINT entry.
This commit is contained in:
committed by
Scott Lahteine
parent
094e6d81a5
commit
8a24ff94d1
@@ -81,10 +81,10 @@ monitor_speed = 250000
|
||||
# - SAV_MKI
|
||||
# - TEENSYLU
|
||||
#
|
||||
[env:at90USB1286_CDC]
|
||||
[env:at90usb1286_cdc]
|
||||
platform = teensy
|
||||
framework = arduino
|
||||
board = at90USB1286
|
||||
board = at90usb1286
|
||||
build_flags = ${common.build_flags}
|
||||
lib_deps = ${common.lib_deps}
|
||||
lib_ldf_mode = deep+
|
||||
@@ -98,10 +98,10 @@ monitor_speed = 250000
|
||||
# - PrintrBoard Rev.F
|
||||
# - ? 5DPRINT ?
|
||||
#
|
||||
[env:at90USB1286_DFU]
|
||||
[env:at90usb1286_dfu]
|
||||
platform = teensy
|
||||
framework = arduino
|
||||
board = at90USB1286
|
||||
board = at90usb1286
|
||||
build_flags = ${common.build_flags}
|
||||
lib_deps = ${common.lib_deps}
|
||||
lib_ldf_mode = deep+
|
||||
|
Reference in New Issue
Block a user