aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scripts: Add a test case for Ubuntu 18.04 compiler errorKevin O'Connor2018-12-222-0/+19
* samd21: Add support for ADCKevin O'Connor2018-12-224-0/+131
* docs: Add a FAQ item on how to cancel a "wait for temperature" requestKevin O'Connor2018-12-201-1/+13
* docs: Add a FAQ item on Raspberry Pi rebootsKevin O'Connor2018-12-201-4/+12
* config: Add a generic-minitronics1.cfg example config fileKevin O'Connor2018-12-203-0/+88
* docs: Update release notes for v0.7.0 releaseKevin O'Connor2018-12-201-0/+34
* test: Add printer-creality-cr20-2018.cfg to printers.testKevin O'Connor2018-12-191-0/+1
* config: Add printer-micromake-d1-2016.cfg example config fileKevin O'Connor2018-12-182-0/+80
* bltouch: Document that bltouch "clones" may not work correctlyKevin O'Connor2018-12-181-7/+2
* bltouch: Issue both a "reset" and a "pin_up" after a successful probeKevin O'Connor2018-12-161-1/+2
* bltouch: Add a config option to disable the bltouch sensor testKevin O'Connor2018-12-162-2/+12
* bltouch: Always make sure to check the endstop at least every 1msKevin O'Connor2018-12-161-3/+7
* config: Fix CR-20 click pin polarityUri Shaked2018-12-151-1/+1
* config: Add printer config for the CR-20 by Creality3DUri Shaked2018-12-151-0/+81
* stm32f1: Always read SPI receive bufferYannic Schroeder2018-12-141-2/+3
* config: Update printer-creality-ender3-2018.cfg (#959)TronskiFPV2018-12-051-4/+4
* bltouch: Fix typo in pin_move_time parsingKevin O'Connor2018-12-041-1/+1
* bltouch: Allow the pin_move_time to be configuredKevin O'Connor2018-12-042-9/+14
* bltouch: Add a BLTOUCH_DEBUG commandKevin O'Connor2018-12-033-13/+44
* bltouch: Fix bug - must restore stepper position after homingKevin O'Connor2018-12-013-2/+9
* samd21: Fix gpio in supportKevin O'Connor2018-11-302-3/+18
* samd21: Add support for flashing an application via the bossac toolKevin O'Connor2018-11-302-5/+15
* samd21: Add support for hardware pwmKevin O'Connor2018-11-304-0/+110
* samd21: Minor simplification to timer init codeKevin O'Connor2018-11-301-2/+2
* samd21: Add support for SPIKevin O'Connor2018-11-304-0/+102
* samd21: Add support for basic i2c support (write only)Kevin O'Connor2018-11-304-0/+125
* samd21: Use GPIO() macro when calling gpio_peripheral()Kevin O'Connor2018-11-304-11/+12
* samd21: Enable watchdogKevin O'Connor2018-11-301-0/+20
* samd21: Try to clarify the "generic clock generator" configurationKevin O'Connor2018-11-301-15/+19
* i2ccmds: Validate the i2c addressKevin O'Connor2018-11-301-1/+4
* spicmds: Check for an incorrect mode in spicmds.cKevin O'Connor2018-11-306-10/+12
* stm32f1: Move ADC and SPI code from gpio.c to spi.c and adc.cKevin O'Connor2018-11-305-217/+238
* config: Update bed_mesh in example-extras.cfgArksine2018-11-301-7/+17
* bed_mesh: Introduce fade_target optionArksine2018-11-301-39/+76
* bed_mesh: Disable z-adjustment fade by default.Arksine2018-11-301-1/+1
* bltouch: Add initial support for a bltouch "extras" moduleKevin O'Connor2018-11-305-6/+214
* config: Rework sample-bltouch.cfg into sample-probe-as-z-endstop.cfgKevin O'Connor2018-11-302-56/+51
* graphstats: Change stats filter to use print_time instead of bytes_write=0Kevin O'Connor2018-11-261-1/+1
* config: Make the Anycubic delta configurations as similar as possibleruevs2018-11-252-15/+20
* mcp4451: Minor update - remove unnecessary mcu importKevin O'Connor2018-11-241-1/+1
* mcp4451: Use bus.py helper code for i2cKevin O'Connor2018-11-242-23/+11
* avr: Add support for sending I2C messagesKevin O'Connor2018-11-234-0/+114
* uc1701: Add support for SSD1306 in i2c modeKevin O'Connor2018-11-233-61/+165
* i2ccmds: Minor whitespace changesKevin O'Connor2018-11-231-1/+3
* uc1701: Cache icons and fonts in byte display orderKevin O'Connor2018-11-211-43/+34
* uc1701: Wrap code to 80 columnsKevin O'Connor2018-11-211-2/+4
* uc1701: Add all_framebuffers to reduce vram indexing in the codeKevin O'Connor2018-11-211-17/+16
* uc1701: Add support for SSD1306 displaysKevin O'Connor2018-11-213-7/+39
* display: Add a get_dimensions() method to lcd chip classesKevin O'Connor2018-11-214-5/+7
* lpc176x: Enable full speed peripheral clocks on SPI and I2CKevin O'Connor2018-11-213-2/+8