Browse Source
Merge pull request #3 from vostrenkov/patch-1
Fixed build core dependency for mks_robin_nano
pull/4/head
Sergey1560
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
platformio.ini
|
|
@ -486,6 +486,7 @@ lib_ignore = Adafruit NeoPixel, SPI |
|
|
|
[env:mks_robin_nano] |
|
|
|
platform = ststm32 |
|
|
|
board = genericSTM32F103VE |
|
|
|
board_build.core = maple |
|
|
|
platform_packages = tool-stm32duino |
|
|
|
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py |
|
|
|
${common.build_flags} -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4 |
|
|
|