-
Notifications
You must be signed in to change notification settings - Fork 0
/
PRJ3.code-workspace
82 lines (82 loc) · 1.53 KB
/
PRJ3.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": [
{
"name": "All",
"path": "."
},
{
"name": "UART driver prototype",
"path": "prototyping/rpi-uart-kernel-module"
},
{
"name": "Netlink driver prototype",
"path": "prototyping/rpi-netlink-module"
},
{
"name": "Flask Web server prototype",
"path": "prototyping/rpi-api"
},
{
"name": "Linux driver",
"path": "source/driver"
},
{
"name": "Common",
"path": "source/common"
}
],
"settings": {
"files.associations": {
"rpi-netlink.h": "c",
"module.h": "c",
"list.h": "c",
"container_of.h": "c",
"build_bug.h": "c",
"compiler.h": "c",
"compiler_types.h": "c",
"genetlink.h": "c",
"netlink.h": "c",
"export.h": "c",
"skbuff.h": "c",
"cache.h": "c",
"bvec.h": "c",
"highmem.h": "c",
"hardirq.h": "c",
"bug.h": "c",
"kernel.h": "c",
"fs.h": "c",
"cacheflush.h": "c",
"uaccess.h": "c",
"irq.h": "c",
"io.h": "c",
"serial.h": "c",
"serial_core.h": "c",
"uart.h": "c",
"wait.h": "c",
"packet.h": "c",
"message.h": "c",
"event.h": "c",
"constants.h": "c",
"util.h": "c",
"errno-base.h": "c",
"base_packet.h": "c",
"percpu-rwsem.h": "c",
"rcuwait.h": "c",
"signal.h": "c",
"task.h": "c",
"unified.h": "c",
"mm.h": "c",
"rbtree.h": "c",
"sched.h": "c",
"nodemask.h": "c",
"seccomp.h": "c",
"atomic.h": "c",
"slab.h": "c",
"types.h": "c"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}
}