aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/stm32f0_serial.c
Commit message (Expand)AuthorAgeFilesLines
* stm32: Add support for USART3 on PC11/PC10 on STM32G474. (#6704)Liam Powell2024-10-241-0/+8
* stm32: fix support for USARTs on STM32G0B0Robert Cambridge2024-04-031-0/+7
* stm32: Fix USART3 ALT pinout on STM32G0 (#6523)Attila2024-03-101-1/+1
* stm32: Support for USART5 on STM32G0B1 (#6105)Florin Popescu2023-04-191-0/+11
* stm32: Minor changes to stm32g0b0 ifdefsKevin O'Connor2022-12-151-1/+1
* stm32g0: add stm32g0b0 supportAlex Voinea2022-12-151-2/+4
* stm32g4: implement build,usb,can,i2c,spi,serial,adc.Matt Baker2022-12-021-4/+17
* stm32: Use stm32f0_serial.c on stm32h7 chipsKevin O'Connor2022-10-311-3/+35
* stm32: fix USART ORE status flag handlingAlex Voinea2022-10-311-1/+2
* stm32: Initial support for stm32g0Kevin O'Connor2021-12-231-3/+14
* stm32: Support PB7/PB6 for USART1 on stm32f0Kevin O'Connor2021-08-011-6/+16
* stm32: Include pin names in STM32_SERIAL_USART?_ALT kconfig symbolsKevin O'Connor2021-05-241-2/+2
* stm32: Simplify USB/Serial/CANbus Kconfig selectionKevin O'Connor2021-03-181-20/+20
* stm32: Adding support for STM32F031x6 (#3871)Elias Bakken2021-02-031-3/+9
* stm32: Fix typo that broke selection of alternate serial port pinKevin O'Connor2020-02-091-1/+1
* stm32: Only declare alternate usart2 on stm32f0Kevin O'Connor2020-01-231-16/+16
* stm32: add alternate pinout for USART2Arne Jansen2020-01-231-0/+6
* stm32: Initial support for stm32f070Kevin O'Connor2019-10-231-0/+69