Merge branch 'feature/e-endstop' into merge-abc-with-homing
[clinton/Smoothieware.git] / src / libs / StepTicker.cpp
2016-10-21 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-10-14 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-10-14 Jim MorrisMerge pull request #1041 from wolfmanjm/upstreamedge
2016-10-14 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2016-10-14 Jim MorrisBetter and correct fix for Kill hanging on E moving
2016-07-17 Jim MorrisMerge pull request #986 from wolfmanjm/upstreamedge
2016-07-17 Jim Morrisclear current_tick when halted and when starting a...
2016-07-16 Jim MorrisMerge pull request #984 from wolfmanjm/upstreamedge
2016-07-16 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2016-07-13 Jim Morrishave unstep timer stop on match, so no more interrupts...
2016-07-12 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2016-07-12 Jim Morrisprepare to check the step pulse length compared to...
2016-07-02 Jim MorrisMerge pull request #961 from wolfmanjm/upstreamedge
2016-06-28 Jim MorrisMerge remote-tracking branch 'upstream/edge' into exper...
2016-06-28 Jim MorrisMerge pull request #907 from lordofhyphens/deltagrid_ca...
2016-06-27 Jim Morrisalos make sure stepticker handles ablock with no steps...
2016-06-26 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-06-24 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-06-23 Jim Morrisminor refactors
2016-06-17 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-06-17 Jim MorrisImplement endstops using new motion control
2016-06-16 Jim Morrisfix bugs inconveyor so it starts queue off correctly
2016-06-16 Jim MorrisGo back to stepticker getting data direct from block...
2016-06-10 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-06-07 Jim Morrismove where the stepticker debug pin is defined
2016-06-06 Arthur WolfMerge pull request #933 from Smoothieware/edge
2016-06-01 Jim MorrisMerge branch 'upstreamedge' into feature/acceleration...
2016-05-30 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-05-28 Jim Morrisfix step ticker debug pin definition
2016-05-28 Jim MorrisMerge remote-tracking branch 'upstream/edge' into merge...
2016-05-28 Jim MorrisMerge pull request #921 from wolfmanjm/feature/cnc...
2016-05-26 Jim Morrismake the jobq time atomic
2016-05-25 Jim Morrisattempt to fix the issues regarding the job q drying...
2016-05-24 Jim Morrisimprove the check for blocks that can be pushed onto...
2016-05-24 Jim MorrisFix conveyor to autostart
2016-05-23 Arthur WolfMerge pull request #929 from Smoothieware/edge
2016-05-23 Jim MorrisReworked the entire block queue and conveyor, see comme...
2016-05-17 Jim Morriscomments
2016-05-15 Jim Morrisstart at tick 0
2016-05-15 Jim Morrisadd job queue to stepticker.
2016-05-15 Jim Morrisfixed bugs
2016-05-14 Jim MorrisInital rewrite of stepticker and associated code to...
2016-05-11 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-04-30 Jim MorrisMerge branch 'upstreamedge' into test/encoder-direct...
2016-04-27 Jim Morrisget direct step running from encoder
2016-02-23 Jim MorrisMerge pull request #857 from wolfmanjm/refactor/G38...
2016-02-23 Jim Morrisremove the fnc from stepticker used for probe checking.
2016-02-22 Jim MorrisMerge pull request #851 from wolfmanjm/feature/correct...
2016-02-21 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-02-21 Jim MorrisMerge pull request #854 from Smoothieware/fix/when...
2016-02-21 Jim MorrisMerge branch 'fix/when-slow-ticker-is-started' into...
2016-02-21 Jim Morrisfix when slow ticker gets started
2016-02-21 Jim Morriscleanup some ctors
2016-02-16 Fred MurphyMerge branch 'edge' of https://github.com/Smoothieware...
2016-02-16 Jim MorrisMerge pull request #847 from wolfmanjm/feature/make...
2016-02-16 Jim MorrisIntroduce the ability to stop a planner move based...
2015-01-21 Arthur WolfMerge pull request #552 from lautr3k/module/Drills
2014-12-09 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2014-12-09 Jim MorrisMerge pull request #551 from wolfmanjm/use-pendsv-handl...
2014-12-09 Jim Morrisremove debug step pins
2014-12-09 Jim Morrismake sure acceleration tick does not intterupt if alrea...
2014-12-09 Jim Morrisreimplement the acceleration timer sync for start of...
2014-12-08 Jim Morrissynchronize acceleration timer with start of block
2014-12-04 Jim Morrisrefactor unstep handling, not any faster but easier...
2014-12-02 Jim Morristry another method to compensate for late steps
2014-12-02 Jim MorrisMerge remote-tracking branch 'upstream/edge' into use...
2014-12-02 Jim MorrisKeep ticking fx_counter regardless, this allows all...
2014-12-01 Jim MorrisMerge remote-tracking branch 'upstream/edge' into use...
2014-12-01 Jim Morrisuse RIT timer for accleration tick lower prioirty than...
2014-12-01 Jim Morrischange fxcounter back to 32 fixed point but 18:14
2014-11-30 Jim Morrisuse atomic counter for end of move flag to avoid more...
2014-11-29 Jim Morrisfix deadlock/race condition
2014-11-29 Jim Morrisremove acceleration tick from timer3, use the pending...
2014-11-28 Jim Morrisoptimize the stepticker activate/deactivate motor,...
2014-11-28 Jim Morrismore anti race condition stuff
2014-11-28 Jim Morrisavoid multiple trigger of pendsv
2014-11-27 Jim Morrisinitial attempt to use pendsv for processing block...
2014-11-24 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2014-11-23 Jim Morrisadd debug pins to makefile, ignored if not set origin/fix/trapezoid-symmetry
2014-11-21 Jim Morrisuse floorf isntead of floor
2014-11-20 Jim Morrisclean up StepperMotor in StepTicker, the steppermotor...
2014-11-19 Jim Morrisrename moves_finished to a_move_finsihed to be more...
2014-11-19 Jim Morrisfix step counter logic
2014-11-19 Jim Morrisuse uint64 for fx counter so minimum speed is now much...
2014-06-29 Jim MorrisMerge branch 'edge'
2014-05-31 Jim MorrisMerge pull request #407 from wolfmanjm/panel/add-settin...
2014-05-30 Jim MorrisInitial addition of settings and temperature control...
2014-05-24 LogxenMerge pull request #399 from Smoothieware/edge
2014-04-23 LogxenMerge branch 'edge' into multitool
2014-03-30 Jim MorrisMerge pull request #350 from wolfmanjm/fix/tabs-in...
2014-03-30 Jim MorrisAllow TABS in config
2014-02-19 LogxenMerge branch 'switch' into edge
2014-01-31 Michael MoonDon't chain header includes if we don't have to, use...
2014-01-24 Michael MoonMerge branch 'master' into edge
2014-01-24 Michael MoonMerge branch 'fix/TemperatureControl_indexes' into...
2014-01-24 Michael MoonMerge branch 'feature/Actuator' into edge
2014-01-23 Michael MoonStepperMotor has its own Pins. Copy data into them...
2013-12-27 Michael MoonReplace all doubles with floats including some constants
2013-12-22 Jim MorrisMerge branch 'upstreamedge' into upstream-master
2013-07-18 Logxenrevert to pre-actuator state
next