mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 11:09:06 +00:00
Add "tcpc" shell command with "dump" subcommand used to dump all registers of all the TCPCs. Signed-off-by: Michał Barnaś <mb@semihalf.com>
7 lines
184 B
CMake
7 lines
184 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_USBC_TCPC_SHELL shell.c)
|
|
zephyr_library_sources_ifdef(CONFIG_USBC_TCPC_STM32 ucpd_stm32.c)
|