Scott Lahteine
84b9de9a19
🔨 Fix g++ locator for CI
2 years ago
Scott Lahteine
505ab1bb62
🔨 Use first g++ in path for 'native' targets
2 years ago
Scott Lahteine
7ff5e02f6b
🔨 Fix LPC176x debug build
See #23635
2 years ago
stream2me
46e282bd6d
🐛 Prefer os.replace, fix TFT_LVGL_UI build (#24001 )
2 years ago
ellensp
febf7e54fe
🔨 Preflight check old abl files (#24010 )
2 years ago
Scott Lahteine
19838d97be
🎨 Misc. adjustments, spacing
2 years ago
Scott Lahteine
ab46b7e2f2
🧑💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU
2 years ago
Keith Bennett
8c83ddd201
🔨 Suppressible CONFIGURATION_EMBEDDING warning (#23545 )
2 years ago
Scott Lahteine
75d1f975a8
🔨 Rename (not copy) with board_build.rename
2 years ago
Scott Lahteine
54f218e348
🔨 Get FIRMWARE_BIN from env
2 years ago
kaidegit
d7af619936
🐛 Fix open for bin rename (#23351 )
2 years ago
Scott Lahteine
a941cd33e2
🔨 Configurable firmware bin filename
Configuration.h > FIRMWARE_BIN
2 years ago
ellensp
c1dba3d028
✨ Option to reset EEPROM on first run (#23276 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2 years ago
Robby Candra
6dc056f771
🐛 Fix UTF-8 errror in configuration embed and retrieve (#23303 )
The feature added in commit b464a4b1a4 introduced a UTF-8 encoding error for all users where UTF-8 is not the default codepage.
2 years ago
X-Ryl669
b464a4b1a4
✨ Configurations embed and retrieve (#21321 )
2 years ago
BigTreeTech
0077d982cd
✨ BigTreeTech SKR mini E3 V3.0 (STM32G0B1RET6) (#23283 )
2 years ago
Keith Bennett
f0e48ce104
📌 Biqu BX temporary framework workaround (#23131 )
3 years ago
Robby Candra
4483b8aaf0
🔨 Fix IntelliSense / PIO conflicts (#23058 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 years ago
Keith Bennett
7942f71d26
✨ Artillery Ruby (STM32F401RCT6) (#23029 )
3 years ago
Scott Lahteine
b69971f06a
🔨 Fix older GCC CXXFLAGS warning
3 years ago
Scott Lahteine
6cf6c4cd85
🔨 Delete after encrypt. Lerdge encrypt only once
3 years ago
Scott Lahteine
c91451d215
🔨 Update 'pio vscode init' detection
3 years ago
Scott Lahteine
e31d52184b
🎨 Handle more pre-defined pins in pins_postprocess (#22771 )
3 years ago
Tanguy Pruvot
71a2a95885
🔨 Enhance Lerdge pins, TFTs, and variants (#22658 )
3 years ago
Tanguy Pruvot
5a72a39706
🔨 Offset/encrypt/rename for Maple STM32F1 (#22477 )
3 years ago
ldursw
381a23773b
🔨 Fix (RRF E3) RX/TX buffer size override (#22475 )
3 years ago
Chris Pepper
21011eefa8
✨ Simulator HAL and build targets (#22418 )
3 years ago
Scott Lahteine
5ca9ebfa6b
🔨 Consolidate STM32 extra_scripts (#22365 )
3 years ago
ldursw
0595b87d9a
🐛 Fix Maple / STM32 serial buffer (#22292 )
3 years ago
Scott Lahteine
b90de62197
🔨 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
Victor Oliveira
0669053b78
🔨 Fix Serial+MSC for _USB envs (#22116 )
3 years ago
Scott Lahteine
90dc41139f
🏗️ Refactor build encrypt / rename (#22124 )
3 years ago
ldursw
6131d2c5a6
🔨 MKS Robin E3 for HAL/STM32 (#21927 )
3 years ago
Victor Oliveira
0398a0b780
👽️ Fix usb-host-msc-cdc-msc issue (#22025 )
3 years ago
ellensp
08155b4875
🔨 Creality v4 with STM32 HAL (#21999 )
- New STM32 env for Creality V4 boards.
- Separate Libmaple targets into their own `ini` file.
- Temporarily remove unusable targets from `pins.h`.
Co-authored-by: ellensp <ellensp@hotmsil.com >
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 years ago
Scott Lahteine
2de54dab84
🎨 Move HAS_EXTRUDERS
3 years ago
ellensp
c3a65eef7a
Fix envs using mks_encrypt.py (#21933 )
Fix #21928
3 years ago
Victor Oliveira
a42760d38a
BTT SKR Mini E3 for HAL/STM32 (#21488 )
3 years ago
Scott Lahteine
2f537768bc
MKS Robin flash address
3 years ago
Scott Lahteine
ee016e605c
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`.
3 years ago
Scott Lahteine
e250f6a275
whitespace
3 years ago
Scott Lahteine
d87a71bd04
Extra dependency script logging
3 years ago
Scott Lahteine
59fd6428ae
Skip preflight checks only (#21658 )
Followup to e8af38cc2d
3 years ago
Scott Lahteine
e8af38cc2d
Skip scripts during 'platformio init' (#21643 )
3 years ago
ellensp
19320a1f8f
Check for old Marlin files mixed in (#21574 )
3 years ago
Scott Lahteine
9d0b6c5730
Requiring PIO >= 5.0.3
3 years ago
Scott Lahteine
3229100025
Split up platformio.ini (#21507 )
3 years ago
Scott Lahteine
b59a4331fa
Update common-cxxflags.py comment
3 years ago
Scott Lahteine
832059967c
Comment, clean up some PlatformIO scripts
3 years ago
borland1
df1ef496d1
Main / Config Custom Submenus (#18177 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 years ago