Skip to content

Commit

Permalink
riscv: telink: fix insufficient RAM when config LZMA
Browse files Browse the repository at this point in the history
 - Update zephyr commit to b7d6355 .

Signed-off-by: Fengtai Xie <fengtai.xie@telink-semi.com>
  • Loading branch information
fengtai-telink committed Feb 11, 2025
1 parent 5a37647 commit fdb4e0a
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -122,7 +122,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 4e9865ca0663c1cda6e8bfac58f030d20bc9977f"
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 7e19fd27da11421c1fe61867dd5e554677067610"
- 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 @@ -71,7 +71,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 4e9865ca0663c1cda6e8bfac58f030d20bc9977f"
run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 7e19fd27da11421c1fe61867dd5e554677067610"

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

0 comments on commit fdb4e0a

Please sign in to comment.