-
I am trying to set up the VSCode C/C++ extension to work correctly with the code for my RP2040. I have got most aspects working now but, similar to this StackOverflow post, I can't figure out how to make the tooling acknowledge the definition of My configuration looks something like this after trying to replicate the defines from the platform.txt, but it still doesn't work for
Any pointers in the right direction would be much appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think I may have solved this by prioritising the
Perhaps there is a less hacky method - but hopefully this helps someone figure it out in future. |
Beta Was this translation helpful? Give feedback.
I think I may have solved this by prioritising the
rp2_common
folder for includes:Perhaps there is a less hacky method - but hopefully this helps someone figure it out in future.