aboutsummaryrefslogtreecommitdiff
path: root/02-usart/src/kern/gpio/gpio_manager.c
Commit message (Collapse)AuthorAge
* Add new GPIO subsystem.Josh Rahm2020-11-23
This gpio subsystem keeps track of the GPIO pins which have been reserved and takes care of the housekeeping with keeping them running. This gpio subsystem also knows which alternate functions belong to which pins, so it can automatically configure the pins for the alternate functions.