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

rp2350: missing PWM implementation #4711

Open
eliasnaur opened this issue Jan 21, 2025 · 1 comment
Open

rp2350: missing PWM implementation #4711

eliasnaur opened this issue Jan 21, 2025 · 1 comment
Labels
enhancement New feature or request rp2350

Comments

@eliasnaur
Copy link
Contributor

The machine.PWM* variables are not available when building for -target pico2, but are available when building for -target pico.

Is this an oversight in the rp2350 port or did I miss it? I see machine_rp2040_pwm.go, but nothing for rp2350. I would expect them to be similar, or even share code like the machine_rp2_*.go implementations.

@deadprogram deadprogram added enhancement New feature or request rp2350 labels Feb 4, 2025
@deadprogram
Copy link
Member

One bi-product of PR #4723 is adding exactly that @eliasnaur

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rp2350
Projects
None yet
Development

No branches or pull requests

2 participants