ee016e605c
* Consolidate variant scripts * Rename Marlin-local boards * Simplify variants where possible * Rename variants * CHITU_F103 and MEEB_3DP: Maple platform `platformio-build-stm32f1.py` uses the 'board' name, not 'board_build.variant' so folder names match 'board' and not `board_build.variant`.
6 lines
147 B
Python
6 lines
147 B
Python
#
|
|
# buildroot/share/PlatformIO/scripts/mks_robin_nano.py
|
|
#
|
|
import marlin
|
|
marlin.prepare_robin("0x08007000", "mks_robin_nano.ld", "Robin_nano.bin")
|