Files
mkrtos-real/.vscode/settings.json
zhangzheng ef49739ad0 rpc
可用,并增加fs服务
2023-09-24 01:26:07 +08:00

150 lines
3.7 KiB
JSON
Executable File

{
"files.associations": {
".*": ".cc",
"debug.h": "c",
"mpu_armv7.h": "c",
"core_cm3.h": "c",
"mpu.h": "c",
"gd32f10x.h": "c",
"mkrtos.h": "c",
"config.h": "c",
"assert.h": "c",
"dev_object.h": "c",
"sys.h": "c",
"gd32f10x_libopt.h": "c",
"delay.h": "c",
"gd32_sys.h": "c",
"stm32_sys.h": "c",
"stm32f2xx_conf.h": "c",
"sched.h": "c",
"stdio.h": "c",
"stm32f2xx.h": "c",
"tty.h": "c",
"fs.h": "c",
"system_stm32f2xx.h": "c",
"cpio.h": "c",
"dev.h": "c",
"knl_service.h": "c",
"sp.h": "c",
"fcntl.h": "c",
"stat.h": "c",
"types.h": "c",
"paths.h": "c",
"endian.h": "c",
"dietfeatures.h": "c",
"stackgap-common.h": "c",
"string.h": "c",
"features.h": "c",
"typeinfo": "c",
"embfeatures.h": "c",
"unistd.h": "c",
"fp_lib.h": "c",
"stdint.h": "c",
"int_math.h": "c",
"int_endianness.h": "c",
"cstdio": "c",
"math.h": "c",
"ieeefp.h": "c",
"int_lib.h": "c",
"cdefs.h": "c",
"softfloat.h": "c",
"sfp-machine.h": "c",
"soft-fp.h": "c",
"quad.h": "c",
"double.h": "c",
"*.inc": "c",
"half.h": "c",
"softfloat-for-gcc.h": "c",
"mkrtos_su.h": "c",
"array": "c",
"functional": "c",
"istream": "c",
"ostream": "c",
"tuple": "c",
"type_traits": "c",
"utility": "c",
"arch.h": "c",
"list.h": "c",
"typeindex": "c",
"mm.h": "c",
"atomic.h": "c",
"slist.h": "c",
"exec.h": "c",
"bitset": "c",
"knl_mutex.h": "c",
"knl_msg.h": "c",
"msg.h": "c",
"reboot.h": "c",
"random": "cpp",
"util.h": "c",
"factory.h": "c",
"prot.h": "c",
"ram_limit.h": "c",
"task.h": "c",
"mm_wrap.h": "c",
"ctype.h": "c",
"kobject.h": "c",
"misc.h": "c",
"cpulock.h": "c",
"init.h": "c",
"uart.h": "c",
"stdarg.h": "c",
"xprintf.h": "c",
"globals.h": "c",
"thread.h": "c",
"chrono": "c",
"ratio": "c",
"log.h": "c",
"syscall.h": "c",
"scheduler.h": "c",
"thread_armv7m.h": "c",
"printk.h": "c",
"obj_space.h": "c",
"u_types.h": "c",
"u_log.h": "c",
"u_prot.h": "c",
"u_arch.h": "c",
"errno.h": "c",
"crt_arch.h": "c",
"stdio_impl.h": "c",
"uio.h": "c",
"fs_backend.h": "c",
"mm_space.h": "c",
"mm_page.h": "c",
"u_task.h": "c",
"cpiofs.h": "c",
"u_factory.h": "c",
"u_thread.h": "c",
"u_app.h": "c",
"u_util.h": "c",
"u_mm.h": "c",
"u_ipc.h": "c",
"ref.h": "c",
"map.h": "c",
"ipc.h": "c",
"err.h": "c",
"diskio.h": "c",
"ff.h": "c",
"u_hd_man.h": "c",
"pthread.h": "c",
"*.in": "cpp",
"syscall_backend.h": "c",
"misc_backend.h": "c",
"queue.h": "c",
"irq.h": "c",
"irq_sender.h": "c",
"u_irq_sender.h": "c",
"u_env.h": "c",
"stddef.h": "c",
"u_rpc.h": "c",
"namespace.h": "c",
"u_rpc_svr.h": "c",
"rpc_prot.h": "c",
"ns_types.h": "c",
"ns_svr.h": "c",
"u_rpc_2.h": "c",
"ns_cli.h": "c",
"fs_cli.h": "c"
},
"cortex-debug.showRTOS": false,
}