forked from polyfractal/rustl8710
-
Notifications
You must be signed in to change notification settings - Fork 1
/
workspace.code-workspace
92 lines (92 loc) · 3.33 KB
/
workspace.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"folders": [
{
"path": "."
},
{
"path": "/home/user/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib"
},
{
"path": "/home/user/.xargo"
},
{
"path": "/home/user/.cargo/git/checkouts/freertos.rs-2613393845a650a6"
},
{
"path": "/home/user/rtl8710_openocd"
}
],
"settings": {
"rust.rustup": {
"toolchain": "nightly-x86_64-unknown-linux-gnu",
"nightlyToolchain": "nightly-x86_64-unknown-linux-gnu"
},
"rust.mode": "rls",
"rust.rls": {
"useRustfmt": false
},
"git.autofetch": true,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"C_Cpp.default.includePath": [
"src/c/inc",
"component/soc/realtek/common/bsp",
"component/os/freertos",
"component/os/freertos/freertos_v8.1.2/Source/include",
"component/os/freertos/freertos_v8.1.2/Source/portable/GCC/ARM_CM3",
"component/os/os_dep/include",
"component/soc/realtek/8195a/misc/driver",
"component/common/api/network/include",
"component/common/api",
"component/common/api/platform",
"component/common/api/wifi",
"component/common/api/wifi/rtw_wpa_supplicant/src",
"component/common/application",
"component/common/application/iotdemokit",
"component/common/application/google",
"component/common/media/framework",
"component/common/example",
"component/common/example/wlan_fast_connect",
"component/common/mbed/api",
"component/common/mbed/hal",
"component/common/mbed/hal_ext",
"component/common/mbed/targets/hal/rtl8195a",
"component/common/network",
"component/common/network/lwip/lwip_v1.4.1/port/realtek/freertos",
"component/common/network/lwip/lwip_v1.4.1/src/include",
"component/common/network/lwip/lwip_v1.4.1/src/include/lwip",
"component/common/network/lwip/lwip_v1.4.1/src/include/ipv4",
"component/common/network/lwip/lwip_v1.4.1/port/realtek",
"component/common/test",
"component/soc/realtek/8195a/cmsis",
"component/soc/realtek/8195a/cmsis/device",
"component/soc/realtek/8195a/fwlib",
"component/soc/realtek/8195a/fwlib/rtl8195a",
"component/soc/realtek/8195a/misc/rtl_std_lib/include",
"component/common/drivers/wlan/realtek/include",
"component/common/drivers/wlan/realtek/src/osdep",
"component/common/drivers/wlan/realtek/src/hci",
"component/common/drivers/wlan/realtek/src/hal",
"component/common/drivers/wlan/realtek/src/hal/OUTSRC",
"component/soc/realtek/8195a/fwlib/ram_lib/wlan/realtek/wlan_ram_map/rom",
"component/common/network/ssl/polarssl-1.3.8/include",
"component/common/network/ssl/ssl_ram_map/rom",
"component/common/utilities",
"component/soc/realtek/8195a/misc/rtl_std_lib/include",
"component/common/application/apple/WACServer/External/Curve25519",
"component/common/application/apple/WACServer/External/GladmanAES",
"component/soc/realtek/8195a/fwlib/ram_lib/usb_otg/include",
"component/common/video/v4l2/inc",
"component/common/media/codec",
"component/common/drivers/usb_class/host/uvc/inc",
"component/common/drivers/usb_class/device",
"component/common/drivers/usb_class/device/class",
"component/common/file_system/fatfs",
"component/common/file_system/fatfs/r0.10c/include",
"component/common/drivers/sdio/realtek/sdio_host/inc",
"component/common/audio",
"component/common/drivers/i2s",
"component/common/application/xmodem" ]
}
}