implement dcd_edpt_iso_alloc/dcd_edpt_iso_activate for musb. video_capture example with iso kind of work but not smoothly. audio example does not seems to work as expected

This commit is contained in:
hathach
2024-08-19 11:59:41 +07:00
parent e345380723
commit 8fdd8d9a7b
7 changed files with 147 additions and 289 deletions

View File

@@ -15,6 +15,7 @@ set(LD_FILE_Clang ${LD_FILE_GNU})
set(CMAKE_SYSTEM_PROCESSOR cortex-m4 CACHE INTERNAL "System Processor")
set(CMAKE_TOOLCHAIN_FILE ${TOP}/examples/build_system/cmake/toolchain/arm_${TOOLCHAIN}.cmake)
set(JLINK_DEVICE max32690)
set(OPENOCD_OPTION "-f interface/cmsis-dap.cfg -f target/max32690.cfg")
set(FAMILY_MCUS MAX32690 CACHE INTERNAL "")