Use static kernel singleton pointer instead of per-class instance pointer
[clinton/Smoothieware.git] / src / libs / Module.cpp
2013-12-27 Michael MoonUse static kernel singleton pointer instead of per...
2013-08-08 Jim MorrisMerge pull request #215 from wolfmanjm/upstreamedge
2013-08-08 Jim Morrismake minimum M220 speed 10% otherwise wierd things...
2013-05-13 Michael MoonMerge remote-tracking branch 'fix/USBMSD' into edge
2013-04-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2013-04-16 Arthur WolfAdded comments to most files in libs/
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-06 Michael MoonModule: use macros for event definitions to ensure...
2013-01-15 Michael MoonMerge branch 'feature/on_second_tick_event' into edge
2013-01-15 Michael MoonEvents: add ON_SECOND_TICK event that fires once per...
2013-01-02 Michael MoonMerge branch 'hotfix/db35a1-typo' into edge
2013-01-02 Michael MoonMerge branch 'master' into edge
2013-01-02 Michael MoonMerge branch 'feature/new-usb-stack' into edge
2013-01-02 Michael Moonuse an enum to better manage the event indexes, add...
2013-01-02 Michael MoonMerge branch 'release/0.1'
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-07-07 arthurwolfMerge pull request #48 from arthurwolf/edge
2012-05-09 arthurwolfMerge pull request #23 from logxen/issue13
2012-05-09 LogxenAdded ON_IDLE event to Kernel and Module, but it isn...
2012-02-27 Arthur Wolfremoved most mbed.h includes
2011-10-02 Arthur Wolfadded Pauser module
2011-09-29 Arthur Wolfadded config-load command, and fixed config-set command...
2011-09-19 Arthur Wolffirst commit