Skip to content

Commit f7a6d37

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 6d77442 commit f7a6d37

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

@@ -224,6 +226,12 @@ manifest:
224226
path: modules/hal/quicklogic
225227
groups:
226228
- hal
229+
- name: hal_realtek
230+
remote: nuwa
231+
path: modules/hal/realtek
232+
revision: fc06336f06f3f9ea38d72070f4b7d96b57e0f66b
233+
groups:
234+
- hal
227235
- name: hal_renesas
228236
path: modules/hal/renesas
229237
revision: 9b99067e29a1b44b53192c2c797db330f5703462

0 commit comments

Comments
 (0)