zephyr/modules/hal_infineon/abstraction-rtos/CMakeLists.txt
Nazar Palamar 4fd732a738 drivers: wifi: added Infineon AIROC WIFI driver
Added initial version of Infineon AIROC WIFI  driver

Added initial version of binding file for Infineon AIROC WIFI
driver

Rename CONFIG_ABSTRACTION_RTOS_COMPONENT_ZEPHYR to
CONFIG_USE_INFINEON_ABSTRACTION_RTOS

Exclude cy8cproto_062_4343w platform from
drivers.modem.esp_at.build test

Change revision hal_infineon to
69c883d3bd9fac8a18dd8384624b8c472a68d06f

Signed-off-by: Nazar Palamar <nazar.palamar@infineon.com>
2023-11-08 15:07:37 +00:00

12 lines
453 B
CMake

# Copyright (c) 2022 Cypress Semiconductor Corporation.
# SPDX-License-Identifier: Apache-2.0
# Add abstraction-rtos
zephyr_include_directories(${ZEPHYR_HAL_INFINEON_MODULE_DIR}/abstraction-rtos/include)
# Enable Zephyr support
zephyr_include_directories_ifdef(CONFIG_USE_INFINEON_ABSTRACTION_RTOS
include/COMPONENT_ZEPHYR)
zephyr_library_sources_ifdef(CONFIG_USE_INFINEON_ABSTRACTION_RTOS
source/COMPONENT_ZEPHYR/cyabs_rtos_zephyr.c)