fusee_cpp: implement SDRAM initialization

This commit is contained in:
Michael Scire
2021-08-22 02:32:05 -07:00
committed by SciresM
parent f2a1c60218
commit 349a16ce39
59 changed files with 4088 additions and 17 deletions

View File

@@ -24,4 +24,6 @@ namespace ams::pmic {
void EnableVddCore(fuse::SocType soc_type);
void EnableLdo8();
void EnableVddMemory(fuse::SocType soc_type);
}