- May 25, 2018
-
-
Scott Lahteine authored
-
Bob Kuhn authored
* Use a different method to find the volume info in Windows
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- May 24, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- May 23, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
Co-Authored-By:
ejtagle <ejtagle@hotmail.com>
-
Scott Lahteine authored
-
Axel authored
- Ordering and match classification between `boards.h` and `pins.h` - Check `pins.h` environments
-
Scott Lahteine authored
-
- May 22, 2018
-
-
Axel authored
STM32 ARM Cortex-M3 boards were listed as M4
-
Bob Kuhn authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Fix #10777 for 2.0.x Co-Authored-By:
Ante Vukorepa <o.orcinus@gmail.com>
-
Scott Lahteine authored
As noted in #10777
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- May 21, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Bob Kuhn authored
-
- May 20, 2018
-
-
Scott Lahteine authored
Fix #10761
-
Bob Kuhn authored
-
Scott Lahteine authored
[2.0.x] Refactor, optimization of core planner/stepper/endstops logic
-
etagle authored
- Also implemented real endstop reading on interrupt.
-
etagle authored
- Fixed the planner incorrectly avoiding optimization of the block following the active one. - Added extra conditions to terminate planner early and avoid redundant computations.
-
etagle authored
Allows the Stepper ISR to wait until a given block is free for use. Allows Planner to plan the first move, which is split into two.
-
etagle authored
Better encapsulation and considerably reduce stepper jitter
-
etagle authored
Disabling an ISR on ARM has 3 instructions of latency. A Memory barrier is REQUIRED to ensure proper and predictable disabling. Memory barriers are expensive, so avoid disabling if already disabled (See https://mcuoneclipse.com/2015/10/16/nvic-disabling-interrupts-on-arm-cortex-m-and-the-need-for-a-memory-barrier-instruction/)
-
Scott Lahteine authored
Co-Authored-By:
ejtagle <ejtagle@hotmail.com>
-
Scott Lahteine authored
Co-Authored-By:
ejtagle <ejtagle@hotmail.com>
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Alternative to the apparently superfluous double delay
-