Files
mkrtos-real/.vscode/settings.json
2024-08-29 23:35:25 +08:00

110 lines
2.9 KiB
JSON
Executable File

{
"files.associations": {
".*": ".cc",
"types.h": "c",
"string.h": "c",
"cpio.h": "c",
"elf64.h": "c",
"aarch64_ptregs.h": "c",
"condition_variable": "c",
"future": "c",
"u_arch.h": "c",
"u_util.h": "c",
"task.h": "c",
"assert.h": "c",
"mm_page.h": "c",
"util.h": "c",
"pager.h": "c",
"*.tcc": "c",
"slab.h": "c",
"array": "c",
"bitset": "c",
"string_view": "c",
"initializer_list": "c",
"regex": "c",
"utility": "c",
"crt_arch.h": "c",
"pthread_impl.h": "c",
"features.h": "c",
"futex_queue.h": "c",
"futex.h": "c",
"errno.h": "c",
"syscall_backend.h": "c",
"limits.h": "c",
"pthread.h": "c",
"u_sys.h": "c",
"arch.h": "c",
"*.in": "c",
"buddy.h": "c",
"thread_arch.h": "c",
"random": "c",
"chrono": "c",
"compare": "c",
"functional": "c",
"ratio": "c",
"tuple": "c",
"type_traits": "c",
"variant": "c",
"mln_rbtree.h": "c",
"rbtree_mm.h": "c",
"early_boot.h": "c",
"obj_space.h": "c",
"mm.h": "c",
"asm_config.h": "c",
"u_types.h": "c",
"err.h": "c",
"u_prot.h": "c",
"vma.h": "c",
"thread.h": "c",
"thread_knl.h": "c",
"shell.h": "c",
"shell_secure_user.h": "c",
"u_log.h": "c",
"elf.h": "c",
"u_vmam.h": "c",
"u_arch_hard.h": "c",
"arm_gicv2.h": "c",
"sche_arch.h": "c",
"irq_sender.h": "c",
"timer.h": "c",
"arm_local_reg.h": "c",
"thread_task_arch.h": "c",
"mm_space.h": "c",
"spinlock_arch.h": "c",
"app.h": "c",
"config.h": "c",
"u_sleep.h": "c",
"spin_table.h": "c",
"init.h": "c",
"pre_cpu.h": "c",
"ipi.h": "c",
"slist.h": "c",
"atomics.h": "c",
"spinlock.h": "c",
"stdlib.h": "c",
"cpulock.h": "c",
"u_task.h": "c",
"ipa_exeception.h": "c",
"guest_os.h": "c",
"kobject.h": "c",
"scheduler.h": "c",
"u_thread.h": "c",
"aarch64_emul.C": "cpp",
"cpu_regs.h": "c",
"uvmm_dev_man.h": "c",
"uvmm_devtree.h": "c",
"vgic.h": "c",
"aarch64_emul.h": "c",
"uvmm_host_irqs.h": "c",
"stdio.h": "c",
"u_thread_util.h": "c",
"u_hd_man.h": "c",
"u_mm.h": "c",
"sema.h": "c",
"ref.h": "c"
},
"cortex-debug.showRTOS": false,
"cortex-debug.variableUseNaturalFormat": false,
"C_Cpp.default.systemIncludePath": [""],
"C_Cpp.default.forcedInclude": ["${workspaceFolder}/build/autoconf.h"]
}