aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* linux: Lock Memory and Increase Priority (#6131)Dr. Matthew Swabey2023-03-271-2/+9
* stm32: Enable I2C on stm32h7 (#6130)BIGTREETECH2023-03-273-1/+13
* avr: Allow I2C bus speed to be set by Klipper (#6111)Dr. Matthew Swabey2023-03-211-20/+16
* linux: Fast Linux MCU i2c_read() with I2C_RDRW (#6101)Dr. Matthew Swabey2023-03-142-8/+34
* stm32h7: Restore the RCC set in the bootloader to the default value (#6092)BIGTREETECH2023-03-061-0/+6
* ar100: Support for ar100 (#6054)Elias Bakken2023-02-2014-0/+706
* stm32: Add sdio supportH. Gregor Molter2023-02-2011-5/+634
* hc32f460: Add support for hc32f460 micro-controllersSteven Gotthardt2023-02-1311-0/+928
* stm32: add PB12/PB13 FDCAN2 support STM32G0B1bigtreetech2023-02-032-3/+8
* stm32: Fix CAN2 handling in can.cKevin O'Connor2023-01-171-13/+26
* stm32: Increase sample time in stm32h7_adc.cKevin O'Connor2023-01-171-7/+10
* stm32: Don't set boost nor linear calibration on stm32h723 adc3Kevin O'Connor2023-01-171-14/+14
* stm32: Reduce read-modify-write of CR in stm32h7_adc.c initKevin O'Connor2023-01-171-21/+12
* stm32: Don't use read-modify-write on ISR register in stm32h7_adc.cKevin O'Connor2023-01-171-3/+2
* stm32: ADC timing rework and fixes in stm32h7_adc.cKevin O'Connor2023-01-171-34/+23
* stm32: Move clock line mapping from stm32h7_adc.c to lookup_clock_line()Kevin O'Connor2023-01-174-17/+14
* stm32: Simplify setting of adc_common fields in stm32h7_adc.cKevin O'Connor2023-01-171-12/+9
* stm32: Use a consistent bank size of 20 across all chips in stm32h7_adc.cKevin O'Connor2023-01-171-3/+3
* stm32: Simplify setting of 12bit mode on stm32h7 in stm32h7_adc.cKevin O'Connor2023-01-171-14/+5
* stm32: No need to use hardware oversampling in stm32h7_adc.cKevin O'Connor2023-01-171-25/+0
* stm32: Simplify CFGR register setup in stm32h7_adc.cKevin O'Connor2023-01-171-10/+2
* stm32: No need for LDORDY check in stm32h7_adc.cKevin O'Connor2023-01-171-17/+4
* linux: add -I attribute for user defined socket pathsStefan Dej2023-01-171-3/+7
* stm32: Reindent ifdefs in stm32f0_i2c.cKevin O'Connor2023-01-031-56/+55
* stm32: Expand stm32g0 family (#5838)Alex Voinea2023-01-034-24/+61
* stm32: Check for CONFIG_HAVE_BOOTLOADER_REQUEST in dfu_reboot.cKevin O'Connor2022-12-301-2/+2
* avr: No need to define bootloader_request()Kevin O'Connor2022-12-301-6/+0
* canserial: Only call bootloader_request() if CONFIG_HAVE_BOOTLOADER_REQUESTKevin O'Connor2022-12-301-1/+2
* usb_cdc: Only call bootloader_request() if CONFIG_HAVE_BOOTLOADER_REQUESTKevin O'Connor2022-12-304-0/+5
* stm32: Include "misc.h" in stm32l4.c and stm32g4.cKevin O'Connor2022-12-302-0/+2
* serial_irq: Rename SERIAL_BOOTLOADER_SIDECHANNEL to HAVE_BOOTLOADER_REQUESTKevin O'Connor2022-12-304-5/+5
* Kconfig: No need to specify "default n" in main Kconfig fileKevin O'Connor2022-12-301-10/+0
* scripts: support CanBoot on RP2040 in flash_usb.pyChris Lee2022-12-191-4/+5
* stm32: Move dfu reboot logic to new dfu_reboot.c fileKevin O'Connor2022-12-1810-164/+84
* stm32: Separate out USB DFU reboot logic in stm32l4.cKevin O'Connor2022-12-181-26/+43
* stm32: Separate out USB DFU reboot logic in stm32g4.cKevin O'Connor2022-12-181-21/+45
* initial_pins: Add check to reduce compile time size when not in useKevin O'Connor2022-12-161-0/+2
* stm32: Just clean dcache instead of disabling on stm32h7 dfu rebootKevin O'Connor2022-12-161-2/+3
* armcm_reset: Flush dcache before rebooting into canbootKevin O'Connor2022-12-161-8/+10
* stm32: Fix usb build on stm32g0b0Kevin O'Connor2022-12-151-2/+7
* stm32: Fix USB support on stm32g0b1Kevin O'Connor2022-12-151-1/+1
* stm32: Fix stm32l4 buildKevin O'Connor2022-12-151-0/+1
* stm32: Minor changes to stm32g0b0 ifdefsKevin O'Connor2022-12-153-6/+8
* stm32g0: add stm32g0b0 supportAlex Voinea2022-12-154-15/+32
* stm32: Rework usb_reboot_for_dfu_bootloader() so it works on stm32h723Kevin O'Connor2022-12-151-1/+2
* rp2040: Move watchdog code to new watchdog.c fileKevin O'Connor2022-12-143-27/+32
* armcm_link: Rename CONFIG_FLASH_START to CONFIG_FLASH_APPLICATION_ADDRESSKevin O'Connor2022-12-1410-31/+45
* lpc176x: Fix lpc176x buildKevin O'Connor2022-12-142-2/+1
* canbus: Rename canserial_send() to canbus_send()Kevin O'Connor2022-12-145-15/+13
* canbus: Rename canbus_send() to canhw_send()Kevin O'Connor2022-12-147-17/+17