From b5fb9a30e4b5cf54df35c0dfbe901493ed1ebb22 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 27 Mar 2025 18:23:53 +0100 Subject: Link compile_commands.json from fw/app Using CMake ExternalProject there are multiple compile_commands.json files in the build tree. Thus there is one from fw/app or another one when built for nucleo_f767zi from fw/btl. Linking the one from fw/app by default is more usable since it is the more relevant code base. --- compile_commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile_commands.json b/compile_commands.json index 25eb4b2..f0312d6 120000 --- a/compile_commands.json +++ b/compile_commands.json @@ -1 +1 @@ -build/compile_commands.json \ No newline at end of file +build/fw/app/compile_commands.json \ No newline at end of file -- cgit v1.2.3-70-g09d2