diff options
| author | hathach <[email protected]> | 2025-05-28 08:38:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-05-28 08:38:26 +0700 |
| commit | 132c55aca0aa9bb68b4ffb96ec89947e08e19b88 (patch) | |
| tree | 808c19fb8f949ed5ec90adda30e27c6956f7e9f7 /src/CMakeLists.txt | |
| parent | 8f077f9295838d6a7e7a5151cb46605df14a630d (diff) | |
add OPT_MCU_MAX32665
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 55c52033c..99d3059fc 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,9 +1,6 @@ -# TODO more docs and example on how to use this file -# TINYUSB_TARGET_PREFIX and TINYUSB_TARGET_SUFFIX can be used to change the name of the target - cmake_minimum_required(VERSION 3.20) -# Add tinyusb to a existing target +# Add tinyusb to a existing target, DCD and HCD drivers are not included function(tinyusb_target_add TARGET) target_sources(${TARGET} PRIVATE # common |
