swissChili | aed6ff3 | 2021-05-29 17:51:04 -0700 | [diff] [blame] | 1 | { |
| 2 | "configurations": [ |
| 3 | { |
| 4 | "name": "Bluejay", |
| 5 | "includePath": [ |
| 6 | "${workspaceFolder}/**", |
| 7 | "${workspaceFolder}/include", |
| 8 | "${workspaceFolder}/include/kernel", |
| 9 | "${workspaceFolder}/src/kernel" |
| 10 | ], |
swissChili | 5fe85a1 | 2021-05-31 08:10:27 -0700 | [diff] [blame] | 11 | "defines": [ |
| 12 | "TEST_PCI" |
| 13 | ], |
swissChili | aed6ff3 | 2021-05-29 17:51:04 -0700 | [diff] [blame] | 14 | "compilerPath": "/usr/bin/gcc", |
| 15 | "cStandard": "c11", |
swissChili | aed6ff3 | 2021-05-29 17:51:04 -0700 | [diff] [blame] | 16 | "intelliSenseMode": "linux-gcc-x86", |
swissChili | aed6ff3 | 2021-05-29 17:51:04 -0700 | [diff] [blame] | 17 | "compilerArgs": [ |
swissChili | 1b83922 | 2021-06-03 13:54:40 -0700 | [diff] [blame] | 18 | "-O2", |
| 19 | "-m32", |
| 20 | "-g" |
swissChili | aed6ff3 | 2021-05-29 17:51:04 -0700 | [diff] [blame] | 21 | ] |
| 22 | } |
| 23 | ], |
| 24 | "version": 4 |
| 25 | } |