This website requires JavaScript.
Explore
Help
Sign In
0x90
/
Marlin
Watch
12
Star
0
Fork
You've already forked Marlin
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
2af7657214
Marlin
/
buildroot
/
share
/
PlatformIO
/
scripts
/
mks_robin_pro.py
6 lines
101 B
Python
Raw
Normal View
History
Unescape
Escape
Rename, clean up boards/variants (#21655) * 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`.
2021-04-27 09:49:21 +00:00
#
🔨 Fix IntelliSense / PIO conflicts (#23058) Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-11-04 10:28:42 +00:00
# mks_robin_pro.py
Rename, clean up boards/variants (#21655) * 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`.
2021-04-27 09:49:21 +00:00
#
🔨 Clean up build scripts (#22264) * Add 10K to marlin_blackSTM32F407VET6 (typo?) * Document custom build scripts. * Add a Robin common build script. * Extraneous .ldscript specifiers
2021-06-29 21:25:37 +00:00
import
robin
robin
.
prepare
(
"
0x08007000
"
,
"
mks_robin_pro.ld
"
,
"
Robin_pro.bin
"
)
Reference in a new issue
Copy permalink