Skip to content

Commit 71e0d4d

Browse files
vtardy-sterwango
authored andcommitted
lib: stm32wba: ble-802.15.4 integration refactoring
Porting of modes ble, ieee 802.15.4 and concurrent are refactorised in one unique RF_Integration folder supporting the 3 different mode configurations. Signed-off-by: Vincent Tardy <[email protected]>
1 parent 3f242f3 commit 71e0d4d

File tree

41 files changed

+44
-6053
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+44
-6053
lines changed

lib/stm32wba/CMakeLists.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,4 @@ if(LL_LIB)
136136
endif()
137137

138138
add_subdirectory(STM32_WPAN)
139-
if(CONFIG_BT_STM32WBA AND CONFIG_IEEE802154_STM32WBA)
140-
zephyr_include_directories(IEEE802154/Inc)
141-
add_subdirectory(concurrent)
142-
else()
143-
add_subdirectory_ifdef(CONFIG_BT_STM32WBA ble)
144-
add_subdirectory_ifdef(CONFIG_IEEE802154_STM32WBA IEEE802154)
145-
endif()
139+
add_subdirectory(RF_Integration)

lib/stm32wba/IEEE802154/Core/Inc/802154/app_conf.h

Lines changed: 0 additions & 196 deletions
This file was deleted.

lib/stm32wba/IEEE802154/Core/Inc/app_common.h

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
 (0)