rp2040: add support for usb (#2973)

* rp2040: add support for usb
This commit is contained in:
sago35
2022-07-12 22:41:56 +09:00
committed by GitHub
parent d434058aef
commit 0bc7c2a61f
4 changed files with 364 additions and 5 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
//go:build sam || nrf52840
// +build sam nrf52840
//go:build sam || nrf52840 || rp2040
// +build sam nrf52840 rp2040
package machine