summaryrefslogtreecommitdiff
path: root/compile_commands.json
AgeCommit message (Collapse)Author
7 daysLink compile_commands.json from fw/appxengineering
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.
2025-02-14Switch to a global CMake buildxengineering
This allows to easily build everything from the repository root. For now this only covers firmware but later electrical PCB and mechanical case files can be added.
2025-02-11Add symlink to compile_commands.jsonxengineering
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.