b90de62197
* Add 10K to marlin_blackSTM32F407VET6 (typo?) * Document custom build scripts. * Add a Robin common build script. * Extraneous .ldscript specifiers
6 lines
139 B
Python
6 lines
139 B
Python
#
|
|
# buildroot/share/PlatformIO/scripts/mks_robin_mini.py
|
|
#
|
|
import robin
|
|
robin.prepare("0x08007000", "mks_robin_mini.ld", "Robin_mini.bin")
|