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