mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 20:18:52 +00:00
6d191d12c9
* 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_nano.py
|
|
#
|
|
import robin
|
|
robin.prepare("0x08007000", "mks_robin_nano.ld", "Robin_nano.bin")
|