mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-20 01:45:07 -04:00
boot: implement voltage change
This commit is contained in:
parent
9c53c0c0cc
commit
e58948a42b
4 changed files with 126 additions and 1 deletions
|
@ -23,6 +23,8 @@
|
|||
#include <atmosphere.h>
|
||||
#include <stratosphere.hpp>
|
||||
|
||||
#include "boot_functions.hpp"
|
||||
|
||||
extern "C" {
|
||||
extern u32 __start__;
|
||||
|
||||
|
@ -102,7 +104,8 @@ int main(int argc, char **argv)
|
|||
|
||||
/* TODO: Explicitly: */
|
||||
|
||||
/* TODO: ChangeGpioVoltageTo1_8v(); */
|
||||
/* Change voltage from 3.3v to 1.8v for select devices. */
|
||||
Boot::ChangeGpioVoltageTo1_8v();
|
||||
|
||||
/* TODO: SetInitialGpioConfiguration(); */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue