Skip to content

Commit 38c6679

Browse files
authored
hal: telink: tl321x: update for SOC version 2 (#142)
- update to ble V4.0.4.3. - update ble lookup table to suit version changes. - fix rf setting for buteo and tercel. - clean header file for all socs. - update module.yml. Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com> Co-authored-by: Damien Ji <yinghao.ji@telink-semi.com>
1 parent 8e116bb commit 38c6679

File tree

352 files changed

+28557
-26258
lines changed

Some content is hidden

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

352 files changed

+28557
-26258
lines changed

tlsr9/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ if(CONFIG_GPIO_TELINK_B9X OR CONFIG_GPIO_TELINK_TLX)
9191
endif()
9292

9393
# PWM driver reference sources
94-
if(CONFIG_PWM_TELINK_B9X OR CONFIG_PWM_TELINK_TLX OR CONFIG_SOC_RISCV_TELINK_TL721X)
94+
if(CONFIG_PWM_TELINK_B9X OR CONFIG_PWM_TELINK_TLX
95+
OR CONFIG_SOC_RISCV_TELINK_TLX)
9596
zephyr_library_sources(drivers/${SOC}/pwm.c)
9697
endif()
9798

tlsr9/ble/stack/ble/TL321X/ble_common.h

+197-229
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)