Best way to make/test changes to this core when using platformio #1529
-
I'm very much a beginner at using PlatformIO.
What I tried:
Sorry, I know, this is more of a PlatformIO than a specific arduino-pico question. But I didn't really find anything on google. (Except these 2 options that I tried and don't work that well.) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Ping @maxgerhardt if you have a second on this question.... |
Beta Was this translation helpful? Give feedback.
-
platform_packages =
framework-arduinopico@symlink://C:\Users\linus\Projekte\arduino-pico
Note: If you add new board variants and definitions and want to test them in PlatformIO, follow what's written in #1532 (comment) |
Beta Was this translation helpful? Give feedback.
git clone --recursive <url>
)file://
protocol, using aplatformio.ini
instruction of e.g.platform_packages = framework-arduinopico@symlink://C:\Users\linus\Projekte\arduino-pico
git add ; git commit -m "Message" ; git push
in the arduino-pico folder as needed