Allow TABS in config
[clinton/Smoothieware.git] / src / libs / USBDevice / USBSerial / USBSerial.cpp
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...
2013-01-02 Michael MoonStreamOutput: inherit Stream, StreamOutputPool: use...
2013-01-02 Michael Moonremove usbserial debug spam
2013-01-02 Michael Moonon_main_loop requires an argument
2013-01-02 Michael MoonUSBSerial: add and remove from kernel streams when...
2013-01-02 Michael MoonUSBSerial: keep track of newlines in ringbuffer, attach...
2013-01-02 Michael MoonUSBSerial is a StreamOutput
2013-01-02 Michael Moonnew USB framework