aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/gpioperiph.c
Commit message (Collapse)AuthorAgeFilesLines
* stm32f7: add support for stm32f7 and remram boardFrederic Morin2023-05-071-0/+1
| | | | Signed-off-by: Frederic Morin <frederic.morin.8@gmail.com>
* stm32: Add sdio supportH. Gregor Molter2023-02-201-3/+4
| | | | | | | | Adds sdio support for the stm32f4 to allow for SD card flash updates without power cycling some boards, e.g. BTT Octopus Pro. Signed-off-by: H. Gregor Molter <gregor.molter@secretlab.de> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* 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>