initial attempt to implement a feedhold.
[clinton/Smoothieware.git] / src / libs / USBDevice / USBSerial / USBSerial.cpp
2017-05-31 Jim Morrisinitial attempt to implement a feedhold.
2017-04-08 Jim MorrisMerge pull request #1162 from Smoothieware/feature...
2017-04-07 Jim MorrisAdd an alarm if homing did not hit the endstops
2016-12-11 Jim MorrisMerge remote-tracking branch 'upstream/edge' into merge...
2016-12-11 Jim MorrisMerge pull request #1071 from wolfmanjm/upstreamedge
2016-12-11 Jim Morrisignore ! and ~ as pause and resume do not work
2016-11-09 Jim MorrisMerge pull request #955 from Bouni/feature/spindle...
2016-10-21 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-09-24 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2016-09-24 Jim MorrisMerge pull request #1033 from wolfmanjm/upstreamedge
2016-09-24 Jim Morrisadd BS and DEL to the USB serial to delete last chanrac...
2016-08-08 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-08-08 Jim MorrisMerge pull request #997 from johnkingsley/edge
2016-08-08 John Kingsley"Fix" problem with flushing 64 byte packets
2016-06-28 Jim MorrisMerge pull request #907 from lordofhyphens/deltagrid_ca...
2016-06-16 bounimerged edge into feature/spindle-refactor branch
2016-06-06 Arthur WolfMerge pull request #933 from Smoothieware/edge
2016-06-01 Jim MorrisMerge pull request #935 from wolfmanjm/upstreamedge
2016-06-01 Jim MorrisMerge branch 'upstreamedge' into feature/acceleration...
2016-06-01 Jim MorrisAttempt to fix the USB serial output stall
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-23 Arthur WolfMerge pull request #929 from Smoothieware/edge
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-26 Jim Morrisflush rx buffer on control X (probably should also...
2016-02-24 Jim MorrisMerge pull request #860 from wolfmanjm/upstreamedge
2016-02-24 Jim Morrisfix discrepanceis in realtime postion vs last milestone...
2016-02-09 Jim MorrisMerge pull request #830 from wolfmanjm/feature/add...
2016-02-09 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-02-02 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-01-28 Jim Morrisonly enable ! and ~ if in grbl mode
2016-01-28 Jim Morrisadd feed hold and release (! and ~) to usb serial as...
2016-01-28 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-01-26 Jim MorrisFix format of grbl error: messages
2016-01-26 Jim Morrisimplement G28 as per grbl whenin grbl mode or G28.2...
2016-01-15 Jim MorrisMerge pull request #825 from wolfmanjm/feature/add...
2016-01-15 Jim Morrisadd ^X to the USB serial which will enter ON_HALT in...
2014-11-29 Jim MorrisMerge branch 'edge'
2014-11-03 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2014-10-19 Jim MorrisMerge pull request #534 from wolfmanjm/add/mv_and_uploa...
2014-10-19 Jim Morrisadded mv command to simpleshell
2014-09-15 Jim MorrisMerge pull request #512 from wolfmanjm/upstreamedge
2014-09-15 Jim MorrisMerge branch 'upstreamedge' into update/gcc4.8
2014-09-15 Jim Morrisadd crnl to end of M503 to flush in some cases
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-24 Michael MoonMerge branch 'master' into edge
2013-12-27 Michael Moonreplace all uses of module::kernel pointer with kernel...
2013-12-27 Michael MoonUse static kernel singleton pointer instead of per...
2013-12-22 Michael MoonMerge branch 'fix/deadlock_on_long_lines' into edge
2013-12-22 Michael MoonUSBSerial: increase RX buffer to 256 bytes to reduce...
2013-12-22 Michael Moonhandle case where a short line, and the start of a...
2013-12-22 Michael MoonLong lines could cause a deadlock since the buffer...
2013-12-22 Jim MorrisMerge branch 'upstreamedge' into upstream-master
2013-05-18 Stefan KruljMerge branch 'edge' of git://github.com/arthurwolf...
2013-05-13 Michael MoonMerge remote-tracking branch 'fix/USBMSD' into edge
2013-05-12 Michael MoonUSBSerial: allow CR to terminate lines
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-11 LogxenMerge remote-tracking branch 'upstream/edge' into firmc...
2013-03-07 Michael MoonMerge pull request #147 from bgamari/fixes
2013-03-06 Ben GamariUSBSerial: Add const annotations to writeBlock's buffer
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 MoonUSBSerial: remove special handling of \r
2013-03-01 Adam GreenMerge remote-tracking branch 'origin/edge' into feature...
2013-02-25 LogxenMerge pull request #135 from wolfmanjm/feature/add...
2013-02-21 Adam GreenMerge remote-tracking branch 'origin/fix/USBSerial...
2013-02-21 Ben GamariMerge pull request #118 from bgamari/temp-no-irq
2013-02-18 Adam GreenMerge branch 'edge' into track_allocs
2013-02-18 Michael MoonFire an attach event if we're detached and receive... origin/fix/USBSerial-breaks-if-host-doesnt-assert-DTR
2013-02-17 LogxenMerge branch 'edge' into onboot
2013-02-17 LogxenMerge pull request #123 from logxen/button
2013-02-17 Arthur Wolfmake usbserial handle \r the same way the other serial...
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-14 Ante VukorepaMerge branch 'edge' of git://github.com/arthurwolf...
2013-02-13 arthurwolfMerge pull request #105 from wolfmanjm/feature/playprogress
2013-02-13 Adam GreenMerge branch 'edge' into track_allocs
2013-02-13 Michael MoonMerge branch 'feature/USBSerial-works-outside-ISR-conte...
2013-02-13 Michael MoonUSBSerial: remove redundant commented code
2013-02-13 Michael MoonUSBSerial: call USBHW::usbisr() to drain queue when...
2013-02-13 Michael MoonUSBSerial: enough room in buffer for 2 full USB packets...
2013-01-31 Adam GreenMerge branch 'edge' into checksum_macro
2013-01-30 Arthur Wolfhttps://gist.github.com/4671861 : using on_idle instead...
2013-01-24 Michael MoonUSBSerial: marshall attach/detach operations to idle...
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 Moonsend packet asap if there's enough data to fill one
2013-01-02 Michael MoonUSBSerial: reduce number of packets sent when puts...
2013-01-02 Michael Moonreduce debug information sent via UART0
2013-01-02 Michael MoonUSBSerial: don't send \r, prevent double spaced lines...
next