klipper/src/stm32
Kevin O'Connor e3905eb241 stm32: Add an MACH_STM32F4x5 alias for F405, F407, and F429 chips
The F405, F407, and F429 chips are in the same series and almost all
code definitions should apply to all chips in that series.  Implement
the alias and fix defintions in adc.c and Kconfig that were only
applying to a subset of that series.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2021-10-06 19:56:46 -04:00
..
adc.c stm32: Add an MACH_STM32F4x5 alias for F405, F407, and F429 chips 2021-10-06 19:56:46 -04:00
can.c stm32: CAN Kconfig typo 2021-04-07 13:06:13 -04:00
chipid.c stm32: Enable chipid as usb serial number 2019-11-25 19:30:31 -05:00
gpio.c stm32: Define PGx pins on stm32f103 2019-11-02 11:35:27 -04:00
gpio.h stm32: Add hardware PWM support for STM32F1 2021-03-26 12:04:51 -04:00
hard_pwm.c stm32: Add hardware pwm for stm32h7 2021-10-06 18:20:29 -04:00
i2c.c stm32: Add support for STM32F1 I2C1 alternate pin mapping (#4012) 2021-03-02 23:02:20 -05:00
internal.h stm32: Add initial support for stm32h7 2021-10-06 18:20:29 -04:00
Kconfig stm32: Add an MACH_STM32F4x5 alias for F405, F407, and F429 chips 2021-10-06 19:56:46 -04:00
Makefile stm32: Add initial support for stm32h7 2021-10-06 18:20:29 -04:00
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 stm32: Simplify USB/Serial/CANbus Kconfig selection 2021-03-18 13:33:33 -04:00
stm32f0_adc.c stm32: Support reading chip based temperature sensor on stm32f0 2020-10-29 11:55:06 -04:00
stm32f0_i2c.c stm32f0: Initial support for i2c on stm32f0 2019-11-14 15:54:28 -05:00
stm32f0_serial.c stm32: Support PB7/PB6 for USART1 on stm32f0 2021-08-01 13:46:31 -04:00
stm32f0_timer.c stm32: Initial support for stm32f070 2019-10-23 21:19:03 -04:00
stm32f1.c stm32: Support spi1 on PB4/PB5/PB3 on stm32f103 and stm32f2 2021-05-26 00:04:30 -04:00
stm32f4.c stm32: Add an MACH_STM32F4x5 alias for F405, F407, and F429 chips 2021-10-06 19:56:46 -04:00
stm32h7.c stm32: Add initial support for stm32h7 2021-10-06 18:20:29 -04:00
stm32h7_adc.c stm32: Add initial support for stm32h7 2021-10-06 18:20:29 -04:00
stm32h7_serial.c stm32: Add initial support for stm32h7 2021-10-06 18:20:29 -04:00
usbfs.c stm32: Initial support for stm32f070 2019-10-23 21:19:03 -04:00
usbotg.c stm32: Wait for setup complete to enable ep0 rx in usbotg.c 2020-05-03 12:00:47 -04:00
watchdog.c stm32: Add initial support for stm32h7 2021-10-06 18:20:29 -04:00