tinygo icon indicating copy to clipboard operation
tinygo copied to clipboard

stm32 needs USB implementation

Open deadprogram opened this issue 10 months ago • 2 comments

It would be great to have a USB implementation for the STM32 boards.

Who wants this too? Who wants to help? 😸

deadprogram avatar Feb 23 '25 11:02 deadprogram

What I mean is STM32 implementation(s) similar to https://github.com/tinygo-org/tinygo/blob/dev/src/machine/machine_rp2040_usb.go

deadprogram avatar Feb 23 '25 11:02 deadprogram

I might actually do this for a project of mine :) but need to pick my battles so who knows. (I've come to like stm32 chips, mostly because they're cheap and flexible, and can use very little power if configured right).

aykevl avatar Sep 30 '25 09:09 aykevl