marlin2_a10m/Marlin/src
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
2018-06-01 19:02:22 -05:00
..
config Fix/Improve junction deviation 2018-05-31 20:09:53 -05:00
core [2.0.x] Add GTM32 Pro VB support (#10898) 2018-05-31 00:11:38 -05:00
feature Fix the Z un-hop on G11 2018-05-29 23:41:36 -05:00
gcode Fix M914 value range (-64...+63) 2018-05-29 12:02:15 -05:00
HAL [2.0.x] Small assorted collection of fixes and improvements (#10911) 2018-06-01 19:02:22 -05:00
inc Fix/Improve junction deviation 2018-05-31 20:09:53 -05:00
lcd Clean up trailing spaces from vim, etc. 2018-05-31 00:09:41 -05:00
libs Smarter MIN, MAX, ABS macros 2018-05-13 04:52:56 -05:00
module [2.0.x] Small assorted collection of fixes and improvements (#10911) 2018-06-01 19:02:22 -05:00
pins [2.0.x] Add GTM32 Pro VB support (#10898) 2018-05-31 00:11:38 -05:00
sd Clean up and consolidate SD-related code (#10831) 2018-05-24 01:18:56 -05:00
Marlin.cpp Correct HOTENDS for SWITCHING_EXTRUDER 2018-05-27 23:22:48 -05:00
Marlin.h Apply _AXIS macro 2018-05-13 06:51:01 -05:00