-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
93 lines (93 loc) · 1.75 KB
/
settings.json
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
93
{
"editor.indentSize": "tabSize",
"editor.rulers": [
80
],
"files.associations": {
"*.jinja": "python",
"*.asm": "avr",
"*.bb": "shellscript",
"*.bbclass": "shellscript",
"*.inc": "shellscript",
"io.h": "c",
"init.h": "c",
"device.h": "c",
"controller.h": "c",
"caniot.h": "c",
"pgmspace.h": "c",
"stddef.h": "c",
"string.h": "c",
"dev.h": "c",
"hw.h": "c",
"can.h": "c",
"kernel.h": "c",
"avrtos.h": "c",
"interrupt.h": "c",
"defines.h": "c",
"common.h": "c",
"class.h": "c",
"stdbool.h": "c",
"stdint.h": "c",
"tcn75.h": "c",
"time.h": "c",
"wdt.h": "c",
"caniot_errors.h": "c",
"debug.h": "c",
"serial.h": "c",
"watchdog.h": "c",
"config.h": "c",
"tqueue.h": "c",
"led.h": "c",
"datatype.h": "c",
"stdio.h": "c",
"fake.h": "c",
"eeprom.h": "c",
"delay.h": "c",
"ow_sens.h": "c",
"crc16.h": "c",
"ow_ds_drv.h": "c",
"ow_ds_meas.h": "c",
"temp.h": "c",
"gpio_pulse.h": "c",
"sleep.h": "c",
"heater.h": "c",
"gpio.h": "c",
"shutter.h": "c",
"kernel_internals.h": "c",
"multithreading.h": "c",
"iom328pb.h": "c",
"board.h": "c",
"bsp.h": "c",
"v1.h": "c",
"usart.h": "c",
"class0.h": "c",
"class1.h": "c",
"pcf8574.h": "c",
"assert.h": "c",
"wire.h": "c",
"atomic.h": "c",
"tiny.h": "c",
"exti.h": "c",
"timer.h": "c",
"logging.h": "c",
"mutex.h": "c",
"settings.h": "c",
"shell.h": "c",
"caniot_private.h": "c",
"errors.h": "c",
"sys.h": "c",
"gpio_xps.h": "c",
"classes.h": "c",
"mcp3008.h": "c",
"filters.h": "c",
"errno.h": "c",
"spi.h": "c",
"avrtos_arduinoide_conf.h": "c",
"caniot_config.h": "c",
"platform.h": "c",
"instance_multi.h": "c",
"instance_single.h": "c",
"build_info.h": "c",
"iom328p.h": "c"
},
}