This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin
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
..
lib Module updates 2017-09-21 16:26:42 -05:00
src Fix MarlinSerial (AVR) (#10991) 2018-06-10 20:32:20 -05:00
Configuration.h Add MAXIMUM_STEPPER_RATE, enforce in multi-stepping 2018-06-10 16:02:47 -05:00
Configuration_adv.h Add MAXIMUM_STEPPER_RATE, enforce in multi-stepping 2018-06-10 16:02:47 -05:00
Makefile Match Makefile to boards.h 2018-04-20 16:13:50 -05:00
Marlin.ino Marlin.ino needs no content (#9506) 2018-02-06 02:28:18 -06:00