aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/stm32f0_serial.c
Commit message (Collapse)AuthorAgeFilesLines
* stm32: Simplify USB/Serial/CANbus Kconfig selectionKevin O'Connor2021-03-181-20/+20
| | | | | | | Combine the various communication options into a single "make menuconfig" menu item. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32: Adding support for STM32F031x6 (#3871)Elias Bakken2021-02-031-3/+9
| | | | | | | Add support for alt usart 1 Do not select all functions on 16 K mcu Signed-off-by: Elias Bakken <elias@iagent.no>
* stm32: Fix typo that broke selection of alternate serial port pinKevin O'Connor2020-02-091-1/+1
| | | | | | Fix a typo in commit aea15250. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32: Only declare alternate usart2 on stm32f0Kevin O'Connor2020-01-231-16/+16
| | | | | | | Also, try to improve the structure of the #if/#else/#endif layout in serial.c. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32: add alternate pinout for USART2Arne Jansen2020-01-231-0/+6
| | | | | | Added to both generic stm32 and stm32f0 Signed-off-by: Arne Jansen <arne@die-jansens.de>
* stm32: Initial support for stm32f070Kevin O'Connor2019-10-231-0/+69
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>