grauerfuchs
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
platformio.ini
|
|
@ -86,6 +86,7 @@ board_build.f_cpu = 16000000L |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip |
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR> |
|
|
|
upload_speed = 57600 |
|
|
|
|
|
|
|
# |
|
|
|
# MightyBoard ATmega2560 (MegaCore 100 pin boards variants) |
|
|
@ -97,6 +98,9 @@ board_build.f_cpu = 16000000L |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip |
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/AVR> |
|
|
|
upload_protocol = wiring |
|
|
|
upload_speed = 57600 |
|
|
|
board_upload.maximum_size = 253952 |
|
|
|
|
|
|
|
# |
|
|
|
# RAMBo |
|
|
|