Keith Bennett
4d65d7f142
📝 Add logo, helpful links to README ( #24226 )
2022-05-23 02:40:38 -05:00
Scott Lahteine
1b879f0ee4
🔨 Fix mfprep string test
2022-05-22 19:52:38 -05:00
Scott Lahteine
b6abc760ce
🔨 Move, tweak maple envs
2022-05-22 19:52:38 -05:00
ellensp
02c267f542
🔨 Require PIO >= 6.0.1 ( #24205 )
2022-05-19 09:29:46 -05:00
Scott Lahteine
a7d40ec654
✨ Add BOARD_CREALITY_V24S1_301F4
...
Co-Authored-By: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
2022-05-13 00:36:57 -05:00
InsanityAutomation
7ed339cfa0
✨ Creality CR-10 SmartPro ( #24151 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2022-05-13 00:36:57 -05:00
Scott Lahteine
d5f472a6cf
🔨 Fix g++ locator for CI
2022-05-12 04:18:02 -05:00
Scott Lahteine
13d1eb7241
🔨 OpenOCD Debug for VSCode
2022-05-09 17:46:23 -05:00
ellensp
4fd7d1b056
🐛 Fix STM32 Pins Debugging ( #22896 )
2022-05-07 18:11:03 -05:00
Scott Lahteine
cd5c5ea60e
🔨 Fix LPC176x debug build
...
See #23635
2022-05-07 18:07:01 -05:00
stream2me
e9ea82e78d
🐛 Prefer os.replace, fix TFT_LVGL_UI build ( #24001 )
2022-05-07 18:07:01 -05:00
Scott Lahteine
c23d035149
🧑💻 Strip #errors in Configurations deployment
2022-05-07 17:58:27 -05:00
Scott Lahteine
2dc4c642e7
🎨 Misc. adjustments, spacing
2022-05-07 17:55:08 -05:00
ellensp
5e68a86968
🔨 Preflight check old abl files ( #24010 )
2022-05-07 17:34:02 -05:00
Scott Lahteine
dd29394bbe
🔨 Improved mfprep script
2022-05-07 16:49:21 -05:00
Scott Lahteine
6112277f9b
🔨 Use first g++ in path for 'native' targets
2022-05-07 16:49:21 -05:00
BIGTREETECH
16271377e2
🧑💻 STM32G0Bx : Use PLLQ for USB clock ( #23870 )
2022-05-07 15:58:31 -05:00
ellensp
d2cd3f2e68
✨ MKS Robin Nano 3.1 ( #23795 )
2022-05-07 15:58:30 -05:00
GHGiampy
8799837d75
🔨 Clean up upload.py ( #23679 )
2022-05-07 15:53:47 -05:00
Stephen Hawes
f193729f54
🐛 Fix Index Mobo Rev03 upload ( #23676 )
2022-05-07 15:48:34 -05:00
Bruno Henrique de Paula
50ffacfb90
📌 Distinct BOARD_CREALITY_V422 ( #23674 )
2022-05-07 15:48:13 -05:00
Scott Lahteine
15eabba11d
🧑💻 Relocate a variant
2022-05-07 15:48:13 -05:00
Mike La Spina
a07d7e4b8a
🍻 STM32 set_pwm_duty "on/off" for digital pins ( #23665 )
2022-05-07 15:48:13 -05:00
Scott Lahteine
d4801461f5
💡 Comment variant timers
2022-05-07 15:48:13 -05:00
Scott Lahteine
fbbf556e08
🔨 Workspace file with recommendation
2022-05-07 15:47:08 -05:00
Scott Lahteine
2dcc3ddeed
🧑💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU
2022-05-07 15:38:55 -05:00
Scott Lahteine
32ff8c1489
🧑💻 Add chmod to mfprep
2022-05-07 15:38:55 -05:00
GHGiampy
e704de9bb0
✨ Long filename open/create/write ( #23526 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2022-05-07 15:26:59 -05:00
Taylor Talkington
3f4112aee4
💄 Improve Ender3 v2 DWIN MarlinUI ( #23369 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-05-07 15:25:08 -05:00
Keith Bennett
31ec8f2449
🔨 Suppressible CONFIGURATION_EMBEDDING warning ( #23545 )
2022-05-07 15:25:08 -05:00
GHGiampy
67e5298a34
✨ Firmware Upload via Binary Transfer ( #23462 )
2022-05-07 15:10:28 -05:00
Scott Lahteine
b6c37960e8
📝 KHz => kHz ( #23512 )
2022-05-07 15:10:19 -05:00
Timothy Hoogland
51209667a5
🐛 Fix EZBoard V2 timer conflict ( #23648 )
2022-01-30 06:38:49 -06:00
Scott Lahteine
035f9b8e13
🔨 Rename (not copy) with board_build.rename
2022-01-09 04:34:42 -06:00
Kyle Hu
f503722c45
🐛 Fix Artillery Ruby (startup code, build flags) ( #23446 )
2022-01-09 04:33:24 -06:00
Jason Smith
1170ed995e
🔧 Update deprecated auto_build.py ( #23427 )
2022-01-09 04:33:24 -06:00
Scott Lahteine
8abe314b18
🔨 Get FIRMWARE_BIN from env
2022-01-09 04:32:43 -06:00
Scott Lahteine
27d2471ea3
🐛 Fix mffp usage
2022-01-09 01:31:03 -06:00
kaidegit
06f36dc746
🐛 Fix open for bin rename ( #23351 )
2021-12-25 23:11:43 -06:00
ellensp
e0bed1e344
✨ Option to reset EEPROM on first run ( #23276 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-12-25 03:23:10 -06:00
X-Ryl669
0dc1a58b24
✨ Configurations embed and retrieve ( #21321 , #23303 )
2021-12-25 03:23:10 -06:00
BigTreeTech
a6bed22839
✨ BigTreeTech SKR mini E3 V3.0 (STM32G0B1RET6) ( #23283 )
2021-12-25 03:23:09 -06:00
Scott Lahteine
a2349fc411
🔨 Configurable firmware bin filename
...
Configuration.h > FIRMWARE_BIN
2021-12-25 02:09:52 -06:00
ellensp
d481bba327
🐛 Fix MARLIN_F103Rx variant SCK / MOSI pins ( #23282 )
2021-12-25 01:42:13 -06:00
ellensp
4468516aa2
✨ BigTree SKR 2 with F429 ( #23177 )
2021-12-25 01:34:08 -06:00
George Fu
93652e5c6f
✨ FYSETC Spider v2.2 ( #23208 )
2021-12-25 01:28:24 -06:00
Keith Bennett
3148060550
📌 Biqu BX temporary framework workaround ( #23131 )
2021-12-25 01:26:59 -06:00
Keith Bennett
17f853d99c
⚡ ️ BTT002 (STM32F407VET6) variant, MK3_FAN_PINS flag ( #23093 )
2021-12-25 00:54:46 -06:00
Scott Lahteine
6f9f25dbb2
🎨 Misc. code cleanup
2021-12-25 00:54:46 -06:00
Robby Candra
fc2020c6ec
🔨 Fix IntelliSense / PIO conflicts ( #23058 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-12-25 00:46:49 -06:00
Scott Lahteine
a0a57406a2
🔨 Script 'mfprep' finds pending commits
2021-12-25 00:46:49 -06:00
Scott Lahteine
5efef86cfa
🔨 Update git helper scripts
2021-12-25 00:46:49 -06:00
Scott Lahteine
20c747753d
🔨 Support ABM in mf scripts
2021-12-25 00:46:49 -06:00
Keith Bennett
7e9e2a7435
✨ Artillery Ruby (STM32F401RCT6) ( #23029 )
2021-12-25 00:46:48 -06:00
Scott Lahteine
5cbb820e29
🔨 Help for GDB remote debugging
2021-12-25 00:46:48 -06:00
Scott Lahteine
e8a55972a7
🐛 Fix EZBoard V2 board name
2021-12-25 00:46:48 -06:00
ellensp
a7ea6b5925
⚡ ️ Add'l PCINTs for Mega Extended ( #23019 )
2021-10-26 16:07:46 -05:00
Keith Bennett
2b8a804997
✨ Octopus Pro V1.0 with STM32F429ZGT6 ( #23008 )
2021-10-26 16:07:46 -05:00
Augusto Zanellato
c9718e1ec0
✨ Eryone Ery32 mini (STM32F103VET6) board ( #22956 )
2021-10-21 23:58:48 -05:00
Scott Lahteine
30158424e9
🔨 Fix older GCC CXXFLAGS warning
2021-10-19 13:01:25 -05:00
Scott Lahteine
b4904cc53e
🔨 Delete after encrypt. Lerdge encrypt only once
2021-10-19 13:00:02 -05:00
Scott Lahteine
2c6fe45847
🔨 Update 'pio vscode init' detection
2021-10-19 13:00:02 -05:00
George Fu
995230f597
🐛 Fix FYSETC Cheetah v2.0 build ( #22926 )
2021-10-12 21:19:55 -05:00
Scott Lahteine
a37580e4e8
🩹 Remove extra #include, misc. style
2021-10-02 22:31:16 -05:00
Lefteris Garyfalakis
71b8a22d96
🌐 Update Greek language ( #22799 )
2021-10-02 22:31:16 -05:00
Scott Lahteine
669b68497c
🌐 Skip non-essential translations
2021-10-02 22:31:16 -05:00
Scott Lahteine
be8e8260e2
🌐 Reduce language file sizes
2021-10-02 22:31:16 -05:00
Scott Lahteine
ab9609146f
💡 Adjust headers, formatting
2021-10-02 22:31:16 -05:00
Scott Lahteine
03d7fbd755
🎨 Handle more pre-defined pins in pins_postprocess ( #22771 )
2021-10-02 22:31:15 -05:00
Justin Nesselrotte
f94de97cdb
✨ Index Pick-and-Place board Rev.3 ( #22647 )
...
Co-authored-by: Gonçalo Pereira <goncalo_pereira@outlook.pt>
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-10-02 22:31:14 -05:00
Tanguy Pruvot
61364906b3
🔨 Enhance Lerdge pins, TFTs, and variants ( #22658 )
2021-10-02 22:31:14 -05:00
Scott Lahteine
086fa0f0a7
🔨 Fix HAL/STM32 F103Zx builds ( #22610 )
2021-09-12 19:30:13 -05:00
Tanguy Pruvot
fd594ab176
🔨 Set Longer3D timers in variant ( #22632 )
2021-09-12 19:18:27 -05:00
Scott Lahteine
02ae4bc9b9
✨ New board TH3D_EZBOARD_LITE_V2 ( #22621 )
2021-09-12 19:18:04 -05:00
Scott Lahteine
73ef26a106
✨ MarlinUI for Ender 3 v2 DWIN LCD ( #22594 )
...
Co-Authored-By: Taylor Talkington <taylor.talkington@gmail.com>
2021-09-12 19:17:52 -05:00
Tanguy Pruvot
2e14bf15dd
🐛 Fix Longer3D PWM/timer pins ( #22583 )
2021-08-18 20:36:21 -05:00
luzpaz
c612b56bc1
🐛 Spellcheck comments ( #22496 )
...
codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint
2021-08-18 20:29:56 -05:00
ellensp
3924545912
✨ Zonestar ZM3E2, ZM3E4 V1, ZM3E4 V2 ( #22498 )
2021-08-09 01:02:06 -05:00
George Fu
d7f3228ec6
🔨 Fix FYSETC S6 envs ( #22421 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-08-09 00:59:16 -05:00
Chris Pepper
dc67705049
✨ Simulator HAL and build targets ( #22418 )
2021-08-09 00:27:31 -05:00
Tanguy Pruvot
eeac85642f
🔨 Offset/encrypt/rename for Maple STM32F1 ( #22477 )
2021-08-09 00:24:57 -05:00
Tanguy Pruvot
2b2a8355c9
🐛 Fix Longer3D STM32 boot, add Maple test ( #22473 )
2021-08-09 00:20:12 -05:00
Scott Lahteine
22ef6362ae
🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes ( #22475 )
...
Fixes #22466 . Regression from #22377 .
2021-08-08 23:57:38 -05:00
Katelyn Schiesser
7773504afa
♻️ Refactor STM32 ini files ( #22377 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-07-21 00:28:26 -05:00
ellensp
b6cb56f396
🔨 More HAL/STM32 targets ( #22358 , #22369 )
2021-07-21 00:06:42 -05:00
mks-viva
6e7c20e78e
✨ MKS Mini12864 v3 for Robin E3/E3D ( #22368 )
2021-07-17 02:46:38 -05:00
Scott Lahteine
fef76a76a3
🔨 Consolidate STM32 extra_scripts ( #22365 )
2021-07-17 02:41:31 -05:00
Scott Lahteine
6d191d12c9
🔨 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-07-17 02:31:54 -05:00
BigTreeTech
573b8a62d9
🐛 Fixes for BTT Octopus ( #22314 )
2021-07-17 01:54:27 -05:00
Scott Lahteine
69b44c2309
📌 Require U8glib-HAL@~0.5.0 ( #22324 )
2021-07-09 16:03:41 -05:00
ldursw
ed14d14819
🐛 Fix Maple / STM32 serial buffer ( #22292 )
2021-07-06 20:44:34 -05:00
George Fu
cae391bb48
🔨 FYSETC S6 small bootloader target ( #22207 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-07-06 20:44:34 -05:00
Victor Oliveira
adc17933cd
🔨 Fix Serial+MSC for _USB envs ( #22116 )
2021-06-15 00:11:39 -05:00
Scott Lahteine
2aa35577f2
🏗️ Refactor build encrypt / rename ( #22124 )
2021-06-15 00:11:29 -05:00
Katelyn Schiesser
d322e495b2
✨ More flexible redundant temp sensor ( #22085 )
2021-06-15 00:09:52 -05:00
Keith Bennett
b4b607681c
✨ BigTreeTech Octopus V1.1 ( #22042 )
2021-06-14 23:52:05 -05:00
ldursw
ce95f56ac8
🔨 MKS Robin E3 for HAL/STM32 ( #21927 )
2021-06-14 23:51:10 -05:00
Scott Lahteine
aff45fd455
✏️ Remove whitespace
2021-06-14 23:51:00 -05:00
Scott Lahteine
557ba20ff4
🔨 Consolidate BTT linker scripts
...
Originally from #22022
2021-06-14 23:50:17 -05:00
ellensp
d13ffa0aba
🔨 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>
2021-06-14 23:49:26 -05:00