update firmware.bin
[clinton/Smoothieware.git] / src / modules / utils / pausebutton / PauseButton.cpp
2014-11-29 Jim MorrisMerge branch 'edge'
2014-11-09 Jim MorrisMerge pull request #545 from Smoothieware/add/P1.23...
2014-11-05 Jim MorrisMerge pull request #542 from wolfmanjm/add/clear-block...
2014-11-05 Jim Morrisclean up some code, save some more ram
2014-11-04 Jim Morrisfix issues with timing of when flush happens
2014-11-03 Jim Morrismove the on_halt call into on_idle instead of from ISR
2014-11-03 Jim Morrisclear killed flag on M999
2014-11-03 Jim MorrisAdd halt status to panel and a way to clear it
2014-11-03 Jim MorrisMerge branch 'feature/kill-button' into add/clear-block...
2014-11-03 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2014-09-15 Jim MorrisMerge pull request #511 from Smoothieware/edge
2014-08-30 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2014-08-30 Jim Morrisadd to config
2014-08-30 Jim Morrisadd an optional kill button which can be on the pause...
2014-08-20 soldierkamMerge remote-tracking branch 'upstream/master' into...
2014-07-23 Jim MorrisMerge pull request #457 from wolfmanjm/add/limit-switch...
2014-07-23 Jim Morrisfix pause button to be able to unpause system regardles...
2014-06-29 Jim MorrisMerge branch 'edge'
2014-06-15 Jim MorrisMerge pull request #425 from klocs/edge
2014-06-13 Jim MorrisMerge pull request #421 from wolfmanjm/upstreamedge
2014-06-13 Jim Morrisadd ability to disable play led in config
2014-06-09 Jim MorrisMerge branch 'edge' of github.com:Smoothieware/Smoothie...
2014-06-08 LogxenMerge pull request #413 from logxen/pausecmd
2014-06-08 Logxenmoved freeze and unfreeze commands into PauseButton
2014-05-24 LogxenMerge pull request #399 from Smoothieware/edge
2014-04-23 LogxenMerge branch 'edge' into multitool
2014-03-31 Jim MorrisMerge pull request #353 from wolfmanjm/cleanup/headers
2014-03-31 Jim Morriscleanup all libs/ headers and dependent files
2014-03-31 Jim Morrismore header cleanup, compiles faster now
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-24 Michael MoonMerge branch 'master' into edge
2013-12-27 Michael MoonUse static kernel singleton pointer instead of per...
2013-05-13 Michael MoonMerge remote-tracking branch 'fix/USBMSD' into edge
2013-03-27 Arthur Wolfmerge edge into master
2013-03-16 Arthur Wolffixing merge conflict
2013-03-15 Arthur WolfMerge branch 'edge' into extruderfix
2013-03-06 Michael MoonMerge branch 'edge' into local-firmconfig
2013-03-06 Michael MoonMerge pull request #145 from wolfmanjm/feature/add...
2013-03-06 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2013-03-06 Michael MoonPlayLed: use Pauser::paused() instead of referencing...
2013-03-06 Michael MoonNew LED behaviour: off = not paused, not running. flash...
2013-03-06 Michael MoonPauseButton: eliminate potential race condition
2013-02-17 LogxenMerge branch 'edge' into onboot
2013-02-16 LogxenMerge branch 'edge' into debugbreak
2013-02-16 LogxenMerge branch 'edge' into button
2013-02-13 arthurwolfMerge pull request #92 from wolfmanjm/move_digipot
2013-02-13 arthurwolfMerge pull request #96 from wolfmanjm/upstreamedge
2013-02-10 Adam GreenMerge branch 'edge' into track_allocs
2013-02-10 Adam GreenMerge remote-tracking branch 'origin/edge' into edge
2013-02-10 Michael MoonMerge branch 'feature/static-Pins' into edge
2013-02-09 Michael MoonPauseButton: static Pins
2013-01-02 Michael MoonMerge branch 'release/0.1'
2012-11-11 arthurwolfMerge pull request #69 from bgamari/edge
2012-11-11 Ben GamariPauseButton: Add enable option
2012-11-11 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2012-11-11 arthurwolfMerge pull request #67 from triffid/feature/cleaner_mak...
2012-11-11 Michael Moonmass trailing whitespace cleanup
2012-11-11 Michael Moonremove weird unicode chars
2012-11-06 arthurwolfMerge pull request #66 from arthurwolf/stepper
2012-11-02 Arthur WolfMerge branch 'stepper' of github.com:arthurwolf/Smoothi...
2012-11-02 arthurwolfMerge pull request #62 from bgamari/stepper
2012-11-02 Ben GamariPauseButton: Ensure button_tick returns value
2012-07-07 arthurwolfMerge pull request #48 from arthurwolf/edge
2012-04-22 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2012-04-22 Arthur WolfAdded config option to enable currentcontrol module...
2012-03-26 Arthur Wolfmoved from FunctionPointer to FPointer. hopefully,...
2012-02-27 Arthur Wolfremoved most mbed.h includes
2012-02-19 Arthur Wolfrepaired Pause subsystem, added M109 ( wait for temp...