1243 Commits (01a0f3a8cfc3ec1ae27e6959465fd275c4c895c7)

Author SHA1 Message Date
Scott Lahteine 24dbeceb45 ๐ŸŽจ Apply F() to various reports 3 years ago
Scott Lahteine 9cf1c3cf05 ๐ŸŽจ Apply F() to UTF-8/MMU2 string put 3 years ago
Scott Lahteine 433eedd50f ๐ŸŽจ Apply F() to serial macros 3 years ago
Scott Lahteine 433a27e475 ๐ŸŽจ Update F string declarations 3 years ago
Scott Lahteine d137f307eb ๐ŸŽจ Tweak FORCE_INLINE 3 years ago
Mark 66048a5f27 โœจ ESP32 Panda_ZHU and Panda_M4 (#22644) 3 years ago
Steve Wills dc4d2165f2 ๐Ÿ› Add 'static' to fix 'duplicates' (#22826) 3 years ago
Scott Lahteine 2c30b75268 ๐ŸŽจ Various multi-axis patches (#22823) 3 years ago
Scott Lahteine b7f95dc8d4 ๐Ÿฉน Add MarlinSPI to more HALs 3 years ago
Tanguy Pruvot 5d8ca7c944 ๐Ÿ› STM32 ADC followup (#22798) 3 years ago
Scott Lahteine 6cf95509cd ๐ŸŽจ Replace some infrequently-used macros 3 years ago
Steven Haigh 2630eefcc4 ๐Ÿ› STM32 ADC Resolution = 12 bit (or ADC_RESOLUTION) (#22789) 3 years ago
Scott Lahteine ab9609146f ๐Ÿ’ก Adjust headers, formatting 3 years ago
Keith Bennett 5b593da04d โœ๏ธ Fix TFT field names (#22776) 3 years ago
Scott Lahteine de4eed33e4 ๐Ÿ”ง SPINDLE_LASER_PWM => SPINDLE_LASER_USE_PWM 3 years ago
Scott Lahteine 22bf774d61 ๐Ÿ› Fix LPC1768 SD-based EEPROM debug 3 years ago
Scott Lahteine b661795ae5 ๐ŸŽจ Fewer serial macros 3 years ago
Scott Lahteine 6d96c221bd ๐ŸŽจ Standardize G-code reporting 3 years ago
tome9111991 a596faf4e5 ๐Ÿ› Fix JyersUI for LPC176x (#22745) 3 years ago
dotdash32 253f91765d ๐ŸŽจ Use largest default ST9720 delays (#22713) 3 years ago
Christian Schuster b21d62543f ๐Ÿฉน Fix LPC176x M43 formatting (#22680) 3 years ago
Scott Lahteine 7704d84419 ๐ŸŽจ EXP headers, ST7920 delays (#22641) 3 years ago
Scott Lahteine 95f27cf339 ๐ŸŽจ EXP1/2 headers and pins cleanup (#22628) 3 years ago
Chris Pepper d8ef23eda7 ๐Ÿ› Fix LPC176x M43 Pins Debugging (#22611) 3 years ago
Scott Lahteine eb0d80cb19 ๐ŸŽจ Update MKSPWC, some other pins (#22557) 3 years ago
Tanguy Pruvot bb12ebcca6 ๐Ÿ› Fix STM32 delay, double reset in FSMC TFT init (#22584) 3 years ago
luzpaz c612b56bc1 ๐Ÿ› Spellcheck comments (#22496) 3 years ago
Scott Lahteine 7d0efb452a ๐ŸŽจ Update HAL/STM32 wrappers 3 years ago
Marcio T 166324fc7b ๐Ÿ› Fix and improve FTDI Eve Touch UI (#22361, #22439, #22459, #22468, #22500, #22530) 3 years ago
Scott Lahteine a668a9d302 ๐Ÿ—๏ธ Define HAL_STM32 for HAL/STM32 (#22537) 3 years ago
Jason Smith e3c294dc9b ๐Ÿ› Fix some Simulator on Windows issues (#22516) 3 years ago
Chris Pepper dc67705049 โœจ Simulator HAL and build targets (#22418) 3 years ago
Tanguy Pruvot 1bee38a1c1 ๐ŸŽจ Fix "'EEPROM' unused" warning (#22511) 3 years ago
Scott Lahteine 80f8ec94aa ๐Ÿ”ง HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN 3 years ago
Scott Lahteine e402f43c02 ๐ŸŽจ NULL => nullptr 3 years ago
luzpaz 15cf97f0d5 ๐ŸŽจ Spellcheck code (#22531) 3 years ago
Tanguy Pruvot bc68664c3b ๐Ÿš‘๏ธ Init FastIO before anything else (#22508) 3 years ago
Katelyn Schiesser 61d0b08298 ๐ŸŽจ Prefer DELAY_NS over DELAY_CYCLES (#22382) 3 years ago
mks-viva 3ab6789807 โœจ MKS MINI12864 V3 for MKS Robin Nano V2/3 (#22285) 3 years ago
Katelyn Schiesser 5054dc6ea2 ๐Ÿ› Redundant Temp Sensor followup (#22196) 3 years ago
Victor Oliveira 8334e92b6f โœจ MSC Support for STM32 + SDIO boards -> SKR 2 (#22354) 3 years ago
Skruppy 7ae099f2be ๐Ÿ› Fix AVR DELAY_US int overflow (#22268) 3 years ago
MKS-Sean cad2f69687 โœจ MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module (#22109) 3 years ago
Scott Lahteine 69b44c2309 ๐Ÿ“Œ Require U8glib-HAL@~0.5.0 (#22324) 3 years ago
Scott Lahteine 003ce25acf ๐ŸŽจ Format onboard_sd.cpp 3 years ago
Victor Oliveira 2b4284df81 โœจ MULTI_VOLUME for Color UI and MarlinUI (#22004) 3 years ago
Scott Lahteine ab050878e9 ๐ŸŽจ Clean up LPC1768 SPI init 3 years ago
Victor Oliveira 3491e49c5f ๐Ÿ› Fix boot / SD for STM32 (F103Rx) boards (#22087) 3 years ago
Katelyn Schiesser d322e495b2 โœจ More flexible redundant temp sensor (#22085) 3 years ago
Scott Lahteine 967942460e โšก๏ธ Optimize Sensitive Pins array (except STM32) (#22080) 3 years ago