This website requires JavaScript.
Explore
Help
Sign In
MPCNC
/
Firmware2
Watch
1
Star
0
Fork
0
You've already forked Firmware2
Code
Issues
1
Pull Requests
Releases
Wiki
Activity
8abe314b18
Firmware2
/
buildroot
/
share
/
PlatformIO
/
scripts
/
mks_robin.py
6 lines
89 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 11:49:21 +02:00
#
🔨 Fix IntelliSense / PIO conflicts (#23058) Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-11-04 11:28:42 +01:00
# mks_robin.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 11:49:21 +02: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 23:25:37 +02:00
import
robin
robin
.
prepare
(
"
0x08007000
"
,
"
mks_robin.ld
"
,
"
Robin.bin
"
)
Reference in New Issue
Copy Permalink