You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
398 B
8 lines
398 B
# SPDX-License-Identifier: Apache-2.0 |
|
# |
|
# ${ZEPHYR_BASE}/CMakeLists.txt looks for ${ZEPHYR_BASE}/cmake/emu/${EMU_PLATFORM}.cmake |
|
# when building the `run` target. Create this placeholder file so it doesn't complain. |
|
# The real 'run' custom_target should be defined in `board.cmake` instead. |
|
# |
|
# See https://docs.zephyrproject.org/latest/develop/test/twister.html#running-tests-on-custom-emulator |
|
#
|
|
|