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 d3c02410a8 [2.0.x] Small assorted collection of fixes and improvements (#10911)
* Misc fixes and improvements

- Get rid of most critical sections on the Serial port drivers for AVR and DUE. Proper usage of FIFOs should allow interrupts to stay enabled without harm to queuing and dequeuing.
  Also, with 8-bit indices (for AVR) and up to 32-bit indices (for ARM), there is no need to protect reads and writes to those indices.
- Simplify the XON/XOFF logic quite a bit. Much cleaner now (both for AVR and ARM)
- Prevent a race condition (edge case) that could happen when estimating the proper value for the stepper timer (by reading it) and writing the calculated value for the time to the next ISR by disabling interrupts in those critical and small sections of the code - The problem could lead to lost steps.
- Fix dual endstops not properly homing bug (maybe).

* Set position immediately when possible
7 years ago
..
lib Module updates 7 years ago
src [2.0.x] Small assorted collection of fixes and improvements (#10911) 7 years ago
Configuration.h BEZIER_JERK_CONTROL => S_CURVE_ACCELERATION 7 years ago
Configuration_adv.h Fix/Improve junction deviation 7 years ago
Makefile Match Makefile to boards.h 7 years ago
Marlin.ino Marlin.ino needs no content (#9506) 7 years ago