Add SMBus shell module for testing. This allows arbitrary boards with SMBus driver supported exploring the SMBus communication with peripheral devices. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
7 lines
187 B
CMake
7 lines
187 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_SMBUS_SHELL smbus_shell.c)
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_USERSPACE smbus_handlers.c)
|