Skip to content

Commit

Permalink
feat(cdc_acm): Mocked device open/close
Browse files Browse the repository at this point in the history
    - Opening and closing mocked USB devices
    - Interaction with mocked USB devices
  • Loading branch information
peter-marcisovsky committed Nov 26, 2024
1 parent a3e685c commit 96b95b0
Show file tree
Hide file tree
Showing 6 changed files with 1,057 additions and 6 deletions.
1 change: 1 addition & 0 deletions host/class/cdc/usb_host_cdc_acm/host_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ list(APPEND EXTRA_COMPONENT_DIRS
"$ENV{IDF_PATH}/tools/mocks/freertos/"
)

add_definitions("-DCMOCK_MEM_DYNAMIC") # We need a lot of memory for our frame buffers
project(host_test_usb_cdc)
Loading

0 comments on commit 96b95b0

Please sign in to comment.