Implement endstops using new motion control
[clinton/Smoothieware.git] / src / modules / utils / motordrivercontrol / MotorDriverControl.cpp
2016-06-17 Jim MorrisImplement endstops using new motion control
2016-04-30 Jim MorrisMerge branch 'upstreamedge' into test/encoder-direct...
2016-04-29 Jim MorrisMerge pull request #920 from wolfmanjm/upstreamedge
2016-04-29 Jim Morrisadd designator to motordriver messages
2016-03-31 Jim MorrisMerge pull request #897 from Smoothieware/refactor...
2016-03-31 Jim Morrisrefactor to allow for driver specific config settings
2016-03-31 Jim MorrisMerge pull request #896 from wolfmanjm/upstreamedge
2016-03-31 Jim MorrisIf raw registers are usied in config, write the registe...
2015-11-29 Arthur WolfMerge pull request #749 from justinledwards/patch-1
2015-11-29 Jim MorrisMerge pull request #773 from wolfmanjm/add/SPI-driver...
2015-11-29 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2015-11-23 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2015-11-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2015-11-22 Jim MorrisOnly report errors once
2015-11-20 Jim Morrisadded error flag detection for DRV8711
2015-11-20 Jim Morrisadd optional error status bit checking and optional...
2015-11-18 Jim Morrisrefactor register read and writes for drv8711 and impro...
2015-11-16 Jim Morrisadd machine readablke data format for TMC status for...
2015-11-16 Jim Morrisadd support for the processing TMC26X tuning app
2015-11-15 Jim Morrisonly output M500/M503 stuff if it has been set or overriden
2015-11-14 Jim MorrisAdded more settings for TMC2660...
2015-11-14 Jim Morrisfixup report
2015-11-14 Jim Morrisadd ability to set specific options for a chip from...
2015-11-13 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2015-11-13 Jim Morrisset per chip default max currrent
2015-11-13 Jim Morrischeck steps/mm settings after automatic change after...
2015-11-13 Jim Morrisadded M911 to set the raw registers of an advanced...
2015-11-13 Jim Morrisadd motor enable handling with a new ON_ENABLE event
2015-11-13 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2015-11-13 Jim Morrisadd raw register setting from config
2015-11-12 Jim Morrisadded drv8711 library, but it needs much work
2015-11-12 Jim Morrisadded debug output
2015-11-12 Jim Morrisadded TMC26X driver library (fixed up)
2015-11-11 Jim Morrisimplemented initial setup and configs
2015-11-11 Jim MorrisInitial creation of th emotor controller module