21 Commits (f6f2246f596ffde3fc6182478d41cbff310a670a)

Author SHA1 Message Date
Eduardo José Tagle f6f2246f59 Templatized serial classes (#11982) 6 years ago
Eduardo José Tagle 5590c8ffd0 Fix MarlinSerial (AVR) (#10991) 6 years ago
etagle 99af086cea Add hidden Serial overflow debug options 6 years ago
etagle d90e8fcad9 Fix XON/XOFF implementation 6 years ago
Giuliano c9d1a620d4 [2.0.x] fix indentations (#10934) 6 years ago
Eduardo José Tagle d3c02410a8 [2.0.x] Small assorted collection of fixes and improvements (#10911) 6 years ago
Scott Lahteine 2578996631
[2.0.x] Emergency parser for multiple serial ports (#10524) 6 years ago
Chris Pepper 2242b98248 [LPC176x] Emergency Parser Feature (#10516) 6 years ago
Scott Lahteine 649f375494
Fix: M112 calling kill from interrupt (#9923) 7 years ago
Scott Lahteine 7d6c009104 Add thermistor 15 tuned for JGAurora A5 7 years ago
Roxy-3D bfd9728cf4
Serial buffer over run work around for v2.0.0 (#9236) 7 years ago
etagle c9bbef6380 Cosmetic fix for HAL_AVR/MarlinSerial.cpp 7 years ago
GMagician 546f02c6f4 [2.0.x] Addressing #7896 7 years ago
GMagician eb96d37da0 Serial double echo fix 7 years ago
Scott Lahteine 9fe7f53216 Misc general spacing cleanup 7 years ago
Scott Lahteine 7258218f89 Fix xon_xoff_state initialization 7 years ago
Scott Lahteine 508d764d63 Add serial XON/XOFF handshaking 7 years ago
Dave Johnson f58ba3a64e Improve AVR arch detection 7 years ago
Scott Lahteine 54326fb06a HAL updates 7 years ago
Christopher Pepper 4b16fa3272 Implement HAL and apply macros across code-base 7 years ago
Scott Lahteine 57a51fd5db Tweak some else clauses 7 years ago
Scott Lahteine de4e19f17e Patch MarlinSerial to match up with 32-bit version 8 years ago
Scott Lahteine eaa66f3c46 Indent MarlinSerial code 8 years ago
Scott Lahteine cd882b88db #if defined => #ifdef / PIN_EXISTS 8 years ago
Scott Lahteine 50ee749082 Centralize click-handling in the LCD loop 8 years ago
Scott Lahteine c5fa70809b Implement M0/M1 for EMERGENCY_PARSER 8 years ago
AnHardt 7e36b76af2 Repair MarlinSerial with TX-buffer 8 years ago
Scott Lahteine 14395a1a96 Optimize, reduce size of MarlinSerial 8 years ago
Scott Lahteine 1a558ef486 Tweak MarlinSerial precursor 8 years ago
Scott Lahteine b73203a0b7 Move some includes around to uncover missing deps 8 years ago
Scott Lahteine 83d341c394 Make Conditionals.h a catch-all for old configs 8 years ago
João Brázio 3ebad4e020 Moves all global enums to a central file 8 years ago
esenapaj 58177a1602 Suppress warnings 8 years ago
Scott Lahteine 51c9c3fe2c Indentation in MarlinSerial.cpp 8 years ago
AnHardt 4b44a23a36 Add TX-buffer for MarlinSerial 8 years ago
Scott Lahteine bd5a825b8b Wait for end of line before invoking action 8 years ago
Scott Lahteine ea47803ae2 Simplify emergency parser (only parse initial command) 8 years ago
Scott Lahteine 834ad14c8d Add quickstop_stepper to update current position with stepper.quick_stop() 8 years ago
AnHardt a129078927 Add an emergency-command parser to MarlinSerial (supporting M108) 8 years ago
Scott Lahteine 0da744b7b0 Further cleanup of comments, partial Doxygen-style 9 years ago
jbrazio 5e5d250832 Added gplv3 header to all Marlin files 9 years ago
Lukas Abfalterer 83795d3e63 deleted double used comments 9 years ago
Scott Lahteine e4945b30d2 sbi and cbi are deprecated 9 years ago
Scott Lahteine ff13070b59 Use _BV macros, patch up others 9 years ago
AnHardt cb88fdd242 Protect MarlinSerial against interrupts 9 years ago
AnHardt dc0f41868e Make rx tail/head atomic 9 years ago
Scott Lahteine 9bdab4f3a8 Clean up "else" and other spacing 9 years ago
Scott Lahteine 0c7f7ebcfb Styling adjustments (PR#2668 & PR#2670) 9 years ago
Richard Wackerbarth 4b9d5cd352 Use lowercase names for serial instances 9 years ago
Scott Lahteine 1e2deff4fd Rename BTENABLED to BLUETOOTH 9 years ago