summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/console/console-usart1-cfg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* bsp/stm32h7: add configuration for USART1 GPIO pins, registers and alternate ↵Karel Gardas2022-04-051-3/+5
| | | | function
* bsp/stm32h7: Split console configurationSebastian Huber2021-01-041-0/+47
This allows applications to individually provide configuration structures. Update #4209.