-
Notifications
You must be signed in to change notification settings - Fork 482
Support and Document pico-debug in PlatformIO #1427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hello,
I don't know what I've done wrong but I get a barf from platformio:
upload with pico-debug also fails, with
I've also tried this without the platform_packages line as I see the changes have been merged... should I have deleted some directories under .platformio first? I am sure I am missing something simple just not sure what it is :) |
PlatformIO sidebar ~> Core CLI ~> pio pkg update -g -p raspberrypi
Won't work unless you get the new platform code too.Also you can drop the platform_packages since it's been merged. And carefully follow the docs instructions in this PR, it seems like the webpage hasn't yet updated for it.
|
So VS-Platformio was giving the impression of re-downloading again but not actually updating it all properly ... see update reply here for more details. Thanks! |
Deletion of |
…arlephilhower#1427) * Move multicore_lockout victim initialzied tracking to pico_multicore via new multicore_lockout_victim_is_initialzied method, so user initialization of the multicore_lockout independent of pico_flash will work
Partner for maxgerhardt/platform-raspberrypi@92f7dcb and maxgerhardt/platform-raspberrypi@bade1b3
pico-debug
inprotocols
arraytools/json/electroniccats_bombercat.json
, board was possibly renamed earlier but not removed from repo?Example
platformio.ini
With the documented flash and setup procedure, this works nicely.