Hi there. If you are just looking for some examples, my C++-based pico projects might be helpful. This directory contains some C++ pico libraries with working CMakeLists.txt setups: https://github.com/jaguilar/awning/tree/main/src
Getting autocomplete working, for me, involved:
Getting autocomplete working, for me, involved:
- Installing latest clangd
- Setting up the query-driver argument to allow clangd to work with gcc.
- Setting the CMake extension settings to generate compile-commands.json.
Statistics: Posted by jags84 — Tue May 07, 2024 12:51 pm