clinton/Smoothieware.git
2013-02-14 Logxenadded alpha_angle config for rostock and abstracted...
2013-02-14 Logxenadded configable beta and gamma angle offsets to the...
2013-02-14 Logxenremoved carriage_radius setting and made a sample rosto...
2013-02-14 Ante VukorepaMerge branch 'edge' of git://github.com/arthurwolf...
2013-02-14 Ante VukorepaAccidentally left a hard-coded position in.
2013-02-14 Ante VukorepaAdded position reset at homing end; Added min and max...
2013-02-14 Adam GreenMerge branch 'edge' into track_allocs
2013-02-13 LogxenMerge branch 'edge' into rostock2
2013-02-13 LogxenMerge pull request #108 from logxen/edge
2013-02-13 Logxencommented the second usbserial to simplify life for...
2013-02-13 LogxenMerge pull request #1 from wolfmanjm/fix/solution-selection
2013-02-13 Jim Morrischange switch to if/then/else for solution selection...
2013-02-13 Logxenrebuilt rostock solution into modern edge
2013-02-13 Adam GreenMerge branch 'edge' into track_allocs
2013-02-13 arthurwolfMerge pull request #105 from wolfmanjm/feature/playprogress
2013-02-13 Adam GreenMerge branch 'edge' into track_allocs
2013-02-13 Adam GreenReserve space for stack at runtime.
2013-02-13 Jim Morrisadded new simplshell commands progress, abort and help
2013-02-13 Adam GreenFixed spelling error in lpc21isp URL in README file.
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 MoonSimpleShell: cat: use puts instead of printf("%s")...
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-13 Ben GamariMerge pull request #104 from bgamari/edge
2013-02-13 Ben GamariGcode: Ensure queued is initialized
2013-02-13 Adam GreenAdd maxstacksize command for GDB.
2013-02-13 Adam GreenMerge branch 'edge' into track_allocs
2013-02-13 Ben GamariMerge pull request #102 from bgamari/fixes
2013-02-13 Ben GamariPlayer: Reduce block queue depth to 16
2013-02-13 arthurwolfMerge pull request #92 from wolfmanjm/move_digipot
2013-02-13 arthurwolfMerge pull request #96 from wolfmanjm/upstreamedge
2013-02-12 Adam GreenFixes issue #101
2013-02-12 Adam GreenCheck for double free with HEAP_TAG.
2013-02-11 Adam GreenMerge branch 'edge' into track_allocs
2013-02-11 Adam GreenSwitch gcc4mbed.c license to Apache v2
2013-02-11 Adam GreenMerge branch 'edge' into track_allocs
2013-02-11 Adam GreenWRITE_BUFFER_DISABLE support in makefile.
2013-02-11 Michael MoonSimpleShell: use strtol to check for valid line limit...
2013-02-11 Michael MoonGcode: simplify get_value with strtod
2013-02-11 Adam GreenMerge branch 'edge' into track_allocs
2013-02-11 Ben GamariMerge pull request #100 from bgamari/fixes
2013-02-11 Ben GamariStreamOutput: Kill dead code
2013-02-11 Ben GamariStreamOutput: Buffer allocated by malloc being freed...
2013-02-11 Ben GamariPlayer: Pop Gcode before deleting
2013-02-11 Ben GamariSimpleShell: Reserve buffer before appending
2013-02-11 Ben GamariGcode: Make command const
2013-02-11 Ben GamariGcodeDisplay: Use iterator instead of indexing
2013-02-10 Adam GreenI giveth 2k back to the heap.
2013-02-10 Adam GreenIgnore gdb.txt log files.
2013-02-10 Adam GreenAdd heap tagging.
2013-02-10 Adam GreenMerge branch 'edge' into track_allocs
2013-02-10 Adam GreenMerge remote-tracking branch 'origin/edge' into edge
2013-02-10 Adam GreenSwitch back to ugly size output.
2013-02-10 Michael MoonPin: use strtol to parse pindef strings in a simpler...
2013-02-10 Adam GreenRename gcc4mbed.c to gcc4mbed.cpp
2013-02-10 Michael MoonConfigValue: also accept 'y'/'yes' as a boolean
2013-02-10 Michael MoonConfigValue: use strtol/strtod instead of atoi/atof...
2013-02-10 Michael MoonMerge branch 'feature/static-Pins' into edge
2013-02-10 Michael MoonConfigValue: remove redundant as_pin and as_pwm methods origin/feature/static-Pins
2013-02-09 Michael MoonPwm: use underlying pin; Switch: static Pwm
2013-02-09 Michael MoonStepper: remove redundant Pin pointers
2013-02-09 Michael MoonEndstops: static Pins
2013-02-09 Michael MoonTemperatureControl: static Pins
2013-02-09 Michael MoonExtruder: static Pins
2013-02-09 Michael MoonPauseButton: static Pins
2013-02-09 Michael MoonRobot: static Pins
2013-02-09 Ben GamariMerge pull request #98 from bgamari/fixes
2013-02-09 Ben GamariGcode: Again ensure no allocations occur
2013-02-08 Adam GreenReorganized members in Pin class to save 4 bytes.
2013-02-08 Jim Morrismove digipot instance to CurrentControl module
2013-02-08 Jim Morrisadd closedir to simleshell commands that open directories
2013-02-07 Ben GamariMerge pull request #94 from bgamari/fixes
2013-02-07 Ben GamariGcode: Ensure std::string operations don't incur alloca...
2013-02-07 Adam Green_sbrk() check for overflow past MSP.
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 MoonModule Events: remove on_stepper_wake_up event as it...
2013-02-06 Michael MoonModule: don't sign all modules up for ON_CONFIG_RELOAD...
2013-02-06 Michael MoonModule: use macros for event definitions to ensure...
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-05 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-02-05 Arthur Wolfadded max_pwm to temperaturecontrol
2013-02-05 Adam GreenRemove iprintf() call from spi.cpp
2013-02-05 Adam GreenAccept outside ENABLE_DEBUG_MONITOR settings.
2013-02-03 Arthur Wolfadding info about junction_deviation
2013-02-03 Arthur Wolfadding junction_deviation to config file
2013-02-03 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-02-03 Arthur Wolfremoving max_jerk from Planner too
2013-02-03 Arthur Wolfmax_jerk was unused, removing
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-03 Michael MoonMRI Hooks: remember previous state, programmatically...
2013-02-02 Arthur Wolfspeed did not get reset between SOLO blocks in Extruder...
2013-02-02 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-02-02 Arthur WolfExtruder now reacts to G90 and G91
2013-02-02 Adam GreenSet SDCard::_cs pin to be an output.
next