Maximilian Gerhardt

Results 502 comments of Maximilian Gerhardt
trafficstars

I'm making progress regarding adding debugging support using Picoprobe, but it's not 100% working yet. ![grafik](https://user-images.githubusercontent.com/26485477/128630776-c5e8f140-1b1c-4709-a0b3-5052567177f5.png) The stacktrace doesn't reach back to the actual user function (in the sketch I...

Which operating system are you using? The platformio.ini has a Windows-specific download link, if you have a different one you need to adapt it. You can also try and force...

`board = pico` is perfectly valid. This is in fact the very first board in my [example](https://github.com/maxgerhardt/pio-pico-earlephilhower-test-all-variants/blob/main/platformio.ini). >That's interesting, this is not the link stated by Earle in his documentation,...

The `platformio.ini` controls all base build configuration options, nothing else you selected in the UI matters. In fact one can create an "Arduino Uno" project then change the `platformio.ini` to...

Is the folder `/.platformio/packages/toolchain-pico` still **empty** after that? Even after removing `toolchain-pico` and that `.cache` folder referenced above? Do you have antivirus active? The only two possibilities I see is...

>tried to set this path as the compiler path in the IntelliSense settings (which I can open via the light bulb icon next to the error message in the #include...

There's something really wrong when you can execute a binary which should have been created as a regular user only as administrator, and not as a regular user. :/. The...

It may be worth a try, as I'm out of ideas 😄.

Do you have more VSCode extensions installed beyond C/C++ by Microsoft and PlatformIO? You may try disabling them and rebuilding the index. (Ctrl+Shift+P -> Rebuild IntelliSense Index in VScode)

That's weird -- does that appear with the latest PlatformIO core version? ([CLI](https://docs.platformio.org/en/latest/integration/ide/vscode.html#platformio-core-cli) -> `pio upgrade --dev`). In `/.platformio/packages/toolchain-pico/>`, does there exist a `.piopm` (PIO packet manager) file?