Skip to content

Commit 56d5476

Browse files
committed
created .clangd for LSP support
1 parent 63e0384 commit 56d5476

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.clangd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CompileFlags:
2+
Add: [-Wno-unused-variable,-Wno-infinite-recursion,-Wno-array-bounds,-Werror=implicit-function-declaration,-Wshadow,-Wno-shadow-field-in-constructor-modified,-Wno-shadow-ivar,-Wuninitialized,-Wunused-label,-Wunused-lambda-capture,--target=riscv32]
3+
Remove: [-mlongcalls, -fno-tree-switch-conversion, -mtext-section-literals, -fstrict-volatile-bitfields]

main/sci_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
#define VERSION_CAN_INCREMENT_FLAG 0
1818

1919
// The current firmware version, amalgamating semantic versioning with the commit hash for precise version tracking.
20-
#define FIRMWARE_VERSION "4.0.0-80c297b"
20+
#define FIRMWARE_VERSION "4.0.0-63e0384"

0 commit comments

Comments
 (0)