summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-03-30 16:41:55 +0700
committerhathach <[email protected]>2022-03-30 16:41:55 +0700
commite2f0aef93b246368e1f6bdf101604e73d252801a (patch)
tree0cf576fea7bf3d3ce2c06c4bc05d2f4836dadff8 /hw
parent45052c625e962fa908c3234c228fca43181436d6 (diff)
make use pio_usb_port_reset_start/end
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/rp2040/family.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/rp2040/family.cmake b/hw/bsp/rp2040/family.cmake
index 23ea893b7..b56ee6a6d 100644
--- a/hw/bsp/rp2040/family.cmake
+++ b/hw/bsp/rp2040/family.cmake
@@ -91,6 +91,7 @@ if (NOT TARGET _rp2040_family_inclusion_marker)
${TOP}/src/portable/raspberrypi/pio/hcd_pio.c
${TOP}/lib/Pico-PIO-USB/pio_usb.c
+ ${TOP}/lib/Pico-PIO-USB/pio_usb_port.c
${TOP}/lib/Pico-PIO-USB/usb_crc.c
)