aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* stm32: Rework kconfig to use CONFIG_CANSERIAL for both can.c and fdcan.cKevin O'Connor2022-06-012-13/+8
* stm32: stm32g0b1 fdcan support (#5488)BIGTREETECH2022-06-015-2/+347
* stm32: Don't allow USB on internal clock for stm32f103/stm32f070Kevin O'Connor2022-05-231-1/+2
* misc: Import misc.h in all files defining console_sendf()Kevin O'Connor2022-05-133-0/+3
* stm32: Remove unused header from can.cKevin O'Connor2022-05-101-1/+0
* canbus: Rename CANBUS_CMD_SET_NODEID to CANBUS_CMD_SET_KLIPPER_NODEIDKevin O'Connor2022-05-101-5/+5
* stm32: add 8 KiB bootloader option for F0x2 devicesEric Callahan2022-05-101-1/+1
* canbus: send 8 bytes in the id responseEric Callahan2022-05-101-1/+2
* canbus: add bootloader supportEric Callahan2022-05-101-0/+27
* stm32: Fix typo in i2c.cKevin O'Connor2022-05-071-2/+2
* stm32: Add 64kib bootloader offset option to STM32F401 (#5457)JamesH19782022-04-251-1/+1
* spicmds: Allow inversion of CS pin for SPI bussesMartin Hierholzer2022-04-221-12/+14
* stm32: Add STM32F072 16KiB bootloader option (#5404)alstoepp2022-04-131-1/+1
* stm32: Add support for additional i2c busesKevin O'Connor2022-04-111-0/+17
* sensor_angle: Support TLE5012b frame counter for timingKevin O'Connor2022-03-291-14/+57
* sensor_angle: Add support for bulk querying of spi angle sensorsKevin O'Connor2022-03-294-1/+291
* atsam: Fix typo in sam4e_afecAlex Maclean2022-03-281-1/+1
* atsam: Add support for SAM E70Alex Maclean2022-03-2615-74/+425
* linux: Update i2c.c (#5295)Blinker732022-03-141-1/+1
* stm32: Allow 32KiB bootloader to be specified for all STM32F4 buildsKevin O'Connor2022-03-141-1/+1
* stm32: Clarify CCIPR2 setting in stm32g0.cKevin O'Connor2022-03-111-1/+1
* stm32: Simplify CCIPR2 register assignment on stm32g0Kevin O'Connor2022-03-091-5/+2
* stm32: USB clock source from PLLQCLK on stm32g0 (#5341)BIGTREETECH2022-03-091-6/+4
* lpc176x: Fix serial ordering of initializationKevin O'Connor2022-03-011-1/+1
* stm32: Clear SPE flag on a change to SPI CR1 registerKevin O'Connor2022-02-101-0/+6
* stm32: Wait for transmission to complete before returning from spi_transfer()Kevin O'Connor2022-02-101-2/+5
* stm32: Fix ADC on stm32h7 (#5239)adelyser2022-02-061-1/+3
* flash_usb: use sudo for rp2040 flashingLasse Dalegaard2022-01-311-1/+1
* stm32: Add remap CAN to PD0/PD1 for stm32f103 (#5173)Sergey15602022-01-262-1/+4
* rp2040: implement I2CLasse Dalegaard2022-01-124-0/+227
* stm32: Update Kconfig as CANBUS isn't available on stm32f401Kevin O'Connor2022-01-071-8/+15
* rp2040: add make flash supportLasse Dalegaard2022-01-061-6/+7
* stm32: Unify enable_pclock() codeKevin O'Connor2021-12-308-238/+125
* stm32: Fix the GPIO register for stm32h7 (#5077)adelyser2021-12-291-3/+3
* stm32: Fix ADC on stm32f042Kevin O'Connor2021-12-241-0/+1
* stm32: Enable SPI support on stm32g0Kevin O'Connor2021-12-232-4/+8
* stm32: Enable ADC support on stm32g0Kevin O'Connor2021-12-233-12/+51
* stm32: Rework register access on stm32f0_adc.cKevin O'Connor2021-12-231-34/+25
* stm32: Minor whitespace changes to stm32f0_adc.cKevin O'Connor2021-12-231-12/+8
* stm32: Enable I2C on stm32g0Kevin O'Connor2021-12-232-1/+2
* stm32: Add support for USB on stm32g0Kevin O'Connor2021-12-232-21/+70
* stm32: Rework USB transfer memory layout in usbfs.cKevin O'Connor2021-12-231-46/+55
* stm32: Fix buffer size calculation in usbfs.cKevin O'Connor2021-12-231-1/+1
* stm32: Simplify irq declaration in usbfs.cKevin O'Connor2021-12-231-11/+11
* stm32: Initial support for stm32g0Kevin O'Connor2021-12-236-8/+253
* stm32: Enable optimized gpio_clock_enable() function on stm32h7Kevin O'Connor2021-12-231-1/+3
* stm32: Reorganize stm32h7.c into major code blocksKevin O'Connor2021-12-231-10/+21
* stm32: Remove USB boot stubs from stm32h7.cKevin O'Connor2021-12-231-8/+0
* stm32: Fix DFU entry point on stm32f072Kevin O'Connor2021-12-231-0/+2
* stm32: Reorganize usb bootloader code in stm32f0.cKevin O'Connor2021-12-231-38/+65