Skip to content

Commit cc77f04

Browse files
committed
riscv: telink: seperate ram for tl3218x .
- use retention mode to seperate ram. - reserve more ram for ilm. Signed-off-by: Haiwen Xia <haiwen.xia@telink-semi.com>
1 parent 3275e55 commit cc77f04

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/chef.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
platform: telink
112112
- name: Update Zephyr to specific revision (for developers purpose)
113113
shell: bash
114-
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py c932a121fa785e02a57c80b80a494ad75f728a29"
114+
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 5ff3abf83ebab922b7c880fccb1fa04d0d137e9f"
115115
- name: CI Examples Telink
116116
shell: bash
117117
run: |

.github/workflows/examples-telink.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
gh-context: ${{ toJson(github) }}
5959

6060
- name: Update Zephyr to specific revision (for developers purpose)
61-
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py b6355f59ed78a1a735e9c4c97434ec95f4a27c0a"
61+
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 5ff3abf83ebab922b7c880fccb1fa04d0d137e9f"
6262

6363
- name: Build example Telink (B92 retention) Air Quality Sensor App
6464
# Run test for master and s07641069 PRs

config/telink/chip-module/Kconfig.defaults

+3-3
Original file line numberDiff line numberDiff line change
@@ -218,15 +218,15 @@ config PWM
218218

219219
endif
220220

221-
if BOARD_TL7218X_RETENTION || BOARD_TL3218X_RETENTION
221+
if BOARD_TL7218X_RETENTION || BOARD_TL3218X_RETENTION || BOARD_TL3218X
222222
config SOC_SERIES_RISCV_TELINK_TLX_NON_RETENTION_RAM_CODE
223223
default n if PM
224224

225225
config TELINK_TLX_MATTER_RETENTION_LAYOUT
226-
default y if PM
226+
default y if PM || BOARD_TL3218X
227227

228228
config PWM
229-
default n
229+
default n if PM
230230

231231
endif
232232

0 commit comments

Comments
 (0)