add aarch64 support.

This commit is contained in:
zhangzheng
2024-03-31 16:06:11 +00:00
parent 5791e49460
commit c57d9cbb82
166 changed files with 7423 additions and 117 deletions

16
.vscode/settings.json vendored
View File

@@ -329,7 +329,21 @@
"gui_interface_extern.h": "c",
"gui.h": "c",
"gui_timeout.h": "c",
"bitmap.h": "c"
"bitmap.h": "c",
"early_boot.h": "c",
"sysregs.h": "c",
"types_asm.h": "c",
"pager.h": "c",
"thread_arch.h": "c",
"aarch64_ptregs.h": "c",
"psci.h": "c",
"buddy.h": "c",
"atomics.h": "c",
"asm_config.h": "c",
"slab.h": "c",
"arm_local_reg.h": "c",
"timer.h": "c",
"arm_gicv2.h": "c"
},
"cortex-debug.showRTOS": false,
"cortex-debug.variableUseNaturalFormat": false,