File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,11 @@ zephyr_link_libraries(${CMAKE_CURRENT_SOURCE_DIR}/zephyr/blobs/lib_zephyr_b91.a)
13
13
elseif (CONFIG_SOC_RISCV_TELINK_B92)
14
14
zephyr_link_libraries(${CMAKE_CURRENT_SOURCE_DIR} /zephyr/blobs/lib_zephyr_b92.a)
15
15
elseif (CONFIG_SOC_RISCV_TELINK_TL321X)
16
+ if (CONFIG_PM)
17
+ zephyr_link_libraries(${CMAKE_CURRENT_SOURCE_DIR} /zephyr/blobs/lib_zephyr_tl321x_pm.a)
18
+ else ()
16
19
zephyr_link_libraries(${CMAKE_CURRENT_SOURCE_DIR} /zephyr/blobs/lib_zephyr_tl321x.a)
20
+ endif ()
17
21
elseif (CONFIG_SOC_RISCV_TELINK_TL721X)
18
22
if (CONFIG_PM)
19
23
zephyr_link_libraries(${CMAKE_CURRENT_SOURCE_DIR} /zephyr/blobs/lib_zephyr_tl721x_pm.a)
Original file line number Diff line number Diff line change @@ -20,13 +20,21 @@ blobs:
20
20
description : " Binary libraries supporting Telink B92 series BLE subsystems"
21
21
22
22
- path : lib_zephyr_tl321x.a
23
- sha256 : 413adb403ef81679498668e805aea21943ae982ffe6e1dd123789137c72d1201
23
+ sha256 : f968ecadbe71aa584c48e85dc3f65a444a91e67c78dbd6890014f20944d46209
24
24
type : lib
25
25
version : ' V4.0.4.2'
26
26
license-path : tlsr9/ble/license.txt
27
- url : http://wiki.telink-semi.cn/wiki/protocols/Zephyr/binaries/public/tl321x_lib/lib_zephyr_tl321x_37251a7ca8f8488443f70dc6a09de19b604894a4 .a
27
+ url : http://wiki.telink-semi.cn/wiki/protocols/Zephyr/binaries/public/tl321x_lib/lib_zephyr_tl321x_f1f79fc37849c5e6a51758a5c532f1fa45bbb838 .a
28
28
description : " Binary libraries supporting Telink TL321X series BLE subsystems"
29
29
30
+ - path : lib_zephyr_tl321x_pm.a
31
+ sha256 : 8b2637025c69b8cdf6b57a643a0e212bdfbc1e7f7dd84f7965518353e70b6fd3
32
+ type : lib
33
+ version : ' V4.0.4.2'
34
+ license-path : tlsr9/ble/license.txt
35
+ url : http://wiki.telink-semi.cn/wiki/protocols/Zephyr/binaries/public/tl321x_lib/lib_zephyr_tl321x_f1f79fc37849c5e6a51758a5c532f1fa45bbb838_pm.a
36
+ description : " Binary libraries for the Telink TL321X series BLE subsystems, optimized for low-power mode"
37
+
30
38
- path : lib_zephyr_tl721x.a
31
39
sha256 : a6342d12bebf83bdf64ca10ed4c9584be93bd5e453a18c35b40da4586951deea
32
40
type : lib
You can’t perform that action at this time.
0 commit comments