clinton/Smoothieware.git
2013-01-02 Michael Moonenable G92 - does this have a bug or something?
2013-01-02 Michael Moondebug most recently uploaded elf instead of most recent...
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 Moonoff-by-one error in utils.c prevents config-set from...
2013-01-02 Michael MoonRevert "CONFIG: use config.txt on sd card, update defau...
2013-01-02 Michael MoonCONFIG: use config.txt on sd card, update default confi...
2013-01-02 Michael Moonrename default config with more useful name, don't...
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 Moonmakefile: allow user to change console device easily
2013-01-02 Michael Moonreinstate configuration of uart0 baudrate, set default...
2013-01-02 Michael MoonDFU: 1 second watchdog reset
2013-01-02 Michael MoonDisplay temperatures properly using designators and...
2013-01-02 Michael MoonKLUDGE: StepperMotor: enforce minimum step time of...
2013-01-02 Michael MoonDEBUG: enter MRI from SlowTicker ISR if ISP button...
2013-01-02 Michael Moongcc-4.6 compatible usb strings initialisation
2013-01-02 Michael Moonadd designators to default configuration
2013-01-02 Michael MoonTemperatureControl: emulate temperature reporting of...
2013-01-02 Michael Moonfix StepTicker walking off the end of active_motors...
2013-01-02 Michael Moonreinstate timer initialisation, disabled as part of...
2013-01-02 Michael Moonkill heater and generate error if thermistor gives...
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 Moonsetting temperature of 0 disables heater, will not...
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
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 MoonDFU application mode support
2013-01-02 Michael MoonMakefile: add upload, debug, console targets
2013-01-02 Michael Moondebug- repair kernel startup routine
2013-01-02 Michael MoonDefault config for Smoothieboard
2013-01-02 Michael Moonmakefile: add upload target using dfu-util
2013-01-02 Michael MoonPin: ensure FIOMASK is correct, also check nc pin in...
2013-01-02 Michael Moondisable laser module by default, it interferes with...
2013-01-02 Michael MoonEndstops: add max endstops (still needs support in...
2013-01-02 Michael Moonmotors disabled out of reset
2013-01-02 Michael MoonRobot- allow proper detection of invalid motion mode
2013-01-02 Michael MoonM114 only responds to requestor instead of broadcasting...
2013-01-02 Michael Moonlinker script: provide symbols for start and end of rom
2013-01-02 Michael Moonkernel debugging using early setup uart
2013-01-02 Michael Moonrebuild if makefile changes
2013-01-02 Michael Moonset LEDs, say hi
2013-01-02 Michael MoonUSB: readStart re-enables the interrupt
2013-01-02 Michael MoonSDHC support
2013-01-02 Michael Moononly present disk to host if it successfully initialised
2013-01-02 Michael Moonclean up something left from rebase
2013-01-02 Michael Moonminor whitespace changes
2013-01-02 Michael Moonhugely reduce number of warnings
2013-01-02 Michael Moongenerate cleaner make output, allow warnings to be...
2013-01-02 Michael Moonfix USBEvent receivers
2013-01-02 Michael Moonwhitespace changes, set USDMSD up to receive USB reset...
2013-01-02 Michael MoonUSBSerial: keep track of newlines in ringbuffer, attach...
2013-01-02 Michael MoonCircular Buffer: add flush routine to empty buffer
2013-01-02 Michael MoonStreamOutputPool: use set instead of vector so we can...
2013-01-02 Michael Moonuse correct addresses for AHB sections
2013-01-02 Michael Moonignore backup files (*~)
2013-01-02 Michael MoonUSBMSD: use ahbmalloc
2013-01-02 Michael MoonUSBSerial is a StreamOutput
2013-01-02 Michael Moonmore improvements to StreamOutputPool - use a default...
2013-01-02 Michael Moonahbmalloc routines actually tested, and inevitably...
2013-01-02 Michael Moonmake ahbmalloc easier to read, actually return a pointe...
2013-01-02 Michael Mooninitial experimental commit of ahbmalloc routines,...
2013-01-02 Michael MoonStreamOutputPool: use vsnprintf, stop mucking about...
2013-01-02 Michael Moonwhitespace changes
2013-01-02 Michael Moonchange initialisation in main to suit new framework...
2013-01-02 Michael Moonnew USB framework
2013-01-02 Michael Moonswitch out mbed gpio and SPI with new versions
2013-01-02 Michael Moonuse -std=gnu++0x, rearrange makefile so we can have...
2013-01-02 Michael Moonremove old monolithic usb code
2013-01-02 Michael Moonadd NXP LPC17xx library
2012-12-28 LogxenMerge pull request #79 from logxen/g92
2012-12-28 Logxenuncommented the final update of planner->position
2012-12-28 LogxenMerge branch 'edge' into g92
2012-12-28 LogxenMerge pull request #78 from bgamari/endstop-debounce
2012-12-28 Ben GamariEndstops: Refactor out wait_for_homed and add debouncing
2012-12-15 LogxenMerge pull request #74 from logxen/edge
2012-12-15 Logxentemporarily added dfu command as an alias to reset
2012-11-20 Logxenmade it so Extruder now resets to 0 given a G92 with...
2012-11-20 Logxenaltered Robot's G92 handler to reset all three axis...
2012-11-20 Logxenadded Gcode::get_num_args() function
2012-11-16 arthurwolfMerge pull request #72 from triffid/feature/SDHC_support
2012-11-16 Arthur Wolftemporary fix to the G92 bug
2012-11-16 Mark A. CooperMerge pull request #73 from logxen/edge
2012-11-16 Mark A. Cooperenabled the laser module and added tickle_power for...
2012-11-14 Michael Moonimprove SDHC detection
2012-11-14 Michael Mooninitial upgrade of SDFileSystem to support SDHC
2012-11-12 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2012-11-12 Arthur Wolfadded pull up/down function to pin.h
2012-11-12 arthurwolfMerge pull request #71 from bgamari/edge
2012-11-12 Ben GamariRobot: G92: Updates Planner's position state as well
next