blob: 41cf104b483e23ece306249452255bcef6bef7ab [file] [log] [blame]
swissChiliaed6ff32021-05-29 17:51:04 -07001{
2 "configurations": [
3 {
4 "name": "Bluejay",
5 "includePath": [
6 "${workspaceFolder}/**",
7 "${workspaceFolder}/include",
8 "${workspaceFolder}/include/kernel",
9 "${workspaceFolder}/src/kernel"
10 ],
swissChili5fe85a12021-05-31 08:10:27 -070011 "defines": [
12 "TEST_PCI"
13 ],
swissChiliaed6ff32021-05-29 17:51:04 -070014 "compilerPath": "/usr/bin/gcc",
15 "cStandard": "c11",
swissChiliaed6ff32021-05-29 17:51:04 -070016 "intelliSenseMode": "linux-gcc-x86",
swissChiliaed6ff32021-05-29 17:51:04 -070017 "compilerArgs": [
swissChili1b839222021-06-03 13:54:40 -070018 "-O2",
19 "-m32",
20 "-g"
swissChiliaed6ff32021-05-29 17:51:04 -070021 ]
22 }
23 ],
24 "version": 4
25}