From 2885c22d8c07151e69aa9e8924b451c229f7ebbd Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 11 Feb 2025 11:40:10 +0100 Subject: Add symlink to compile_commands.json The compile_commands.json located in fw/build is symlinked in the repository root to more conveniently open a text editor with LSP client there which is directly prepared for the firmware build. --- compile_commands.json | 1 + 1 file changed, 1 insertion(+) create mode 120000 compile_commands.json diff --git a/compile_commands.json b/compile_commands.json new file mode 120000 index 0000000..c87e7db --- /dev/null +++ b/compile_commands.json @@ -0,0 +1 @@ +fw/build/compile_commands.json \ No newline at end of file -- cgit v1.2.3-70-g09d2