Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit99ccf1a

Browse files
committed
west.yml: specify allowlist
Also update the github checkout action versionSigned-off-by: Dhruva Gole <d-gole@ti.com>
1 parentc1bcfbe commit99ccf1a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

‎.github/workflows/build.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
CMAKE_PREFIX_PATH:/opt/toolchains
1111
steps:
1212
-name:Checkout
13-
uses:actions/checkout@v2
13+
uses:actions/checkout@v4
1414
with:
1515
path:Arduino-Zephyr-API
1616

‎west.yml‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ manifest:
1616
-name:zephyr
1717
remote:zephyrproject-rtos
1818
revision:main
19-
import:true
19+
import:
20+
name-allowlist:
21+
-cmsis# required by the ARM port
22+
-hal_nordic# required by the custom_plank board (Nordic based)
23+
-hal_ti

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp