Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stm32: Initial support for stm32g0 | Kevin O'Connor | 2021-12-23 | 1 | -0/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | stm32: Add new gpioperiph.c file for gpio_peripheral() code | Kevin O'Connor | 2021-12-23 | 1 | -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> |