klipper/src/stm32
Kevin O'Connor 0971a8c2e1 stm32: Support PB7/PB6 for USART1 on stm32f0
Add support for USART1 on PB7/PB6.

Remove STM32_SERIAL_USART1_ALT_PA15_PA14 option and allow all serial
mappings to be used on stm32f031.

Reported by @Desuuuu.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2021-08-01 13:46:31 -04:00
..
Kconfig stm32: Support PB7/PB6 for USART1 on stm32f0 2021-08-01 13:46:31 -04:00
Makefile
adc.c
can.c
chipid.c
gpio.c
gpio.h
hard_pwm.c
i2c.c
internal.h
serial.c stm32: Add alternate serial ports on stm32f4 2021-05-24 21:17:51 -04:00
spi.c stm32: Support spi1 on PB4/PB5/PB3 on stm32f103 and stm32f2 2021-05-26 00:04:30 -04:00
stm32f0.c
stm32f0_adc.c
stm32f0_i2c.c
stm32f0_serial.c stm32: Support PB7/PB6 for USART1 on stm32f0 2021-08-01 13:46:31 -04:00
stm32f0_timer.c
stm32f1.c stm32: Support spi1 on PB4/PB5/PB3 on stm32f103 and stm32f2 2021-05-26 00:04:30 -04:00
stm32f4.c
usbfs.c
usbotg.c
watchdog.c