4fd732a738
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>
14 lines
525 B
CMake
14 lines
525 B
CMake
# Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or
|
|
# an affiliate of Cypress Semiconductor Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_include_directories(./)
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_WIFI_AIROC airoc_wifi.c)
|
|
zephyr_library_sources_ifdef(CONFIG_WIFI_AIROC airoc_whd_hal.c)
|
|
|
|
zephyr_compile_definitions(CYBSP_WIFI_CAPABLE)
|
|
zephyr_compile_definitions(CY_RTOS_AWARE)
|
|
zephyr_compile_definitions(WHD_USE_CUSTOM_MALLOC_IMPL)
|
|
zephyr_compile_definitions(WHD_USE_CUSTOM_HAL_IMPL)
|