aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/gpioperiph.c
Commit message (Collapse)AuthorAgeFilesLines
* stm32: Initial support for stm32g0Kevin O'Connor2021-12-231-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stm32: Add new gpioperiph.c file for gpio_peripheral() codeKevin O'Connor2021-12-231-0/+37
The gpio_peripheral() code is the same in stm32f0.c, stm32f4.c, and stm32h7.c. Move that function to a new gpioperiph.c file to avoid code duplication. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>