You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
7 years ago
..
lib Module updates 7 years ago
src Fix MarlinSerial (AVR) (#10991) 7 years ago
Configuration.h Add MAXIMUM_STEPPER_RATE, enforce in multi-stepping 7 years ago
Configuration_adv.h Add MAXIMUM_STEPPER_RATE, enforce in multi-stepping 7 years ago
Makefile Match Makefile to boards.h 7 years ago
Marlin.ino Marlin.ino needs no content (#9506) 7 years ago