-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
workspace.code-workspace
82 lines (82 loc) · 1.79 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
{
"folders": [
{
"path": "."
}
],
"settings": {
// Path of OpenOCD executable for Blue Pill debugging.
"cortex-debug.openocdPath": "${workspaceRoot}/openocd/bin/openocd",
"files.associations": {
"limits": "cpp",
"temperature.h": "c",
"sensor.h": "c",
"__config": "cpp",
"__debug": "cpp",
"__functional_base": "cpp",
"__nullptr": "cpp",
"atomic": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"exception": "cpp",
"iosfwd": "cpp",
"memory": "cpp",
"new": "cpp",
"stdexcept": "cpp",
"typeinfo": "cpp",
"__bit_reference": "cpp",
"__split_buffer": "cpp",
"__tuple": "cpp",
"algorithm": "cpp",
"initializer_list": "cpp",
"iterator": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"vector": "cpp",
"oc_ri.h": "c",
"sysinit.h": "c",
"temp_stm32.h": "c",
"geolocate.h": "c",
"temp_sensor.h": "c",
"os.h": "c",
"sensor_coap.h": "c",
"json.h": "c",
"oc_rep.h": "c",
"cbor.h": "c",
"oc_constants.h": "c",
"oc_helpers.h": "c",
"cbor_mbuf_writer.h": "c",
"assert.h": "c",
"oc_assert.h": "c",
"send_coap.h": "c",
"sysflash.h": "c",
"flash_map.h": "c",
"os_mbuf.h": "c",
"nrf24l01.h": "c",
"custom_sensor.h": "c",
"sensor_data_union.h": "c",
"save_sensor_value.h": "c",
"sensor_type_desc.h": "c",
"sensor_network.h": "c",
"listen_sensor.h": "c",
"hal_os_tick.h": "c",
"hal_system.h": "c",
"stm32l4xx_hal_dma.h": "c",
"optional": "cpp",
"system_error": "cpp",
"*.tcc": "cpp",
"platform.h": "c",
"clint.h": "c",
"gd32vf103_hal.h": "c",
"console.h": "c",
"sensor_helper.h": "c"
},
"rust.racer_completion": false,
"git.ignoreLimitWarning": true
}
}