Merge pull request #14899 from jeromecoutant/PR_WLE5

STM32WL: correct CMakeLists.txt for STM32WLE5xC
feature-ble-cordio-21.04
Martin Kojtal 2021-07-09 12:26:42 +02:00 committed by GitHub
commit cf54d36bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# SPDX-License-Identifier: Apache-2.0
add_subdirectory(TARGET_STM32WL55xC EXCLUDE_FROM_ALL)
add_subdirectory(TARGET_STM32WLE5xC EXCLUDE_FROM_ALL)
add_subdirectory(STM32Cube_FW EXCLUDE_FROM_ALL)
add_library(mbed-stm32wl INTERFACE)