summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2026-06-24 20:48:42 +0200
committerHiFiPhile <[email protected]>2026-06-24 21:13:27 +0200
commit3a1ced7e1333de7ddf57f8592a41cbf0605512ed (patch)
tree1cba02b411980a49e46bffe027037d96f4c7079d /examples
parent033dc6bb77e8a9e1c1172d74d47707848b5c5bf5 (diff)
typec: add stm32u5 support
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'examples')
-rw-r--r--examples/typec/CMakeLists.txt4
-rw-r--r--examples/typec/power_delivery/only.txt1
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