Mike La Spina
b95e548ddb
Cooler (for Laser) - M143, M193 ( #21255 )
4 years ago
Keith Bennett
2c5967925f
Pins/tests followup ( #21268 )
Missing commit from #21254
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Keith Bennett
3eb8e26174
Tweak/Consolidate followup ( #21261 )
4 years ago
Scott Lahteine
3ea56ba4c7
Tweak tests, consolidate pins target validation ( #21254 )
4 years ago
Scott Lahteine
dad486c01b
MK2_MULTIPLEXER dependency
4 years ago
Giuliano Zaro
254b25296b
[SAMD51] Respect serial buffer size ( #21194 )
4 years ago
Scott Lahteine
903d0b91fc
Tweaks to build scripts
4 years ago
Scott Lahteine
54ccfcc705
whitespace
4 years ago
ldursw
dfacd260bb
ST STM32 platform version 12 ( #21219 )
4 years ago
Sola
c76008bd6a
MKS H43 controller ( #20609 )
4 years ago
Victor Oliveira
f384f81253
Fix GTR / SKR PRO + USB Flash Drive build ( #21197 )
4 years ago
Victor Oliveira
427b5d61f4
More LERDGE envs followup ( #21205 )
4 years ago
ellensp
bb1039d4c9
Preflight checks for PlatformIO builds ( #21068 )
Co-authored-by: Alexander D. Kanevskiy <alexander.kanevskiy@intel.com>
4 years ago
X-Ryl669
0cc03f912c
Let libmaple accept RX/TX_BUFFER_SIZE ( #21177 )
4 years ago
Scott Lahteine
13c4eef637
Expose more env builds in PlatformIO extension
4 years ago
Victor Oliveira
d5b06624fb
Fix MKS Robin Nano V3 I2C pins ( #21174 )
4 years ago
X-Ryl669
8d28853774
Postmortem Debugging to serial port ( #20492 )
4 years ago
Vert
490d4a504a
GT2560 v4.1B, YHCB2004 SPI character LCD ( #21091 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
jbuck2005
31a434b9d7
Update platform ststm32 to 11.0 ( #20928 )
4 years ago
Scott Lahteine
52e8d8db54
anet_et4_openblt.py => openblt.py
4 years ago
X-Ryl669
ce1ec22704
Use -g3 to include macros in debug symbols ( #21052 )
4 years ago
Scott Lahteine
b35bfeb1c3
Fix TEMP_0_TR_ENABLE, rename temp conditions ( #21016 )
4 years ago
Victor Oliveira
28b8bf566b
STM32 Shared Media - USB Mass Storage Device ( #20956 )
4 years ago
rafaljot
0d2645b3e1
MPX_ARM_MINI board (Mingda MD-16) ( #20711 )
4 years ago
George Fu
5ac08a44c6
FYSETC Cheetah 2.0 ( #20897 )
4 years ago
Jason Smith
ea8d682664
Fix LiquidCrystal CI failures ( #20873 )
Fix incorrect dependency syntax for LPC.
Disambiguate LiquidCrystal library names.
4 years ago
ellensp
3921369f98
MeatPack serial encoding ( #20802 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
a54154e760
🛠 Replace lib_deps for custom_marlin.FEATURE ( #20858 )
4 years ago
Keith Bennett
d62aa6221b
Lerdge K/S/X support for Flash Drive ( #20593 )
4 years ago
Scott Lahteine
68abaeab19
MarlinUI multi-language support ( #20725 )
4 years ago
ellensp
03b53ffde1
More PlatformIO source filters ( #20822 )
4 years ago
EvilGremlin
8049db20ff
ESP32 Tone Generator ( #20704 )
4 years ago
MKS-Sean
35c1b330ec
MKS WiFi for TFT_LVGL_UI ( #20191 )
4 years ago
qwewer0
e685950d97
Assisted Tramming improvements ( #20298 )
4 years ago
Victor Oliveira
84ab088b40
USB FD via native USB Host + MSC ( #20571 )
4 years ago
Victor Oliveira
28a3d95cda
Use ADC_RESOLUTION 12 for all STM32 ( #20562 )
4 years ago
Victor Oliveira
2ce9fa4b9c
Better defaults, compatibility for SDIO + STM32 ( #20570 )
4 years ago
Victor Oliveira
4d6b6bcffc
LVGL and Classic UI for STM32 ( #20552 )
4 years ago
Victor Oliveira
cfad5cb435
Unify FYSETC F6 1.3 / 1.4 ( #20507 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Keith Bennett
a0c8d348a0
Anet ET4 / ET4P and Anet TFT28 / TFT35 ( #20280 )
4 years ago
Jason Smith
5e3be83dbb
Overrides to prevent STM32 timer conflicts ( #20545 )
4 years ago
Scott Lahteine
777c50a1ec
Fix PIO typo
4 years ago
Foxies
0a99f8feed
Migrate Hispeedv1 (QQS-Pro) to HAL/STM32 ( #20354 )
4 years ago
Victor Oliveira
b167cd2427
MKS Robin Nano V3 and STM32F4x0Vx Variant ( #20430 )
4 years ago
grauerfuchs
e9677594ea
Fix and optimize MightyBoard ( #20493 )
4 years ago
Chris Pepper
9fd358f10c
LPC176x framework update ( #20469 )
4 years ago
Scott Lahteine
885b0d2ec5
Style, spacing, typo cleanup for recent changes
4 years ago
Victor Oliveira
9ead6a30f2
SPI TFT for STM32F4 boards ( #20384 )
* fix pinsDebug for F1 boards
* add MKS Robin PRO V2 board - development board
* tft spi working with F4 boards
* pins formating
* sanity check for TFT on supported cores in STM32
* Fix tabs/spaces in pins file
Co-authored-by: Jason Smith <jason.inet@gmail.com>
4 years ago
Victor Oliveira
1a04c8c7bb
Avoid invalid memory optimizations ( #20389 )
When building for AVR, merge-all-constants can incorrectly combine constants stored in flash with constants stored in RAM. These have different access requirements, leading to undefined behavior during execution.
Co-authored-by: ellensp <ellensp@hotmail.com>
4 years ago
ellensp
31352f8a8a
Fix up start, monitor baud ( #20326 )
4 years ago