Scott Lahteine
|
80f8ec94aa
|
🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN
|
2021-08-08 23:54:48 -05:00 |
|
Scott Lahteine
|
69b44c2309
|
📌 Require U8glib-HAL@~0.5.0 (#22324)
|
2021-07-09 16:03:41 -05:00 |
|
Scott Lahteine
|
ab050878e9
|
🎨 Clean up LPC1768 SPI init
|
2021-06-15 00:11:18 -05:00 |
|
Katelyn Schiesser
|
d322e495b2
|
✨ More flexible redundant temp sensor (#22085)
|
2021-06-15 00:09:52 -05:00 |
|
Scott Lahteine
|
967942460e
|
⚡️ Optimize Sensitive Pins array (except STM32) (#22080)
|
2021-06-15 00:09:52 -05:00 |
|
DerAndere
|
c1fca91103
|
🏗️ Support for up to 6 linear axes (#19112)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2021-06-15 00:05:03 -05:00 |
|
Scott Lahteine
|
49b05ba989
|
🎨 Flags for homing directions
|
2021-05-22 16:09:18 -05:00 |
|
BigTreeTech
|
ac11c689f7
|
Capacitive Touch Screen (GT911) for SKR SE BX (#21843)
Co-authored-by: Msq001 <alansayyeah@gmail.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2021-05-15 15:05:53 -05:00 |
|
ellensp
|
9fa9eebe51
|
Support a third serial port (#21784)
|
2021-05-15 15:05:53 -05:00 |
|
Scott Lahteine
|
4518506559
|
Serial and pins debug cleanup
- Rename some AVR / DUE / ESP32 serial types
- Reduce two #error to one static_assert
- Update AVR/DUE error messages
|
2021-05-15 15:05:53 -05:00 |
|
Scott Lahteine
|
db90a180c2
|
Cleanup, hex formatting, includes
|
2021-05-15 15:05:52 -05:00 |
|
ManuelMcLure
|
6e18af6f81
|
Only look for target disk during Upload (#21804)
|
2021-05-06 01:46:36 -05:00 |
|
Scott Lahteine
|
a468701511
|
Cleanup, hex formatting
|
2021-05-05 07:34:39 -05:00 |
|
Scott Lahteine
|
5cbdf51b4a
|
Apply SBI/CBI/TEST in HAL
|
2021-05-05 07:31:47 -05:00 |
|
fedetony
|
d3a2c6a0b4
|
Soft Reset via Serial or post-kill button click (#21652)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-04-24 02:53:52 -05:00 |
|
Scott Lahteine
|
550a806d77
|
More detailed serial config error
|
2021-04-18 18:24:58 -05:00 |
|
Sola
|
4d17613050
|
MKS H43 fix, cleanup (#21485)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2021-03-31 02:34:17 -05:00 |
|
Scott Lahteine
|
3b73b115ca
|
Apply pointer formatting
|
2021-03-29 20:36:37 -05:00 |
|
Tomas Rimkus
|
8a67846872
|
Avoid watchdog reset in all wired EEPROMs (#21436)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2021-03-25 19:16:45 -05:00 |
|
Scott Lahteine
|
84b961cb20
|
Define HW serial ports needed for TMC UART (#21446)
|
2021-03-25 16:19:03 -05:00 |
|
Scott Lahteine
|
dbd28eecc9
|
Number serial from 1 to match settings
|
2021-03-10 13:45:53 -06:00 |
|
Scott Lahteine
|
8c9a59c29e
|
Fewer warnings
|
2021-03-01 06:21:51 -06:00 |
|
Scott Lahteine
|
dd42831cba
|
Serial macros cleanup
|
2021-02-28 20:02:24 -06:00 |
|
Scott Lahteine
|
903d0b91fc
|
Tweaks to build scripts
|
2021-02-27 22:38:57 -06:00 |
|
X-Ryl669
|
f003e52009
|
Combined LPC / Serial fixes (#21178)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-02-25 01:23:29 -06:00 |
|
X-Ryl669
|
8d28853774
|
Postmortem Debugging to serial port (#20492)
|
2021-02-20 20:22:20 -06:00 |
|
JoAnn Manges
|
8707ae23e2
|
MAX Thermocouples rework (#20447)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2021-02-08 19:51:57 -06:00 |
|
X-Ryl669
|
e7c711996b
|
Serial refactor. Default 8-bit ECHO to int, not char (#20985)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-02-08 00:37:24 -06:00 |
|
Chris Pepper
|
5233e66762
|
Improve RPi host kernel panic mitigation
It was still possible to cause a Kernel panic, this additional 500ms delay before disconnect appears to mitigate it completely.
|
2021-02-07 20:46:24 +00:00 |
|
Scott Lahteine
|
10aaab6350
|
Use 'false'
|
2021-02-05 18:48:11 -06:00 |
|
Chris Pepper
|
004bed8a7f
|
Mitigate RPi hosts kernel panic on M997
Work around M997 sometimes causing a kernel panic on the host when sent from a Raspbery Pi, the root cause is currently unknown.
|
2021-02-05 22:43:36 +00:00 |
|
Scott Lahteine
|
c6ef86029c
|
Evaluate ANY_SERIAL_IS in place
|
2021-02-02 16:00:11 -06:00 |
|
X-Ryl669
|
3f01b222b2
|
Refactor serial class with templates (#20783)
|
2021-01-28 02:02:06 -06:00 |
|
ConstantijnCrijnen
|
b95f5c5bea
|
Configure / disable PRINTCOUNTER save interval (#20856)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2021-01-26 02:30:31 -06:00 |
|
Rockman18
|
d0f953218f
|
Fix, consolidate PSTR aliases (#20812)
Co-authored-by: Jason Smith <jason.inet@gmail.com>
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-01-19 16:26:25 -06:00 |
|
Scott Lahteine
|
b41f41589a
|
General cleanup, use _BV
|
2021-01-16 22:53:50 -06:00 |
|
Giuliano Zaro
|
1d5862a39b
|
MMU2 as standard serial device (#20771)
|
2021-01-15 20:38:34 -06:00 |
|
Scott Lahteine
|
4a89731025
|
Rotary encoder cleanup (#20753)
|
2021-01-12 20:43:52 -06:00 |
|
Victor Oliveira
|
c840bbc970
|
Prefix SD SPI pins (SCK, MISO, MOSI, SS) (#20606)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-01-01 14:31:15 -06:00 |
|
Scott Lahteine
|
a9d18f0f57
|
SPI and pins cleanup
|
2020-12-30 22:00:36 -06:00 |
|
Chris Pepper
|
9fd358f10c
|
LPC176x framework update (#20469)
|
2020-12-14 22:36:25 +00:00 |
|
Keith Bennett
|
6cf4b888e1
|
Clarify "not Interrupt-capable" error message (#20419)
|
2020-12-10 15:27:02 -03:00 |
|
Scott Lahteine
|
b04914fb72
|
More LPC P-string macros
|
2020-12-07 05:06:24 -06:00 |
|
Scott Lahteine
|
18853defdd
|
Reduce warnings, extern "C" cleanup (#20279)
|
2020-11-25 21:40:56 -06:00 |
|
Vitaliy
|
19d0c985be
|
Windows LPC Upload for non-admins (#20208)
Co-authored-by: Victor Mateus Oliveira <rhapsodyv@gmail.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2020-11-19 17:49:12 -06:00 |
|
Giuliano Zaro
|
41529b6598
|
SMUFF (MMU2 clone) support (#19912)
|
2020-11-18 01:27:21 -06:00 |
|
Scott Lahteine
|
11b811820f
|
USB Media Host followup
Restore HAS_SHARED_MEDIA
|
2020-11-18 00:13:28 -06:00 |
|
Victor Oliveira
|
f1cdd02d4c
|
Improve USB Media Host conditions (#20176)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2020-11-17 23:48:14 -06:00 |
|
Victor Oliveira
|
ea371618da
|
Add Touch Calibration screen (#20049)
|
2020-11-15 16:39:58 -06:00 |
|
Scott Lahteine
|
8c052e43f1
|
Update some file headers
|
2020-11-06 23:46:56 -06:00 |
|