aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32
Commit message (Expand)AuthorAgeFilesLines
* stm32: Remove unused header from can.cKevin O'Connor2022-05-101-1/+0
* stm32: add 8 KiB bootloader option for F0x2 devicesEric Callahan2022-05-101-1/+1
* 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
* 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
* 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
* 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
* stm32: Add remap CAN to PD0/PD1 for stm32f103 (#5173)Sergey15602022-01-262-1/+4
* stm32: Update Kconfig as CANBUS isn't available on stm32f401Kevin O'Connor2022-01-071-8/+15
* 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
* stm32: Reorganize usb bootloader code in stm32f4.cKevin O'Connor2021-12-231-30/+63
* stm32: Reorganize code in stm32f1.cKevin O'Connor2021-12-231-47/+82
* stm32: Add new gpioperiph.c file for gpio_peripheral() codeKevin O'Connor2021-12-235-83/+45
* stm32: Add option to disable SWD on GigaDevice STM32F103 clonesKevin O'Connor2021-11-252-2/+17
* stm32: Add USBOTG support to stm32h7adelyser2021-11-213-23/+81
* stm32: Enable SPI on stm32h7Kevin O'Connor2021-11-201-1/+1
* stm32: Add stm32h7 SPI support (#4850)adelyser2021-11-203-3/+159
* stm32: Add STM32H743 supportadelyser2021-11-201-3/+17
* stm32: Limit stm32h7 chips to 400MhzKevin O'Connor2021-11-201-1/+1
* stm32: Add UART4 to stm32h7 (#4848)adelyser2021-11-191-2/+13
* stm32f4: reset peripherals in enable_pcclock()Eric Callahan2021-11-081-0/+7
* stm32f4: reset peripheral clocks on initEric Callahan2021-11-081-0/+6
* stepper: Add support for stepping on both edges of a step pulseKevin O'Connor2021-11-041-0/+1
* stm32: Remove gcc -mfpu=fpv4-sp-d16 floating point optionKevin O'Connor2021-10-301-1/+0
* stm32: Add a MACH_STM32F0x2 alias for F042 and F072 chipsKevin O'Connor2021-10-132-7/+11
* stm32: Rework HAVE_GPIO_HARD_PWM in KconfigKevin O'Connor2021-10-131-7/+1
* stm32: Change stm32f0 OSPEEDR to "medium" speedKevin O'Connor2021-10-121-1/+1