aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* htu21d: Support for HTI21D family sensor on I2C bus (#2803)Lucio Tarantino2020-05-031-1/+2
* stm32: Wait for setup complete to enable ep0 rx in usbotg.cArksine2020-05-031-4/+11
* stm32: Wait for setup complete notification in usbotg.cKevin O'Connor2020-05-031-6/+13
* linux: Adapt servo0 channels for beagleboard kernel 4.14.108-ti (#2746)Janne Grunau2020-05-031-12/+29
* linux: change clock frequencyandryblack2020-05-021-1/+1
* stm32: Slow ADC frequency to 4.5MhzKevin O'Connor2020-04-302-4/+4
* lpc176x: Add support for additional i2c busesKevin O'Connor2020-04-213-46/+66
* neopixel: Make sure there is a minimum low duration after a long pulseKevin O'Connor2020-04-211-4/+3
* neopixel: Allow host software to configure neopixel timingKevin O'Connor2020-04-151-9/+14
* neopixel: Use names for key timing valuesKevin O'Connor2020-04-151-12/+19
* stm32: Add support for 64KiB bootloader on stm32f103Kevin O'Connor2020-03-241-2/+5
* stm32: Explicitly reset peripheral clocks on stm32f1Kevin O'Connor2020-03-241-0/+5
* armcm_boot: Additional code for broken bootloadersclearchris2020-03-041-0/+9
* stm32: Add support for a bootloader on stm32f0Kevin O'Connor2020-03-043-2/+36
* stm32: Revert "stm32: performance improvement for spi on stm32f0"Kevin O'Connor2020-03-041-8/+4
* stepper: Add some comments on s->position trackingKevin O'Connor2020-03-041-0/+5
* stm32: Fix broken clock setup on stm32f1Kevin O'Connor2020-02-291-2/+2
* basecmd: No need for finalize_config command to send "config" responseKevin O'Connor2020-02-201-2/+1
* stm32: The stm32f1 can only reach 64Mhz when using an internal clockKevin O'Connor2020-02-141-0/+1
* stm32: Fix typo that broke selection of alternate serial port pinKevin O'Connor2020-02-092-2/+2
* stm32: Reset adc calibration prior to starting calibrationKevin O'Connor2020-01-251-8/+17
* stm32: Increase adc sample timeKevin O'Connor2020-01-251-4/+4
* stm32: Only declare alternate usart2 on stm32f0Kevin O'Connor2020-01-233-49/+41
* stm32: Don't export spi1a/spi2a on stm32f1Kevin O'Connor2020-01-231-4/+6
* stm32: add alternate pinout for USART2Arne Jansen2020-01-233-1/+16
* stm32: add alternate pinouts for spi1/2Arne Jansen2020-01-231-3/+9
* stm32: performance improvement for spi on stm32f0Arne Jansen2020-01-231-4/+8
* stm32: fix spi_transfer for stm32f0Arne Jansen2020-01-231-2/+8
* lpc176x: Add support for ssp1 (#2393)akatik2020-01-143-22/+39
* stm32f0: Remove hal based stm32f0 implementationEug Krashtan2020-01-1418-1827/+0
* stm32: STM32F0 CAN featureEug Krashtan2020-01-144-0/+290
* stm32: HSI selection fix; Pin swap rename; Add CAN selectionEug Krashtan2020-01-142-7/+11
* linux: implement i2cArksine2020-01-134-1/+112
* avr: implement i2c_readArksine2020-01-132-2/+19
* config: Fysetc S6 generic configuration (#2220)Tobias Weiß2019-12-182-5/+5
* atsam: Fix typo causing chipid to not be fully readKevin O'Connor2019-11-271-2/+2
* stm32: Fix typo in setting of SMPR1 register on stm32f103Kevin O'Connor2019-11-271-1/+2
* stm32: Fix typo in adc startup delayKevin O'Connor2019-11-271-1/+6
* lcd_hd44780: Minor change to timing delaysKevin O'Connor2019-11-261-2/+2
* lcd_hd44780: Add proper timing delays around gpio updatesKevin O'Connor2019-11-261-0/+20
* lpc176x: Move chip id code from usbserial.c to new file chipid.cKevin O'Connor2019-11-263-38/+48
* usb_cdc: Report MCU type on all boardsKevin O'Connor2019-11-261-4/+0
* atsam: Enable chipid as usb serial numberKevin O'Connor2019-11-263-1/+76
* atsamd: Enable chipid as usb serial numberKevin O'Connor2019-11-253-1/+47
* stm32: Enable chipid as usb serial numberKevin O'Connor2019-11-253-1/+35
* usb_cdc: Add a usb_fill_serial() helper functionKevin O'Connor2019-11-253-23/+32
* stm32: Allow external crystal speed to be customized in KconfigKevin O'Connor2019-11-254-55/+60
* usb_cdc: Report the MCU name instead of "Klipper firmware"Kevin O'Connor2019-11-211-0/+4
* lpc176x: Minor rework of HAVE_CHIPID kconfigKevin O'Connor2019-11-212-13/+9
* lpc176x: read chip id and use as usb serial. (#2184)Matt Baker2019-11-215-10/+82