Skip to content

Commit

Permalink
Merge pull request #364 from s07641069/develop_dual_nvs_proc
Browse files Browse the repository at this point in the history
riscv: telink: update commit id and nvs config
  • Loading branch information
haiwentelink authored Jan 7, 2025
2 parents 6ab226d + b3facd1 commit 6132400
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
platform: telink
- name: Update Zephyr to specific revision (for developers purpose)
shell: bash
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 2de597ef0b063825766fe62d93db8a59d15ef4b0"
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py ab14605bc9bd8bfeee1e914f679478417b24de12"
- name: CI Examples Telink
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
gh-context: ${{ toJson(github) }}

- name: Update Zephyr to specific revision (for developers purpose)
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 2de597ef0b063825766fe62d93db8a59d15ef4b0"
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py ab14605bc9bd8bfeee1e914f679478417b24de12"

- name: Build tools required for Factory Data
# Run test for master and all PRs
Expand Down
9 changes: 9 additions & 0 deletions config/telink/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,15 @@ config NVS_LOOKUP_CACHE_SIZE
default 400 if SOC_RISCV_TELINK_TL321X
default 2048 if !PM

config NVS_RAM_OPTIMIZATION
bool "Optimize the RAM required for NVS"
default y if PM || SOC_RISCV_TELINK_TL321X
default n

# Test on newest based code, need to enlarge to 512 which can pass TC_RR_1.1
config NVS_LOOKUP_CACHE_ARRAY_SIZE
default 512 if PM || SOC_RISCV_TELINK_TL321X

config COMPRESS_LZMA
depends on CHIP_OTA_REQUESTOR
default y if SOC_RISCV_TELINK_TL321X
Expand Down

0 comments on commit 6132400

Please sign in to comment.