-
Notifications
You must be signed in to change notification settings - Fork 3
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
Raspberry Pi Pico support #6
Comments
@AshleyF Raspberry Pi Pico support, does that make sense? I can try to build UF2 for Raspberry Pi Pico, but no time guarantee, how it goes ;) |
It should work on various devices supported by the Arduino IDE; including, but not exclusive to, Teensy (with the TeensyDuino extensions). Support for Raspberry Pi Pico would be wonderful! There is this Arduino-Pico project which I have yet to try out, but looks promising. Lower-level support for some of the Pico's unique hardware (e.g. PIO) would be very interesting eventually. Not sure if that's supported by the Arduino integration or if it's reduced to the lowest-common-denominator to be more "Arduino-like". Anyway... just getting Brief working on the Pico by whatever means would be super cool! |
@AshleyF thank you for quick response, probably you right and it should work from Arduino IDE without any changes, but I will try to pack Brief as |
Looks like this project implies a specific board, namely Teensy® 2.0 with an ATmega32U4, but it would be great also to add support for Raspberry Pi Pico.
The text was updated successfully, but these errors were encountered: