Skip to content

Commit 8a6eadc

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 6fabdbe commit 8a6eadc

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

@@ -212,6 +214,12 @@ manifest:
212214
path: modules/hal/quicklogic
213215
groups:
214216
- hal
217+
- name: hal_realtek
218+
remote: nuwa
219+
path: modules/hal/realtek
220+
revision: b2eb1a2dc615512c64e9344bada7e2fec78c73dd
221+
groups:
222+
- hal
215223
- name: hal_renesas
216224
path: modules/hal/renesas
217225
revision: 3dafd030046f8d6f8a26080e9b9c1bcc92d45999

0 commit comments

Comments
 (0)