初始版本

This commit is contained in:
2026-05-09 17:09:52 +08:00
parent ba90df0690
commit 16f6ec78e5
96 changed files with 75964 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
execUserReset()
{
__message("Executing __hwReset");
__hwReset(0);
__message("__hwReset done");
__hwResetWithStrategy(0, 2);
}