66 https://github.com/STMicroelectronics/STM32CubeWBA
77
88Status:
9- version v1.6 .0
9+ version v1.7 .0
1010
1111Purpose:
1212 This library is used on STM32WBA series to port BLE and IEEE802154 controller libraries in
@@ -48,6 +48,7 @@ Description:
4848 Middlewares/ST/STM32_WPAN/link_layer/ll_cmd_lib/inc/ot_inc/toolchain.h
4949 Middlewares/ST/STM32_WPAN/link_layer/ll_cmd_lib/inc/ot_inc/types.h
5050 Middlewares/ST/STM32_WPAN/link_layer/ll_cmd_lib/config/ble_full/ll_fw_config.h
51+ Middlewares/ST/STM32_WPAN/link_layer/ll_cmd_lib/config/ble_basic/ll_fw_config.h
5152 Middlewares/ST/STM32_WPAN/link_layer/ll_cmd_lib/config/ieee_15_4_basic/ll_fw_config.h
5253 Middlewares/ST/STM32_WPAN/link_layer/ll_cmd_lib/config/thread/ll_fw_config.h
5354 Middlewares/ST/STM32_WPAN/link_layer/ll_sys/inc/linklayer_plat.h
@@ -103,12 +104,12 @@ Description:
103104 Projects/NUCLEO-WBA65RI/Applications/BLE/BLE_TransparentMode/STM32_WPAN/Target/linklayer_plat.c
104105 Projects/NUCLEO-WBA65RI/Applications/BLE/BLE_TransparentMode/STM32_WPAN/Target/ll_sys_if.c
105106 Projects/NUCLEO-WBA65RI/Applications/BLE/BLE_TransparentMode/STM32_WPAN/Target/ll_sys_if.h
106- Projects/NUCLEO-WBA65RI/Applications/BLE /Zigbee_OnOff_Client_SED/System/Config/Debug_GPIO/debug_config.h
107- Projects/NUCLEO-WBA65RI/Applications/BLE /Zigbee_OnOff_Client_SED/System/Config/Log/log_module_conf.h
108- Projects/NUCLEO-WBA65RI/Applications/BLE /Zigbee_OnOff_Client_SED/STM32_WPAN/Target/power_table.c
109- Projects/NUCLEO-WBA65RI/Applications/BLE /Zigbee_OnOff_Client_SED/STM32_WPAN/Target/linklayer_plat.c
110- Projects/NUCLEO-WBA65RI/Applications/BLE /Zigbee_OnOff_Client_SED/STM32_WPAN/Target/ll_sys_if.c
111- Projects/NUCLEO-WBA65RI/Applications/BLE /Zigbee_OnOff_Client_SED/STM32_WPAN/Target/ll_sys_if.h
107+ Projects/NUCLEO-WBA65RI/Applications/Zigbee /Zigbee_OnOff_Client_SED/System/Config/Debug_GPIO/debug_config.h
108+ Projects/NUCLEO-WBA65RI/Applications/Zigbee /Zigbee_OnOff_Client_SED/System/Config/Log/log_module_conf.h
109+ Projects/NUCLEO-WBA65RI/Applications/Zigbee /Zigbee_OnOff_Client_SED/STM32_WPAN/Target/power_table.c
110+ Projects/NUCLEO-WBA65RI/Applications/Zigbee /Zigbee_OnOff_Client_SED/STM32_WPAN/Target/linklayer_plat.c
111+ Projects/NUCLEO-WBA65RI/Applications/Zigbee /Zigbee_OnOff_Client_SED/STM32_WPAN/Target/ll_sys_if.c
112+ Projects/NUCLEO-WBA65RI/Applications/Zigbee /Zigbee_OnOff_Client_SED/STM32_WPAN/Target/ll_sys_if.h
112113 Utilities/trace/adv_trace/stm32_adv_trace.h
113114 Utilities/misc/stm32_mem.h
114115 Utilities/tim_serv/stm32_timer.h
122123 https://github.com/STMicroelectronics/STM32CubeWBA
123124
124125Commit:
125- e7d27c496416aae8f4ba8b3e84f963f0c5a0b69f
126+ f5b281ba4ca4d00aba59215728265f1d2cc80715
126127
127128Maintained-by:
128129 External
@@ -136,9 +137,10 @@ License Link:
136137 opensource.org/license/mit
137138
138139Patch List:
139- * Discard "static" implementation of ll_sys_bg_temperature_measurement_init to allow specific zephyr implementation
140- Impacted file: ll_sys_if.c
141- ll_sys.h
140+
141+ * Discard "static" implementation of ll_sys_bg_temperature_measurement_init to allow specific zephyr implementation
142+ Impacted file: ll_sys_if.c
143+ ll_sys.h
142144
143145 * Enabled extended advertising in CFG_BLE_OPTIONS:
144146 Impacted file: app_conf.h
@@ -153,7 +155,6 @@ Patch List:
153155 Impacted files: stm_list.h
154156 main.h
155157 app_conf.h
156- scm.c
157158 ll_intf_cmn.h
158159 ll_sys_if.c
159160 linklayer_plat.c
@@ -170,8 +171,7 @@ Patch List:
170171 Impacted files: ll_sys_if.c
171172
172173 * SCM_HSE_WaitUntilReady Cube mechanism not used
173- Impacted files: scm.c
174- linklayer_plat.c
174+ Impacted files: linklayer_plat.c
175175
176176 * Changes from official delivery:
177177 - dos2unix applied
0 commit comments