Newer
Older
mbed-os / connectivity / drivers / lora / CMakeLists.txt
@Ludovic Champsaur Ludovic Champsaur on 9 Feb 2021 444 bytes STM32WL LORA : STM32WL_LoRaRadio support
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

if("SX126X" IN_LIST MBED_TARGET_LABELS)
    add_subdirectory(COMPONENT_SX126X)
endif()

if("SX1272" IN_LIST MBED_TARGET_LABELS)
    add_subdirectory(COMPONENT_SX1272)
endif()

if("SX1276" IN_LIST MBED_TARGET_LABELS)
    add_subdirectory(COMPONENT_SX1276)
endif()

if("STM32WL" IN_LIST MBED_TARGET_LABELS)
    add_subdirectory(TARGET_STM32WL)
endif()