Skip to content

Commit 4ec1fd2

Browse files
benothmn-sterwango
authored andcommitted
lib: stm32wba: Remove support of Nucleo WBA52CG board
Remove the check of Nucleo WBA52CG in the CMakeList and remove its support in Zephyr. Signed-off-by: Nidhal BEN OTHMEN <[email protected]>
1 parent edd8255 commit 4ec1fd2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/stm32wba/CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
if(DEFINED CONFIG_BOARD_NUCLEO_WBA52CG)
6-
message(FATAL_ERROR "BLE library is not compatible with nucleo_wba52cg")
7-
endif()
8-
95
zephyr_compile_definitions( -DBLE )
106

117
zephyr_include_directories(BLE_TransparentMode/Core/Inc)

0 commit comments

Comments
 (0)