Skip to content

Best way to make/test changes to this core when using platformio #1529

Answered by maxgerhardt
LinusHeu asked this question in Q&A
Discussion options

You must be logged in to vote
  1. Fork Arduino-Pico to your Github account (or gitlab or wherever)
  2. Recursively download your Arduino-Pico fork somewhere. (git clone --recursive <url>)
  3. Point PlatformIO to use the symlink:// (ZERO COPY) protocol, not file:// protocol, using a platformio.ini instruction of e.g.
platform_packages =
   framework-arduinopico@symlink://C:\Users\linus\Projekte\arduino-pico
  1. Add the forked Arduino Pico folder to your VSCode workspace (just drag+drop it into your VSCode File explorer --> Add Folder To Workspace)
  2. Do the changes in Arduino-Pico
  3. git add ; git commit -m "Message" ; git push in the arduino-pico folder as needed
  4. From your fork: Click "Contribute" button or go in this repo -> Pull Reque…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@LinusHeu
Comment options

@maxgerhardt
Comment options

Answer selected by LinusHeu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants