Skip to content

Commit

Permalink
feat(cdc_acm): Reorganize folders
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-marcisovsky committed Dec 3, 2024
1 parent a16cfa9 commit 803aaef
Show file tree
Hide file tree
Showing 7 changed files with 637 additions and 4 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
idf_component_register(SRC_DIRS .
REQUIRES cmock usb
INCLUDE_DIRS "../../descriptors" .
INCLUDE_DIRS .
PRIV_INCLUDE_DIRS "../../../private_include"
WHOLE_ARCHIVE)

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <stdio.h>
#include <catch2/catch_test_macros.hpp>

#include "cdc_descriptors.hpp"
#include "descriptors/cdc_descriptors.hpp"
#include "usb/cdc_acm_host.h"
#include "mock_add_usb_device.h"
#include "common_test_fixtures.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <stdio.h>
#include <catch2/catch_test_macros.hpp>

#include "cdc_descriptors.hpp"
#include "descriptors/cdc_descriptors.hpp"
#include "usb/cdc_acm_host.h"
#include "mock_add_usb_device.h"
#include "common_test_fixtures.hpp"
Expand Down
Empty file.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
idf_component_register(SRC_DIRS .
REQUIRES cmock usb
INCLUDE_DIRS "../../descriptors" .
INCLUDE_DIRS .
PRIV_INCLUDE_DIRS "../../../private_include"
WHOLE_ARCHIVE)

Expand Down

0 comments on commit 803aaef

Please sign in to comment.