Skip to content
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

Differences to earlephilhower/arduino-pico #3

Open
rynbrd opened this issue Dec 18, 2022 · 3 comments
Open

Differences to earlephilhower/arduino-pico #3

rynbrd opened this issue Dec 18, 2022 · 3 comments

Comments

@rynbrd
Copy link

rynbrd commented Dec 18, 2022

How is this different from earlephilhower/arduino-pico?

It appear as if it's based on Earle's work but it is not forked nor does it point that out.

@hellmutbrudny
Copy link

I have also noticed one problem with that - fork kept the same name "package_rp2040_index.json" so one can't import both to Arduino IDE 1.x.x in the same time. This is just inconvenience but would you consider renaming it?

@rynbrd
Copy link
Author

rynbrd commented Jan 10, 2023

I experienced that as well. It's also not possible to use an #ifdef to check if you're building against a Longan board because they use a dash in the board name, so the -D options passed to the compiler are all ignored.

I tried building using earlephilhower/arduino-pico. One major difference is the pin definitions are different, specifically for SPI0, so you can't communicate with the MCP2515.

@hellmutbrudny
Copy link

I have managed to workaround the problem by putting a renamed copy of the file in my own github repo and using the link to that in Arduino IDE.

The other thing is that uf2conv.py is somehow old and fails to find the device on my system (Centos 8). I just overridden it with the one from original lib and it works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants