This website requires JavaScript.
Explore
Help
Register
Sign In
bissen21
/
Marlin_Firmware
Watch
1
Star
0
Fork
0
You've already forked Marlin_Firmware
Code
Issues
Pull Requests
Projects
Releases
4
Wiki
Activity
a6bed22839
Marlin_Firmware
/
buildroot
/
share
/
PlatformIO
/
scripts
/
mks_robin_e3p.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 04:49:21 -05:00
#
🔨 Fix IntelliSense / PIO conflicts (#23058) Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-11-04 05:28:42 -05:00
# mks_robin_e3p.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 04:49:21 -05: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 16:25:37 -05:00
import
robin
robin
.
prepare
(
"
0x08007000
"
,
"
mks_robin_e3p.ld
"
,
"
Robin_e3p.bin
"
)
Reference in New Issue
Copy Permalink