summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-10-05 11:39:32 +0700
committerhathach <[email protected]>2021-10-05 11:39:32 +0700
commit31cfd5a68443db941dbce88cebaf8fdf2d16a6a0 (patch)
treea843ff3807be766ff86cd2d01f51f291de012328 /hw
parentd9bda631d4ce7e82322a5a71339c2556d410c1e0 (diff)
parent03d7988df3f491515389751a8cf4baecafb155fc (diff)
Merge branch 'add_ncm' of https://github.com/majbthrd/tinyusb into majbthrd-add_ncm
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/rp2040/family.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/bsp/rp2040/family.cmake b/hw/bsp/rp2040/family.cmake
index 41960b6cd..a0f41212c 100644
--- a/hw/bsp/rp2040/family.cmake
+++ b/hw/bsp/rp2040/family.cmake
@@ -70,7 +70,8 @@ if (NOT TARGET _rp2040_family_inclusion_marker)
${TOP}/src/class/hid/hid_device.c
${TOP}/src/class/midi/midi_device.c
${TOP}/src/class/msc/msc_device.c
- ${TOP}/src/class/net/net_device.c
+ ${TOP}/src/class/net/ecmrndis_device.c
+ ${TOP}/src/class/net/ncm_device.c
${TOP}/src/class/usbtmc/usbtmc_device.c
${TOP}/src/class/vendor/vendor_device.c
)