aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* atsamd: Add support for SAMD21J18 (Minitronics v2)Bart Meijer2023-07-051-2/+6
* hc32f460: Disable JTAG/SWD on pins so they can be used for GPIO/serialBoris-Chengbiao Zhou2023-06-201-0/+6
* hc32f460: Use correct USART for PH2/PB10 pinsBoris-Chengbiao Zhou2023-06-201-9/+28
* atsamd: Fixes for samc21 and compiler optimizations (#6198)Luke V2023-06-162-4/+26
* Kconfig: Support selecting optional features on chips with small flash sizeKevin O'Connor2023-06-0815-36/+70
* i2c_software: Implementation of software i2c (#6141)BIGTREETECH2023-06-076-10/+246
* hc32f460: update for HC32F460 - clock, flash add, serial (#6235)Steve Gotthardt2023-06-062-9/+44
* Kconfig: Change default CANbus frequency to 1000000Kevin O'Connor2023-05-301-1/+1
* stm32: add PB5/PB6 as CAN pins - required for BTT U2C v2.xStefan Dej2023-05-202-2/+6
* stm32f7: add support for stm32f7 and remram boardFrederic Morin2023-05-0710-11/+217
* atsamd: Add support for SAMC21Wulfsta2023-05-0113-31/+311
* rp2040: Handle USB resetsKevin O'Connor2023-04-251-4/+9
* usb_canbus: Rework USB message transmit prioritizationKevin O'Connor2023-04-241-38/+38
* usb_canbus: No need to check if canserial can accept a packetKevin O'Connor2023-04-243-13/+8
* usb_canbus: Minor code reformatting of drain_hw_queue()Kevin O'Connor2023-04-241-10/+10
* usb_canbus: Increase rx canbus packet buffer to 32Kevin O'Connor2023-04-241-1/+1
* stm32: Fix usbotg irq wakeup notificationKevin O'Connor2023-04-241-4/+4
* sensor_mpu9250: Fix or improve reliability (#6170)Dr. Matthew Swabey2023-04-191-48/+54
* stm32: Support for USART5 on STM32G0B1 (#6105)Florin Popescu2023-04-193-0/+23
* scripts: Fix flash linux when OUT argument provided (#6133)visilya2023-04-071-1/+1
* stm32: Improve ifdef indent in hard_pwm.cKevin O'Connor2023-04-071-4/+4
* stm32: Prefer "MACH_STM32F1" test over "MACH_STM32F103 || MACH_N32G45x"Kevin O'Connor2023-04-072-2/+2
* stm32: Add support for Nation N32G45x mcus (#6116)Alexey2023-04-075-10/+215
* 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