enabled specifying numeric config values using all strtof capabilities
[clinton/Smoothieware.git] / src / libs / USBDevice /
2014-01-24 Michael MoonMerge branch 'master' into edge
2014-01-19 Michael MoonMerge branch 'feature/ActionQueue_redux' into edge
2014-01-19 Michael MoonMerge branch 'fix/USBMSD_report_error_no_sdcard' into...
2014-01-19 Michael MoonFound an error state which doesn't cause linux to spam...
2014-01-19 Michael MoonUSBMSD: Report "Not Ready: Medium Not Present" to host...
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-23 Michael MoonMerge branch 'feature/MemoryPool_redux' into edge
2013-12-23 Michael MoonUSBSerial/CircBuffer: use MemoryPool allocator
2013-12-23 Michael Moonuse AHB0.alloc to allocate array, new (AHB0) char[...
2013-12-23 Michael MoonUSBMSD: use MemoryPool instead of ahbmalloc
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 pull request #295 from wolfmanjm/feature/uip...
2013-12-22 Jim MorrisMerge Network code with webserver etc
2013-12-22 Jim MorrisMerge branch 'upstreamedge' into upstream-master
2013-11-22 Michael MoonRemove errant object files that should never have been...
2013-10-18 LogxenModified usb static header
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 MoonUSB: fix a const cast warning
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-02 Arthur WolfMerge branch 'edge' into extruderfix
2013-03-02 Adam GreenMerge remote-tracking branch 'origin/edge' into feature...
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-15 Michael Moonimplement SCSI_START_STOP command, add debug output... origin/fix/USBMSD
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-02-13 Michael MoonCircBuffer: use actual size specified, report free...
2013-02-13 Michael MoonCircBuffer: move USBSerial buffers into USB ram to...
2013-02-06 Michael MoonUSB: ensure Connect pin is set up before disconnect...
2013-02-06 Michael MoonUSB: work around OSX behaviour where if the device...
2013-02-06 Michael MoonUSB: run USB stack from idle event instead of via inter...
2013-02-06 Michael MoonSDCard: implement busy flag
2013-02-03 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-02-03 Michael MoonUSB: silence warning when debug output is disabled
2013-02-03 Michael MoonAlter USB descriptors and windows INF driver to have...
2013-02-02 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-02-02 Adam GreenSet SDCard::_cs pin to be an output.
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-18 Michael MoonUSB DFU: keep usb connected while we respond to reset...
2013-01-15 Ben GamariMerge pull request #83 from bgamari/fixes
2013-01-15 Ben GamariCircBuffer: Add peek()
2013-01-15 Michael MoonUSB: ensure interrupts are disabled while getting LPC...
2013-01-03 Michael MoonMerge branch 'feature/extra-usbserial-interface' into...
2013-01-03 Michael Moonanother USBSerial interface
2013-01-03 Michael Moonalways add MSD descriptors, don't wait for connect
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 Moonlonger, slower SD card initialisation - seems that...
2013-01-02 Michael MoonUSBSerial: swap CDC endpoint descriptors for compatibil...
2013-01-02 Michael MoonSDCard: fail read/write immediately if card is not...
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 MoonUSBSerial: missed CDC header descriptor, changed descri...
2013-01-02 Michael MoonUSB: alter device descriptor so windows pays attention...
2013-01-02 Michael MoonUSBSerial: add interface association descriptor to...
2013-01-02 Michael MoonUSBSerial: use struct for CDC line coding
2013-01-02 Michael MoonUSB: use default setup packet buffer, honor class-provi...
2013-01-02 Michael MoonUSB: add interface description strings
2013-01-02 Michael MoonUSB: detect control endpoint interrupts when buffers...
2013-01-02 Michael MoonUSB: don't include strings in config descriptor
2013-01-02 Michael MoonDFU: 1 second watchdog reset
2013-01-02 Michael Moongcc-4.6 compatible usb strings initialisation
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 Moonadd SD card to mbed's list of filesystems
2013-01-02 Michael MoonStreamOutput: inherit Stream, StreamOutputPool: use...
2013-01-02 Michael MoonDFU: increase detach timeout to 2 seconds
next