-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcompile_commands.json
More file actions
22 lines (22 loc) · 1008 Bytes
/
compile_commands.json
File metadata and controls
22 lines (22 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{
"directory": "/Users/bioharz/git/2025_2/flipper",
"command": "clang -c -I. -Igovee_control -std=c11 -DFURI_LOG_D=printf -DFURI_LOG_E=printf -DFURI_LOG_I=printf govee_control/govee_h6006.c",
"file": "govee_control/govee_h6006.c"
},
{
"directory": "/Users/bioharz/git/2025_2/flipper",
"command": "clang -c -I. -Igovee_control -std=c11 -DFURI_LOG_D=printf -DFURI_LOG_E=printf -DFURI_LOG_I=printf govee_control/ble_connection.c",
"file": "govee_control/ble_connection.c"
},
{
"directory": "/Users/bioharz/git/2025_2/flipper",
"command": "clang -c -I. -Igovee_control -std=c11 -DFURI_LOG_D=printf -DFURI_LOG_E=printf -DFURI_LOG_I=printf govee_control/ble_scanner.c",
"file": "govee_control/ble_scanner.c"
},
{
"directory": "/Users/bioharz/git/2025_2/flipper",
"command": "clang -c -I. -Igovee_control -std=c11 -DFURI_LOG_D=printf -DFURI_LOG_E=printf -DFURI_LOG_I=printf govee_control/govee_control.c",
"file": "govee_control/govee_control.c"
}
]