CMakeLists.txt 188 B

123456789101112
  1. #
  2. # Copyright (c) 2020 Actions Semiconductor
  3. #
  4. # SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Actions
  5. #
  6. zephyr_sources(
  7. os_wrapper.c
  8. os_message.c
  9. user_work_q.c
  10. display_work_q.c
  11. )