51 Commits
Author SHA1 Message Date
X-Ryl669andScott Lahteine 0dc1a58b24 Configurations embed and retrieve (#21321, #23303) 2021-12-25 03:23:10 -06:00
X-Ryl669andScott Lahteine f18da95d38 Flags for MarlinSerial instance features (#21318) 2021-04-29 08:45:17 -05:00
X-Ryl669andScott Lahteine 35c32602f4 Teensy USB / serial followup (#21316) 2021-04-29 08:45:16 -05:00
f6f5ed166f Fix build with Meatpack only on 2nd port (#21336)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:16 -05:00
59a9be5f5a Undef unused 2nd serial option(s) (#21331)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:16 -05:00
X-Ryl669andScott Lahteine 242ef2b2b4 Fix MeatPack with per-serial-port instances (#21306) 2021-04-29 08:45:16 -05:00
X-Ryl669andScott Lahteine 6652c7c435 Distinguish serial index from mask (#21287) 2021-04-29 08:45:15 -05:00
X-Ryl669andScott Lahteine 3f9fe2dac4 Fix G-code Queue merge (#21213) 2021-04-29 08:45:14 -05:00
X-Ryl669andScott Lahteine e1283b8a86 G-code Queue followup (#21214) 2021-04-29 08:45:14 -05:00
X-Ryl669andScott Lahteine 80aac1b711 Make F_CPU a compile-time constant (#21051) 2021-04-29 08:45:14 -05:00
X-Ryl669andScott Lahteine 532dbb8064 Fix and improve G-code queue (#21122)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:14 -05:00
X-Ryl669andScott Lahteine b33afb790e Let libmaple accept RX/TX_BUFFER_SIZE (#21177) 2021-04-29 08:45:14 -05:00
X-Ryl669andScott Lahteine 73332f4df1 Combined LPC / Serial fixes (#21178)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:14 -05:00
X-Ryl669andScott Lahteine dc11874abe Postmortem Debugging to serial port (#20492) 2021-04-29 08:45:14 -05:00
X-Ryl669andScott Lahteine 03396922ab Fix/improve configs build script (#21086) 2021-04-29 08:45:14 -05:00
X-Ryl669andScott Lahteine c759b2d2a6 Script to download & build Configurations (#20992)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:14 -05:00
X-Ryl669andScott Lahteine 92b5f06bf9 Use -g3 to include macros in debug symbols (#21052) 2021-04-29 08:45:13 -05:00
X-Ryl669andScott Lahteine 4316522146 Improve Delay test report (#21047) 2021-04-29 08:45:13 -05:00
X-Ryl669andScott Lahteine 77f48d2bad Serial refactor. Default 8-bit ECHO to int, not char (#20985)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:13 -05:00
X-Ryl669andScott Lahteine 77966135e8 Fix ARM delay function (#20901) 2021-04-29 08:45:13 -05:00
X-Ryl669andScott Lahteine 1e5995335c LVGL UI G-code console (#20755) 2021-04-29 08:45:13 -05:00
X-Ryl669andScott Lahteine c631fb79d5 Fix AutoReporter implementation (#20959) 2021-04-29 08:45:13 -05:00
X-Ryl669andScott Lahteine 9ae204df9c Serial refactor followup (#20932) 2021-04-29 08:45:13 -05:00
X-Ryl669andScott Lahteine b44de74b91 Optimize serial output code for size (#20911) 2021-04-29 08:45:12 -05:00
X-Ryl669andScott Lahteine efa1e56369 Refactor serial class with templates (#20783) 2021-04-29 08:45:12 -05:00
X-Ryl669andScott Lahteine a33c689c40 Improve Touch Calibration screen (#20524) 2021-04-29 08:45:09 -05:00
X-Ryl669andGitHub 139c149486 Flags for MarlinSerial instance features (#21318) 2021-03-29 21:36:01 -05:00
X-Ryl669andGitHub c07f99d5e4 Teensy USB / serial followup (#21316) 2021-03-14 20:23:41 -05:00
d787cd3076 Fix build with Meatpack only on 2nd port (#21336)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-03-14 12:11:11 -05:00
9dc2712c47 Undef unused 2nd serial option(s) (#21331)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-03-12 05:25:30 -06:00
X-Ryl669andGitHub f147a8990a Fix MeatPack with per-serial-port instances (#21306) 2021-03-10 14:22:20 -06:00
X-Ryl669andGitHub 55c31fbe9a Distinguish serial index from mask (#21287) 2021-03-09 03:20:37 -06:00
X-Ryl669andScott Lahteine db5967472b Fix G-code Queue merge (#21213) 2021-02-27 13:17:21 -06:00
X-Ryl669andGitHub e65a84f6ea G-code Queue followup (#21214) 2021-02-27 13:13:04 -06:00
X-Ryl669andGitHub 56462cf082 Make F_CPU a compile-time constant (#21051) 2021-02-26 17:59:28 -06:00
ec42be346d Fix and improve G-code queue (#21122)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-02-26 16:54:46 -06:00
X-Ryl669andGitHub 0cc03f912c Let libmaple accept RX/TX_BUFFER_SIZE (#21177) 2021-02-25 01:26:56 -06:00
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-Ryl669andGitHub 8d28853774 Postmortem Debugging to serial port (#20492) 2021-02-20 20:22:20 -06:00
X-Ryl669andGitHub 7b23f41fd4 Fix/improve configs build script (#21086) 2021-02-16 18:41:00 -06:00
d86910ce94 Script to download & build Configurations (#20992)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-02-15 05:48:11 -06:00
X-Ryl669andGitHub ce1ec22704 Use -g3 to include macros in debug symbols (#21052) 2021-02-12 08:33:27 -06:00
X-Ryl669andGitHub 03789c4d97 Improve Delay test report (#21047) 2021-02-12 07:49:07 -06:00
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
X-Ryl669andGitHub 1c19af2c8f Fix ARM delay function (#20901) 2021-02-05 22:43:51 -06:00
X-Ryl669andGitHub c74f972627 LVGL UI G-code console (#20755) 2021-01-31 18:18:39 -06:00
X-Ryl669andGitHub 07b4cc145b Fix AutoReporter implementation (#20959) 2021-01-31 18:11:50 -06:00
X-Ryl669andGitHub 27366197f3 Serial refactor followup (#20932) 2021-01-31 17:21:27 -06:00
X-Ryl669andGitHub 9e004a9496 Optimize serial output code for size (#20911) 2021-01-28 19:59:16 -06:00
X-Ryl669andGitHub 3f01b222b2 Refactor serial class with templates (#20783) 2021-01-28 02:02:06 -06:00
X-Ryl669andGitHub 91730d71ff Improve Touch Calibration screen (#20524) 2020-12-22 06:17:06 -06:00