Skip to content

Commit 286dd28

Browse files
vtardy-sterwango
authored andcommitted
lib: blobs: update stm32wba Link Layer 802.15.4 libraries for data transmission fix
Update the WBA6_LinkLayer_Thread_lib_Zephyr.a and WBA6_LinkLayer15_4_Zephyr.a libraries including fix of 802.15.4 data transmission issue : stm32wba_802154_ral_transmit() returns failure status (-35) Signed-off-by: Vincent Tardy <[email protected]>
1 parent 93e7944 commit 286dd28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

zephyr/module.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@ blobs:
5454
url: https://github.com/STMicroelectronics/STM32CubeWB0/raw/v1.0.0/Middlewares/ST/STM32_BLE/stack/lib/stm32wb0x_ble_stack_controller_only.a
5555
description: "Binary Stack library for the STM32WB0 Bluetooth subsystem"
5656
- path: stm32wba/lib/WBA6_LinkLayer15_4_Zephyr.a
57-
sha256: e67f4270429f3e6399b26aea82a302e85576efb43a47b194648f98b9e9c7805b
57+
sha256: 189e087aef9942b6fa77e0573346cedbb1ea354ee4aa7649bfbd465779969fb3
5858
type: lib
5959
version: '1.7.0'
6060
license-path: zephyr/blobs/stm32wba/lib/license.md
61-
url: https://github.com/stm32-hotspot/STM32WBA-Zephyr-custom-binaries/raw/217cec65d7978d8f82aeac2f85a8e6df93fa460c/lib/1_7_0/WBA6_LinkLayer15_4_Zephyr.a
61+
url: https://github.com/stm32-hotspot/STM32WBA-Zephyr-custom-binaries/raw/8de4161a4217dfaeb67ebe7e94c9043583b4580f/lib/1_7_0/WBA6_LinkLayer15_4_Zephyr.a
6262
description: "Binary Link Layer library for the STM32WBA6 802.15.4 subsystem"
6363
- path: stm32wba/lib/WBA6_LinkLayer_Thread_lib_Zephyr.a
64-
sha256: 23e377b1ef70119f1115c57d162065168d860dd71477c3e247fb295f7a728989
64+
sha256: 4241c79b015a5f04fec3b172cbb557b9f410d3debf9bff7accabd4808f560c74
6565
type: lib
6666
version: '1.7.0'
6767
license-path: zephyr/blobs/stm32wba/lib/license.md
68-
url: https://github.com/stm32-hotspot/STM32WBA-Zephyr-custom-binaries/raw/217cec65d7978d8f82aeac2f85a8e6df93fa460c/lib/1_7_0/WBA6_LinkLayer_Thread_lib_Zephyr.a
68+
url: https://github.com/stm32-hotspot/STM32WBA-Zephyr-custom-binaries/raw/8de4161a4217dfaeb67ebe7e94c9043583b4580f/lib/1_7_0/WBA6_LinkLayer_Thread_lib_Zephyr.a
6969
description: "Binary Link Layer library for the STM32WBA6 Thread subsystem"

0 commit comments

Comments
 (0)