aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/stm32h7_gpio.c
Commit message (Collapse)AuthorAgeFilesLines
* stm32: Add optimized stm32h7_gpio.cKevin O'Connor2025-04-191-0/+167
Add optimized gpio functions for stm32h7 - caching the ODR register can notably improve the performance of the gpio_out_toggle() code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>