forked from vasimv/Everytag
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clangd
More file actions
21 lines (21 loc) · 633 Bytes
/
Copy path.clangd
File metadata and controls
21 lines (21 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
CompileFlags:
CompilationDatabase: build-810
Add:
- "-I../zephyr/include"
- "-I../zephyr/lib/libc/common/include"
- "-I../nrf/include"
- "-I../modules/hal/cmsis/CMSIS/Core/Include"
- "-Ibuild-810/zephyr/include/generated"
- "-Ibuild-810/zephyr/include/generated/zephyr"
- "-include"
- "build-810/zephyr/include/generated/zephyr/autoconf.h"
- "-DCONFIG_GPIO=1"
- "-DCONFIG_BT=1"
Remove:
# GCC flags unknown to clang
- "-fno-printf-return-value"
- "-mabi=aapcs"
- "-mfp16-format=ieee"
- "--param=min-pagesize=0"
- "-fno-reorder-functions"
- "-specs=nano.specs"