index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
stm32
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32: Remove unused header from can.c
Kevin O'Connor
2022-05-10
1
-1
/
+0
*
stm32: add 8 KiB bootloader option for F0x2 devices
Eric Callahan
2022-05-10
1
-1
/
+1
*
stm32: Fix typo in i2c.c
Kevin O'Connor
2022-05-07
1
-2
/
+2
*
stm32: Add 64kib bootloader offset option to STM32F401 (#5457)
JamesH1978
2022-04-25
1
-1
/
+1
*
stm32: Add STM32F072 16KiB bootloader option (#5404)
alstoepp
2022-04-13
1
-1
/
+1
*
stm32: Add support for additional i2c buses
Kevin O'Connor
2022-04-11
1
-0
/
+17
*
stm32: Allow 32KiB bootloader to be specified for all STM32F4 builds
Kevin O'Connor
2022-03-14
1
-1
/
+1
*
stm32: Clarify CCIPR2 setting in stm32g0.c
Kevin O'Connor
2022-03-11
1
-1
/
+1
*
stm32: Simplify CCIPR2 register assignment on stm32g0
Kevin O'Connor
2022-03-09
1
-5
/
+2
*
stm32: USB clock source from PLLQCLK on stm32g0 (#5341)
BIGTREETECH
2022-03-09
1
-6
/
+4
*
stm32: Clear SPE flag on a change to SPI CR1 register
Kevin O'Connor
2022-02-10
1
-0
/
+6
*
stm32: Wait for transmission to complete before returning from spi_transfer()
Kevin O'Connor
2022-02-10
1
-2
/
+5
*
stm32: Fix ADC on stm32h7 (#5239)
adelyser
2022-02-06
1
-1
/
+3
*
stm32: Add remap CAN to PD0/PD1 for stm32f103 (#5173)
Sergey1560
2022-01-26
2
-1
/
+4
*
stm32: Update Kconfig as CANBUS isn't available on stm32f401
Kevin O'Connor
2022-01-07
1
-8
/
+15
*
stm32: Unify enable_pclock() code
Kevin O'Connor
2021-12-30
8
-238
/
+125
*
stm32: Fix the GPIO register for stm32h7 (#5077)
adelyser
2021-12-29
1
-3
/
+3
*
stm32: Fix ADC on stm32f042
Kevin O'Connor
2021-12-24
1
-0
/
+1
*
stm32: Enable SPI support on stm32g0
Kevin O'Connor
2021-12-23
2
-4
/
+8
*
stm32: Enable ADC support on stm32g0
Kevin O'Connor
2021-12-23
3
-12
/
+51
*
stm32: Rework register access on stm32f0_adc.c
Kevin O'Connor
2021-12-23
1
-34
/
+25
*
stm32: Minor whitespace changes to stm32f0_adc.c
Kevin O'Connor
2021-12-23
1
-12
/
+8
*
stm32: Enable I2C on stm32g0
Kevin O'Connor
2021-12-23
2
-1
/
+2
*
stm32: Add support for USB on stm32g0
Kevin O'Connor
2021-12-23
2
-21
/
+70
*
stm32: Rework USB transfer memory layout in usbfs.c
Kevin O'Connor
2021-12-23
1
-46
/
+55
*
stm32: Fix buffer size calculation in usbfs.c
Kevin O'Connor
2021-12-23
1
-1
/
+1
*
stm32: Simplify irq declaration in usbfs.c
Kevin O'Connor
2021-12-23
1
-11
/
+11
*
stm32: Initial support for stm32g0
Kevin O'Connor
2021-12-23
6
-8
/
+253
*
stm32: Enable optimized gpio_clock_enable() function on stm32h7
Kevin O'Connor
2021-12-23
1
-1
/
+3
*
stm32: Reorganize stm32h7.c into major code blocks
Kevin O'Connor
2021-12-23
1
-10
/
+21
*
stm32: Remove USB boot stubs from stm32h7.c
Kevin O'Connor
2021-12-23
1
-8
/
+0
*
stm32: Fix DFU entry point on stm32f072
Kevin O'Connor
2021-12-23
1
-0
/
+2
*
stm32: Reorganize usb bootloader code in stm32f0.c
Kevin O'Connor
2021-12-23
1
-38
/
+65
*
stm32: Reorganize usb bootloader code in stm32f4.c
Kevin O'Connor
2021-12-23
1
-30
/
+63
*
stm32: Reorganize code in stm32f1.c
Kevin O'Connor
2021-12-23
1
-47
/
+82
*
stm32: Add new gpioperiph.c file for gpio_peripheral() code
Kevin O'Connor
2021-12-23
5
-83
/
+45
*
stm32: Add option to disable SWD on GigaDevice STM32F103 clones
Kevin O'Connor
2021-11-25
2
-2
/
+17
*
stm32: Add USBOTG support to stm32h7
adelyser
2021-11-21
3
-23
/
+81
*
stm32: Enable SPI on stm32h7
Kevin O'Connor
2021-11-20
1
-1
/
+1
*
stm32: Add stm32h7 SPI support (#4850)
adelyser
2021-11-20
3
-3
/
+159
*
stm32: Add STM32H743 support
adelyser
2021-11-20
1
-3
/
+17
*
stm32: Limit stm32h7 chips to 400Mhz
Kevin O'Connor
2021-11-20
1
-1
/
+1
*
stm32: Add UART4 to stm32h7 (#4848)
adelyser
2021-11-19
1
-2
/
+13
*
stm32f4: reset peripherals in enable_pcclock()
Eric Callahan
2021-11-08
1
-0
/
+7
*
stm32f4: reset peripheral clocks on init
Eric Callahan
2021-11-08
1
-0
/
+6
*
stepper: Add support for stepping on both edges of a step pulse
Kevin O'Connor
2021-11-04
1
-0
/
+1
*
stm32: Remove gcc -mfpu=fpv4-sp-d16 floating point option
Kevin O'Connor
2021-10-30
1
-1
/
+0
*
stm32: Add a MACH_STM32F0x2 alias for F042 and F072 chips
Kevin O'Connor
2021-10-13
2
-7
/
+11
*
stm32: Rework HAVE_GPIO_HARD_PWM in Kconfig
Kevin O'Connor
2021-10-13
1
-7
/
+1
*
stm32: Change stm32f0 OSPEEDR to "medium" speed
Kevin O'Connor
2021-10-12
1
-1
/
+1
[next]