Alvaro Segura Del Barco
|
7c2834c33c
|
🐛 Fix Teensy PINS_DEBUG compile (#21958)
Followup to 84a11cfedc
|
4 years ago |
Scott Lahteine
|
49771c4a9e
|
🎨 Flags for homing directions
|
4 years ago |
ekef
|
ebb75a529b
|
Fix MKS Robin E3 BLTOUCH and Fan PWM timer conflicts (#21889)
|
4 years ago |
Victor Oliveira
|
a42760d38a
|
BTT SKR Mini E3 for HAL/STM32 (#21488)
|
4 years ago |
BigTreeTech
|
c9de9d4f9b
|
Capacitive Touch Screen (GT911) for SKR SE BX (#21843)
Co-authored-by: Msq001 <alansayyeah@gmail.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
Scott Lahteine
|
9f10695b3f
|
Fix TFT typo
|
4 years ago |
sanek88lbl
|
f95f18c8e5
|
Lerdge K EEPROM and TFT (#21812)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
ellensp
|
02405add76
|
Support a third serial port (#21784)
|
4 years ago |
Scott Lahteine
|
be6fbc76a1
|
Serial and pins debug cleanup
- Rename some AVR / DUE / ESP32 serial types
- Reduce two #error to one static_assert
- Update AVR/DUE error messages
|
4 years ago |
ManuelMcLure
|
bac72ff0cc
|
Only look for target disk during Upload (#21804)
|
4 years ago |
Scott Lahteine
|
fccfcfbe5f
|
Cleanup, hex formatting, includes
|
4 years ago |
Scott Lahteine
|
01825d883e
|
Apply SBI/CBI/TEST in HAL
|
4 years ago |
Victor Oliveira
|
ae06ee24c5
|
Fix bad call to 'diskIODriver' (#21775)
|
4 years ago |
Keith Bennett
|
40d789ce18
|
Fix "continuous" typo (#21701)
|
4 years ago |
fedetony
|
d3a2c6a0b4
|
Soft Reset via Serial or post-kill button click (#21652)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
3bddbb1110
|
Clean up formatting, wrap macros
|
4 years ago |
Scott Lahteine
|
550a806d77
|
More detailed serial config error
|
4 years ago |
Scott Lahteine
|
73f6426114
|
Use itoa for sprintf int
|
4 years ago |
Scott Lahteine
|
c6c6c56186
|
SDIO cleanup
|
4 years ago |
Scott Lahteine
|
0e9836649e
|
Misc. formatting, serial out
|
4 years ago |
Victor Oliveira
|
138340ee99
|
Multi-Volume. Select Media for LVGL (#21344)
|
4 years ago |
pinchies
|
41eb5813e0
|
Fix Flash size (512KB) for STM32F103ZE (#21590)
|
4 years ago |
Ramiro Polla
|
8048d1411f
|
Drop return value from Serial::write() (#21567)
|
4 years ago |
BigTreeTech
|
b483a8d652
|
BTT SKR-SE-BX (STM32H743IIT6 ARM Cortex M7) and BIQU_BX_TFT70 (#21536)
|
4 years ago |
Mike La Spina
|
993609b5aa
|
Make DELAY_NS round up on AVR (#21546)
|
4 years ago |
Scott Lahteine
|
8b6718c632
|
misc. pointer formatting
|
4 years ago |
Scott Lahteine
|
895e40190b
|
Suppress redundant serial errors
|
4 years ago |
Scott Lahteine
|
62f37669dc
|
Replace 'const float &' with 'const_float_t' (#21505)
|
4 years ago |
Sola
|
4d17613050
|
MKS H43 fix, cleanup (#21485)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
Victor Oliveira
|
6e0b79a33b
|
Fix and add STM32 SDIO DMA (#21476)
|
4 years ago |
Scott Lahteine
|
3b73b115ca
|
Apply pointer formatting
|
4 years ago |
Tomas Rimkus
|
8a67846872
|
Avoid watchdog reset in all wired EEPROMs (#21436)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
Scott Lahteine
|
704b8cd83c
|
Apply TMC UART to STM32, simplify
|
4 years ago |
Scott Lahteine
|
84b961cb20
|
Define HW serial ports needed for TMC UART (#21446)
|
4 years ago |
Scott Lahteine
|
38b44e3fc9
|
HAL eeprom cleanup
|
4 years ago |
Scott Lahteine
|
560448afed
|
Revert "Fix small wired EEPROM (#21337)"
Reverting commit cc3e878f90 pending further investigation.
|
4 years ago |
X-Ryl669
|
c07f99d5e4
|
Teensy USB / serial followup (#21316)
|
4 years ago |
X-Ryl669
|
d787cd3076
|
Fix build with Meatpack only on 2nd port (#21336)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
Scott Lahteine
|
cc3e878f90
|
Fix small wired EEPROM (#21337)
Co-Authored-By: jafal99 <26922965+jafal99@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
604c5dedf4
|
MarlinSerial cleanup
|
4 years ago |
Scott Lahteine
|
8532c2b9b6
|
Fix MarlinSerial typo
|
4 years ago |
Scott Lahteine
|
048f6b4731
|
Tricked-out declaration
|
4 years ago |
Scott Lahteine
|
dbd28eecc9
|
Number serial from 1 to match settings
|
4 years ago |
Victor Oliveira
|
2f1fd4bbaa
|
Host Keepalive followup (#21290)
Followup to #21283
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
Victor Oliveira
|
1b9ff68f8c
|
Fix Host Keepalive serial target (#21283)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
Mike La Spina
|
b95e548ddb
|
Cooler (for Laser) - M143, M193 (#21255)
|
4 years ago |
Scott Lahteine
|
fd270ddc6c
|
misc. cleanup
|
4 years ago |
Scott Lahteine
|
8c9a59c29e
|
Fewer warnings
|
4 years ago |
Scott Lahteine
|
dd42831cba
|
Serial macros cleanup
|
4 years ago |
Scott Lahteine
|
903d0b91fc
|
Tweaks to build scripts
|
4 years ago |