6
6
https://github.com/STMicroelectronics/STM32CubeWBA
7
7
8
8
Status:
9
- version v1.6 .0
9
+ version v1.7 .0
10
10
11
11
Purpose:
12
12
This library is used on STM32WBA series to port BLE and IEEE802154 controller libraries in
@@ -48,6 +48,7 @@ Description:
48
48
Middlewares/ST/STM32_WPAN/link_layer/ll_cmd_lib/inc/ot_inc/toolchain.h
49
49
Middlewares/ST/STM32_WPAN/link_layer/ll_cmd_lib/inc/ot_inc/types.h
50
50
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
51
52
Middlewares/ST/STM32_WPAN/link_layer/ll_cmd_lib/config/ieee_15_4_basic/ll_fw_config.h
52
53
Middlewares/ST/STM32_WPAN/link_layer/ll_cmd_lib/config/thread/ll_fw_config.h
53
54
Middlewares/ST/STM32_WPAN/link_layer/ll_sys/inc/linklayer_plat.h
@@ -103,12 +104,12 @@ Description:
103
104
Projects/NUCLEO-WBA65RI/Applications/BLE/BLE_TransparentMode/STM32_WPAN/Target/linklayer_plat.c
104
105
Projects/NUCLEO-WBA65RI/Applications/BLE/BLE_TransparentMode/STM32_WPAN/Target/ll_sys_if.c
105
106
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
112
113
Utilities/trace/adv_trace/stm32_adv_trace.h
113
114
Utilities/misc/stm32_mem.h
114
115
Utilities/tim_serv/stm32_timer.h
122
123
https://github.com/STMicroelectronics/STM32CubeWBA
123
124
124
125
Commit:
125
- e7d27c496416aae8f4ba8b3e84f963f0c5a0b69f
126
+ f5b281ba4ca4d00aba59215728265f1d2cc80715
126
127
127
128
Maintained-by:
128
129
External
@@ -136,9 +137,10 @@ License Link:
136
137
opensource.org/license/mit
137
138
138
139
Patch 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
142
144
143
145
* Enabled extended advertising in CFG_BLE_OPTIONS:
144
146
Impacted file: app_conf.h
@@ -153,7 +155,6 @@ Patch List:
153
155
Impacted files: stm_list.h
154
156
main.h
155
157
app_conf.h
156
- scm.c
157
158
ll_intf_cmn.h
158
159
ll_sys_if.c
159
160
linklayer_plat.c
@@ -170,8 +171,7 @@ Patch List:
170
171
Impacted files: ll_sys_if.c
171
172
172
173
* SCM_HSE_WaitUntilReady Cube mechanism not used
173
- Impacted files: scm.c
174
- linklayer_plat.c
174
+ Impacted files: linklayer_plat.c
175
175
176
176
* Changes from official delivery:
177
177
- dos2unix applied
0 commit comments