Skip to content

Commit 58a097e

Browse files
committed
west.yml: Add Realtek HAL as a new HAL module
Realtek HAL (Hardware Abstraction Layer) provides a low level peripheral configuration function. Signed-off-by: zjian zhang <zjian_zhang@realsil.com.cn>
1 parent 6353ba8 commit 58a097e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

west.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ manifest:
2323
url-base: https://github.com/zephyrproject-rtos
2424
- name: babblesim
2525
url-base: https://github.com/BabbleSim
26+
- name: nuwa
27+
url-base: https://github.com/zjian-zhang
2628

2729
group-filter: [-babblesim, -optional]
2830

@@ -219,6 +221,12 @@ manifest:
219221
path: modules/hal/quicklogic
220222
groups:
221223
- hal
224+
- name: hal_realtek
225+
remote: nuwa
226+
path: modules/hal/realtek
227+
revision: fc06336f06f3f9ea38d72070f4b7d96b57e0f66b
228+
groups:
229+
- hal
222230
- name: hal_renesas
223231
path: modules/hal/renesas
224232
revision: 9d68ee711aaeab39b216a61101a2646c5a1b0fc0

0 commit comments

Comments
 (0)