diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/typec/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | examples/typec/power_delivery/only.txt | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/examples/typec/CMakeLists.txt b/examples/typec/CMakeLists.txt index 24c25908a..cb6c5b5a7 100644 --- a/examples/typec/CMakeLists.txt +++ b/examples/typec/CMakeLists.txt @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.20) include(${CMAKE_CURRENT_SOURCE_DIR}/../../hw/bsp/family_support.cmake) -project(tinyusb_host_examples C CXX ASM) -family_initialize_project(tinyusb_host_examples ${CMAKE_CURRENT_LIST_DIR}) +project(tinyusb_typec_examples C CXX ASM) +family_initialize_project(tinyusb_typec_examples ${CMAKE_CURRENT_LIST_DIR}) # family_add_subdirectory will filter what to actually add based on selected FAMILY family_add_subdirectory(power_delivery) diff --git a/examples/typec/power_delivery/only.txt b/examples/typec/power_delivery/only.txt index 657aeaac5..fc458560d 100644 --- a/examples/typec/power_delivery/only.txt +++ b/examples/typec/power_delivery/only.txt @@ -1 +1,2 @@ mcu:STM32G4 +mcu:STM32U5 |
