Skip to content

Commit d3ba597

Browse files
committed
Merge branch 'fix/clangd-other-ide' into mntm-dev --nobuild
2 parents a663836 + 327e501 commit d3ba597

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
- Fixes to `READ_MULTI` and `GET_BLOCK_SECURITY` commands in ISO 15693-3 emulation (#501 by @WillyJL & aaronjamt)
8989
- Fix CLI with NTAG4xx and Type 4 Tag support (by @WillyJL)
9090
- UL: Fix LED not blinking at SLIX unlock (by @xMasterX)
91+
- uFBT: Fix .clangd config for IDEs besides VSCode
9192
- UL: Settings: Storage settings exit scenes properly if used via favourites (by @xMasterX)
9293
- UL: UI: Some small changes (by @xMasterX)
9394
- OFW: USB: Fix USB HID keyboard LED state reporting (by @Caballosanex)

scripts/ufbt/project_template/.clangd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ CompileFlags:
44
- -Wno-format
55
Remove:
66
- -mword-relocations
7+
CompilationDatabase: "./.vscode"
8+
9+
Completion:
10+
HeaderInsertion: Never
711

812
Diagnostics:
913
ClangTidy:

0 commit comments

Comments
 (0)