clinton/Smoothieware.git
2013-01-02 Michael MoonMerge branch 'feature/new-usb-stack' into edge
2013-01-02 Michael MoonWatchdog: default disabled, currently messes with DFU...
2013-01-02 Michael Moonlonger, slower SD card initialisation - seems that...
2013-01-02 Michael MoonRobot: change defaults to better suit smoothieboard...
2013-01-02 Michael MoonUSBSerial: swap CDC endpoint descriptors for compatibil...
2013-01-02 Michael MoonTemperatureControl: go all the way to max_pwm instead...
2013-01-02 Michael MoonTemperatureControl: Increase oversample to 8 samples
2013-01-02 Michael MoonTemperatureControl: ensure pwm output is set to 0 when...
2013-01-02 Michael MoonPID Autotune: big update, use algorithm from Marlin...
2013-01-02 Michael Moonuse an enum to better manage the event indexes, add...
2013-01-02 Michael Moonpromote Pwm functions to a new class that overloads...
2013-01-02 Michael MoonRevert "ignore moves with fewer than 5 steps, see if...
2013-01-02 Michael MoonConfigValue: support integers for faster operation...
2013-01-02 Michael MoonPID Autotuner initial commit - results are poor, needs...
2013-01-02 Michael MoonExtruder reports position on M114 too
2013-01-02 Michael Moonmake extra sure that heater outputs get turned off...
2013-01-02 Michael MoonTemperatureControl PID: prevent integrator from winding...
2013-01-02 Michael MoonTemperatureControl: allow setting PID values indepdende...
2013-01-02 Michael Moondrop default current to 1.5A in case of hot days
2013-01-02 Michael MoonSDCard: fail read/write immediately if card is not...
2013-01-02 Michael MoonSwitch and TemperatureControl: 1khz modulation rate
2013-01-02 Michael MoonSlowTicker: integer math only in interrupt context
2013-01-02 Michael Moonignore moves with fewer than 5 steps, see if it helps...
2013-01-02 Michael Moonsupport M92 set axis steps per mm
2013-01-02 Michael Moonprovide checksum script to easily generate config check...
2013-01-02 Michael Moondefault config: reduce default max speed and accel
2013-01-02 Michael MoonCurrentControl: report set currents on M907
2013-01-02 Michael Moonsupport M907 - set stepper driver current
2013-01-02 Michael MoonConfig: 1.8A current limit, axis speed limits
2013-01-02 Michael MoonConfig: raise max step rate to 100khz
2013-01-02 Michael MoonPID: use sensible defaults, auto-scale to PIN_PWM_MAX...
2013-01-02 Michael MoonStepTicker: skip unused variable warnings
2013-01-02 Michael Moontranslate 0..255 range to PIN_PWM_MAX
2013-01-02 Michael MoonPin: split larger functions out into implementation...
2013-01-02 Michael MoonExtruder: initial max speed, also move constants into...
2013-01-02 Michael MoonSlowTicker: use ints instead of floats- no need to...
2013-01-02 Michael Moondon't display adc value with M105, other misc cleanups
2013-01-02 Michael Moonalter PID multiplier to get nicer input numbers, simila...
2013-01-02 Michael MoonSwitch: support PWM eg for fans
2013-01-02 Michael MoonTemperatureControl: revamp whole thing. TODO: find...
2013-01-02 Michael MoonPin: initialise and cap Sigma-Delta accumulator to...
2013-01-02 Michael MoonPin: support sigma-delta modulation as long as someone...
2013-01-02 Michael Moonswap bed and nozzle heater outputs, P2.5 doesn't have...
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
next