boot: Implement initial gpio configuration

This commit is contained in:
Michael Scire 2019-04-29 09:43:48 -07:00
parent e58948a42b
commit 38159bdf9a
11 changed files with 769 additions and 1 deletions

View file

@ -107,7 +107,8 @@ int main(int argc, char **argv)
/* Change voltage from 3.3v to 1.8v for select devices. */
Boot::ChangeGpioVoltageTo1_8v();
/* TODO: SetInitialGpioConfiguration(); */
/* Setup GPIO. */
Boot::SetInitialGpioConfiguration();
/* TODO: CheckClock(); */