Marlin_Firmware/Marlin/src
Eduardo José Tagle 5590c8ffd0 Fix MarlinSerial (AVR) (#10991)
An undocumented hw bug makes the UART lose chars when RX ISR is disabled, even for a very small amount of time. This happens when RX_BUFFER > 256, and the result is corrupted received commands. Solved by implementing pseudo-atomic operations on 16bit indices.
2018-06-10 20:32:20 -05:00
..
config Followup to pin error change 2018-06-10 19:28:45 -05:00
core Prevent MB false-positive on bad board name 2018-06-08 19:58:43 -05:00
feature Fix the Z un-hop on G11 2018-05-29 23:41:36 -05:00
gcode Followup to pin error change 2018-06-10 19:28:45 -05:00
HAL Fix MarlinSerial (AVR) (#10991) 2018-06-10 20:32:20 -05:00
inc Add MAXIMUM_STEPPER_RATE, enforce in multi-stepping 2018-06-10 16:02:47 -05:00
lcd Multiplier edit large ranges 2018-06-10 18:22:12 -05:00
libs Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
module Fix ADC key and chamber temp 2018-06-10 20:11:40 -05:00
pins CREALITY_ENDER is long gone 2018-06-08 19:53:21 -05:00
sd [2.0.x] Fix null check in lsDive (#10978) 2018-06-09 22:03:49 -05:00
Marlin.cpp Protected pin err for M226 2018-06-10 17:45:47 -05:00
Marlin.h Protected pin err for M226 2018-06-10 17:45:47 -05:00