-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add Pico RP2040 (non-mbed) support #36
Conversation
d9e0410
to
95856b1
Compare
Ping @fabianoriccardi |
0dfeb0a
to
ecf3b32
Compare
I will test it the next week with the Pico, however I see that some examples don't compile! |
ecf3b32
to
7ce634a
Compare
It's very hard to test CI locally because the Github Actions yml files don't exactly correspond to a set of commands that I can run. |
a508b4b
to
c2ec43e
Compare
This adds support for RP2040 based boards such as the Pico and the Pico W using arduino-pico. Note that this is distinctly different from the mbed-OS based platform which would have to be implemented separately. I have tested this on a Pico W.
c2ec43e
to
09b74be
Compare
Did you tested RPI Pico with PlatformIO? |
Yes. My primary use case for this is my espresso machine where I use platformio to build. |
The same issue appears with your project. Here I have opened the issue. |
May I add your name in license of hw_timer_pico.cpp/h files? |
Feel free. |
I prefer to insert a real name but you don't use it on GitHub... |
My real name is Adam Hoese. |
This adds support for RP2040 based boards such as the Pico and the Pico W using arduino-pico.
Note that this is distinctly different from the mbed-OS based platform which would have to be implemented separately.
I have tested this on a Pico W.
Github Actions related changes haven't been tested, only actually running the code on my board.