Skip to content

Raspberry Pi RP2040 Support? #537

Answered by Makuna
mgharrison asked this question in Q&A
Discussion options

You must be logged in to vote

Do you have a link as to where it states this library supports Raspberry Pi?

Those errors are from missing compiler symbols. Your board/build environment isn't including all the standard Arduino symbols like F_CPU. They are usually supplied as command line parameters during the build (all this is hidden in Arduino world).

The specific Arduino RP2040 board support using the Arduino IDE is not supported. Currently ARDUINO_ARCH_RP2040 and ARDUINO_ARCH_MBED_NANO is what this board uses, which are not directly supported, so it falls into the generic ARM support in my library, in which this board fails to define all the normal ARM Arduino symbols. Talk to the Arduino guys about this.

Replies: 1 comment 2 replies

Comment options

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

@Makuna
Comment options

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