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

Add RP2350 support #435

Merged
merged 5 commits into from
Oct 6, 2024
Merged

Conversation

runger1101001
Copy link
Member

Since our driver is based on the Pico SDK functions, and these were not changed for the RP2350, and the timer functionality is more or less the same, it looks like there is not much to do to support the Pico 2.

It can be tested in platformio using Earle Phil hower's core and Max Gerhard's PlatformIO support, with a configuration for platformio.ini like:

[env:pico]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = rpipico2
framework = arduino
board_build.core = earlephilhower

lib_archive  = false

@runger1101001 runger1101001 added the enhancement New feature or request label Oct 3, 2024
@runger1101001 runger1101001 added this to the 2.3.5_Release milestone Oct 3, 2024
@runger1101001
Copy link
Member Author

Tested using RPi Pico 2 and Earle Phil Hower core.

@runger1101001 runger1101001 merged commit add1f42 into simplefoc:dev Oct 6, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant