muele-marlin/Marlin/src/HAL/HAL_AVR
Roxy-3D bfd9728cf4
Serial buffer over run work around for v2.0.0 (#9236)
* Work around for serial buffer over run

PronterFace sends a lot of M105 commands.  During long operations such
as UBL's G29 P1, G29 P2, G29 P4 and G26 this can over run the serial
buffer.   This results (very often) in a M1 (actually a M1M105) ending
up in the command queue.

Until we figure out a better way to resolve this issue, this will keep
the UBL commands from experiencing bogus commands at thier completion.
2018-01-18 19:57:18 -06:00
..
endstop_interrupts.h Implement support for Dual X and Y endstops 2017-10-29 18:56:04 -05:00
fastio_168.h Fix some AVR HAL code style 2017-10-14 19:05:10 -05:00
fastio_644.h Fix some AVR HAL code style 2017-10-14 19:05:10 -05:00
fastio_1280.h Fix some AVR HAL code style 2017-10-14 19:05:10 -05:00
fastio_1281.h Fix some AVR HAL code style 2017-10-14 19:05:10 -05:00
fastio_AT90USB.h Fix some AVR HAL code style 2017-10-14 19:05:10 -05:00
fastio_AVR.h Fix _BV already defined warnings 2017-11-24 21:59:31 -06:00
HAL_AVR.cpp Multi-host support 2018-01-10 00:14:47 -06:00
HAL_AVR.h Add STEPPER_ISR_ENABLED() to HALs 2018-01-14 21:07:10 -06:00
HAL_pinsDebug_AVR.h Multi-host support 2018-01-10 00:14:47 -06:00
HAL_spi_AVR.cpp Trailing whitespace clean 2018-01-05 10:11:31 -06:00
MarlinSerial.cpp Serial buffer over run work around for v2.0.0 (#9236) 2018-01-18 19:57:18 -06:00
MarlinSerial.h [2.0.x] Fix compile errors (#9141) 2018-01-11 21:43:26 -06:00
math_AVR.h Fix some AVR HAL code style 2017-10-14 19:05:10 -05:00
persistent_store_impl.cpp Add MarlinSettings::validate() 2018-01-05 14:35:24 -06:00
pinsDebug_AVR_8_bit.h Multi-host support 2018-01-10 00:14:47 -06:00
pinsDebug_plus_70.h [2.0.x] Support for SilverGate Board 2017-10-31 15:27:26 -05:00
pinsDebug_Teensyduino.h Fix some AVR HAL code style 2017-10-14 19:05:10 -05:00
SanityCheck_AVR_8_bit.h Fix some AVR HAL code style 2017-10-14 19:05:10 -05:00
servo_AVR.cpp [2.0.x] removed spaces 2017-11-05 20:42:48 +01:00
ServoTimers.h Apply some formatting 2017-11-18 03:12:30 -06:00
spi_pins.h Fix some AVR HAL code style 2017-10-14 19:05:10 -05:00
watchdog_AVR.cpp Fix watchdog in WATCHDOG_RESET_MANUAL mode AVR 2017-11-03 04:43:00 +01:00
watchdog_AVR.h Fix some AVR HAL code style 2017-10-14 19:05:10 -05:00