blob: 436339a955a55b5197daa3c947156e888593c577 [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": [
18 "-nostdinc -nostdlib -O2 -m32 -g"
19 ]
20 }
21 ],
22 "version": 4
23}