This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
andrey
/
Marlin_FB4S
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Marlin 2.0 for Flying Bear 4S/5
flying-bear-4s
mks-robin-nano
mks-wifi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19351
Commits
4
Branches
6
Tags
134 MiB
Tree:
6e23ffd12c
FB4S_WIFI
FBG5_WIFI
MKS_UI
vanilla_fb_2.0.x
2.0.7.2
2.0.7.2_upd
2.0.8.1
2.0.9.1
2.0.9.2
2.0.9.3
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '6e23ffd12c'
${ noResults }
Marlin_FB4S
/
buildroot
/
share
/
PlatformIO
/
scripts
/
mks_robin_lite.py
6 lines
101 B
Raw
Normal View
History
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`.
4 years ago
#
🔨 Fix IntelliSense / PIO conflicts (#23058) Co-authored-by: Scott Lahteine <github@thinkyhead.com>
3 years ago
# mks_robin_lite.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`.
4 years ago
#
🔨 Clean up build scripts (#22264) * Add 10K to marlin_blackSTM32F407VET6 (typo?) * Document custom build scripts. * Add a Robin common build script. * Extraneous .ldscript specifiers
3 years ago
import
robin
robin
.
prepare
(
"
0x08005000
"
,
"
mks_robin_lite.ld
"
,
"
mksLite.bin
"
)