Scott Lahteine
|
149cbe795d
|
🎨 Tweak FORCE_INLINE
|
3 years ago |
Mark
|
4e9ae9449f
|
✨ ESP32 Panda_ZHU and Panda_M4 (#22644)
|
3 years ago |
Scott Lahteine
|
1dafd1887e
|
🎨 Apply F() to various reports
|
3 years ago |
Scott Lahteine
|
eeffac697c
|
🎨 Apply F() to UTF-8/MMU2 string put
|
3 years ago |
Scott Lahteine
|
520b97083e
|
🎨 Apply F() to serial macros
|
3 years ago |
Scott Lahteine
|
23f10563e0
|
🎨 Update F string declarations
|
3 years ago |
VragVideo
|
9bb562f40a
|
✨ WYH L12864 LCD (Alfawise Ex8) (#22863)
|
3 years ago |
Steve Wills
|
e1ac3ede0d
|
🐛 Add 'static' to fix 'duplicates' (#22826)
|
3 years ago |
Scott Lahteine
|
dc5bef62ba
|
🎨 Various multi-axis patches (#22823)
|
3 years ago |
Scott Lahteine
|
1835f8fb25
|
🩹 Add MarlinSPI to more HALs
|
3 years ago |
Tanguy Pruvot
|
10fda222ea
|
🐛 STM32 ADC followup (#22798)
|
3 years ago |
Scott Lahteine
|
c88e85c939
|
🎨 Replace some infrequently-used macros
|
3 years ago |
Steven Haigh
|
d7e597f3df
|
🐛 STM32 ADC Resolution = 12 bit (or ADC_RESOLUTION) (#22789)
|
3 years ago |
Scott Lahteine
|
323b38ee88
|
💡 Adjust headers, formatting
|
3 years ago |
Keith Bennett
|
cca3250c3f
|
✏️ Fix TFT field names (#22776)
|
3 years ago |
Scott Lahteine
|
798a8a7a08
|
🔧 SPINDLE_LASER_PWM => SPINDLE_LASER_USE_PWM
|
3 years ago |
tome9111991
|
3a457c9d13
|
🐛 Fix JyersUI for LPC176x (#22745)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
3 years ago |
Scott Lahteine
|
0a1211fe3f
|
🐛 Fix LPC1768 SD-based EEPROM debug
Fixes #22746
|
3 years ago |
Scott Lahteine
|
754b31918a
|
🎨 Fewer serial macros
|
3 years ago |
Scott Lahteine
|
79c72ed821
|
🎨 Standardize G-code reporting
|
3 years ago |
dotdash32
|
c881fab128
|
🎨 Use largest default ST9720 delays (#22713)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
3 years ago |
Christian Schuster
|
7378e7c2db
|
🩹 Fix LPC176x M43 formatting (#22680)
|
3 years ago |
Scott Lahteine
|
d818a019c5
|
🎨 EXP headers, ST7920 delays (#22641)
|
3 years ago |
Scott Lahteine
|
4f35858c9e
|
🎨 EXP1/2 headers and pins cleanup (#22628)
|
3 years ago |
Chris Pepper
|
104de60d0b
|
🐛 Fix LPC176x M43 Pins Debugging (#22611)
|
3 years ago |
Tanguy Pruvot
|
6a8385624f
|
🐛 Fix STM32 delay, double reset in FSMC TFT init (#22584)
|
3 years ago |
Scott Lahteine
|
fc817feee3
|
🎨 Update HAL/STM32 wrappers
Followup to #22537
|
3 years ago |
Scott Lahteine
|
c161a46112
|
🎨 Update MKSPWC, some other pins (#22557)
|
3 years ago |
Tanguy Pruvot
|
ae846c2cb2
|
🚑️ Init FastIO before anything else (#22508)
|
3 years ago |
Scott Lahteine
|
76c10b3e02
|
🏗️ Define HAL_STM32 for HAL/STM32 (#22537)
|
3 years ago |
Jason Smith
|
331cc5fd6a
|
🐛 Fix some Simulator on Windows issues (#22516)
|
3 years ago |
luzpaz
|
8a7673ac1e
|
🎨 Spellcheck code (#22531)
|
3 years ago |
Tanguy Pruvot
|
9a8c9d4ed0
|
🎨 Fix "'EEPROM' unused" warning (#22511)
|
3 years ago |
luzpaz
|
afca6e7459
|
🐛 Spellcheck comments (#22496)
codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint
|
3 years ago |
Scott Lahteine
|
363e83731f
|
🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN
|
3 years ago |
Scott Lahteine
|
e1907a99e2
|
🎨 Fix some formatting, F() versus PSTR()
|
3 years ago |
Scott Lahteine
|
27f5e64acf
|
🎨 NULL => nullptr
|
3 years ago |
Chris Pepper
|
21011eefa8
|
✨ Simulator HAL and build targets (#22418)
|
3 years ago |
Katelyn Schiesser
|
e55427aaa2
|
🎨 Prefer DELAY_NS over DELAY_CYCLES (#22382)
|
3 years ago |
Victor Oliveira
|
65cfbc0741
|
✨ MSC Support for STM32 + SDIO boards -> SKR 2 (#22354)
|
3 years ago |
MKS-Sean
|
4febb23521
|
✨ MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109)
|
3 years ago |
mks-viva
|
938d86d1c5
|
✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 (#22285)
|
3 years ago |
Scott Lahteine
|
cd55b5f5cc
|
📌 Require U8glib-HAL@~0.5.0 (#22324)
|
3 years ago |
Scott Lahteine
|
2fa24a637d
|
Revert FLASH_EEPROM_EMULATION include
|
3 years ago |
Skruppy
|
cc1145302b
|
🐛 Fix AVR DELAY_US int overflow (#22268)
|
3 years ago |
Scott Lahteine
|
de0fc08744
|
👽️ Update FLASH_EEPROM_EMULATION include
|
3 years ago |
Katelyn Schiesser
|
b2f0913083
|
🐛 Redundant Temp Sensor followup (#22196)
|
3 years ago |
Scott Lahteine
|
ecb727c3ef
|
🎨 Format onboard_sd.cpp
|
3 years ago |
Victor Oliveira
|
d6a7ebce6c
|
✨ MULTI_VOLUME for Color UI and MarlinUI (#22004)
|
3 years ago |
Scott Lahteine
|
fd3f7b3473
|
🎨 Clean up LPC1768 SPI init
|
3 years ago |