Merge branch 'master' into edpt_ISO_xfer

This commit is contained in:
hathach
2021-03-10 17:10:49 +07:00
147 changed files with 2296 additions and 3079 deletions

View File

@@ -33,9 +33,6 @@ if(FAMILY STREQUAL "rp2040")
CFG_TUSB_OS=OPT_OS_PICO
)
target_link_libraries(${PROJECT} pico_stdlib pico_fix_rp2040_usb_device_enumeration)
pico_add_extra_outputs(${PROJECT})
else()
message(FATAL_ERROR "Invalid FAMILY specified")
endif()