diff options
author | xengineering <me@xengineering.eu> | 2025-02-11 11:40:10 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-02-11 11:59:32 +0100 |
commit | 2885c22d8c07151e69aa9e8924b451c229f7ebbd (patch) | |
tree | 45901eada8b222588a3423d151866291e78aecff | |
parent | 9491ffc1fceba7d61e13a01b5c2ae7ea57bc0356 (diff) | |
download | iot-contact-2885c22d8c07151e69aa9e8924b451c229f7ebbd.tar iot-contact-2885c22d8c07151e69aa9e8924b451c229f7ebbd.tar.zst iot-contact-2885c22d8c07151e69aa9e8924b451c229f7ebbd.zip |
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.
l--------- | compile_commands.json | 1 |
1 files changed, 1 insertions, 0 deletions
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 |