Scott Lahteine
|
6371782263
|
Add HAS_MULTI_SERIAL conditional
|
5 years ago |
Jason Smith
|
209fd2d0cb
|
Fix SERIAL_ECHO forever bug (#17932)
|
5 years ago |
Scott Lahteine
|
39263efef7
|
Allow more serial parameters
|
5 years ago |
Scott Lahteine
|
4ed912eb23
|
Misc. patches
|
5 years ago |
Scott Lahteine
|
38873596ec
|
Tweak parser warning
|
5 years ago |
Scott Lahteine
|
bfad23d3e2
|
(c) 2020
|
5 years ago |
Scott Lahteine
|
95046c9047
|
Extend SERIAL_CHAR to take multiple arguments
|
5 years ago |
randellhodges
|
ebdf8b6b1a
|
Fix STM32 flush of TX (used by UBL) (#16197)
|
5 years ago |
Scott Lahteine
|
cb7817093f
|
More serial macro cleanup
|
5 years ago |
Scott Lahteine
|
f83bc0aa13
|
Optimize common strings
Saves 128 bytes in testing with `mftest mega 1 -y`
|
5 years ago |
Scott Lahteine
|
50e4545255
|
Add custom types for position (#15204)
|
6 years ago |
Scott Lahteine
|
8683d4abfd
|
Improved list-oriented macros
|
6 years ago |
Scott Lahteine
|
465c6d9230
|
Simpler Allen Key config. Fixes, cleanups from refactor (#15256)
|
6 years ago |
Scott Lahteine
|
f9961ddebb
|
Optimize SERIAL_ECHOPAIR_F
|
6 years ago |
Tanguy Pruvot
|
2435c6082a
|
STM32F1: AUTO_BED_LEVELING_UBL build fixes (#15240)
|
6 years ago |
Jamie
|
dbee0e9c54
|
Analog joystick jogging control (#14648)
|
6 years ago |
Marcio Teixeira
|
274934ad81
|
Add LULZBOT_TOUCH_UI (#14967)
|
6 years ago |
Giuliano Zaro
|
7085781c71
|
Include configs in serial.h (#14714)
|
6 years ago |
Scott Lahteine
|
305f277843
|
Drop old includes in serial.h
|
6 years ago |
Scott Lahteine
|
5ccf8c2c33
|
Fix serial.h indents
|
6 years ago |
Scott Lahteine
|
94f2e82897
|
Serial assert (needs work)
|
6 years ago |
Scott Lahteine
|
a2ba0aaaac
|
HAL include and other adjustments (#14525)
|
6 years ago |
Scott Lahteine
|
3ea073ace6
|
Slight reduction in serial.h file size
|
6 years ago |
Scott Lahteine
|
93cd66ac11
|
Tweaky change from (C) to (c)
|
6 years ago |
Scott Lahteine
|
ad4ffa1d2f
|
Use C++ language supported 'nullptr' (#13944)
|
6 years ago |
Scott Lahteine
|
cf12fc8366
|
Expand on serial debugging (#13577)
|
6 years ago |
Scott Lahteine
|
72c7751768
|
Fix SERIAL_POS in use with DEBUG_OUT
|
6 years ago |
Scott Lahteine
|
f5bcc00570
|
Unify debugging output with debug_out.h (#13388)
|
6 years ago |
Hadrien Jouet
|
0278ad0a6d
|
Add ESP32 WiFi interface (#11209)
|
6 years ago |
Scott Lahteine
|
388babbcea
|
Tweak SERIAL_PRINTF
|
6 years ago |
Scott Lahteine
|
c7d618b4d9
|
Fix SERIAL_ECHOLNPAIR
Fix #13333
|
6 years ago |
Scott Lahteine
|
cfdb38eda4
|
Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311)
|
6 years ago |
Chris Pepper
|
38bef9da91
|
Report auto temp to both serial ports, if available (#13301)
|
6 years ago |
Scott Lahteine
|
fa236e9718
|
General cleanup ahead of L64XX
|
6 years ago |
Scott Lahteine
|
64253e1a58
|
Followup to serial reform
Reference #13250
|
6 years ago |
Scott Lahteine
|
e15354e387
|
Simplify serial port redirect (#13234)
|
6 years ago |
Scott Lahteine
|
0feeef2604
|
Update copyright in headers
|
6 years ago |
Scott Lahteine
|
c986239837
|
A single SERIAL_ECHO macro type (#12557)
|
6 years ago |
Scott Lahteine
|
50af1d1e08
|
Differentiate translated On/Off from Serial ON/OFF
|
6 years ago |
Scott Lahteine
|
471f403a67
|
Reduce code size with plain inlines
|
6 years ago |
Scott Lahteine
|
b3b4e6dc45
|
Change Marlin debug flag names to fix conflicts (#12340)
In reference to #11000
|
6 years ago |
Scott Lahteine
|
f5eab912ed
|
Apply #pragma once, misc cleanup (#12322)
* Apply #pragma once in headers
* Adjust some thermistors formatting
* Misc cleanup and formatting
|
6 years ago |
Scott Lahteine
|
43940d59ed
|
Fix trailing spaces
|
6 years ago |
Scott Lahteine
|
cb7844c8d4
|
Save PROGMEM on serial prefixes (#12033)
With default config and `EEPROM_SETTINGS`, saves over 200 bytes of PROGMEM.
|
6 years ago |
Scott Lahteine
|
11ac75edcb
|
Use PGM_P for PSTR pointers (#11977)
|
7 years ago |
Scott Lahteine
|
d4fde91222
|
Fix serial.h including itself
|
7 years ago |
Scott Lahteine
|
d7b699ec34
|
Fewer includes of vector_3.h
|
7 years ago |
Chris Pepper
|
2242b98248
|
[LPC176x] Emergency Parser Feature (#10516)
|
7 years ago |
Scott Lahteine
|
2057177184
|
Make enums into implicit char
|
7 years ago |
Scott Lahteine
|
2c18faf3e4
|
General cleanups for HAL
|
7 years ago |