Skip to content

Commit 577c678

Browse files
Chris Friedtcfriedt
authored andcommitted
MAINTAINERS: add cfriedt as maintainer for hash utils
Add myself as maintainer of hash utilities which currently encompasses hash functions and hash maps (hash tables). Signed-off-by: Chris Friedt <[email protected]>
1 parent 660e485 commit 577c678

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

MAINTAINERS.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,6 +1395,20 @@ Google Platforms:
13951395
files:
13961396
- boards/*/google_*/
13971397

1398+
Hash Utilities:
1399+
status: maintained
1400+
maintainers:
1401+
- cfriedt
1402+
files:
1403+
- include/zephyr/sys/hash_*
1404+
- lib/hash/
1405+
- samples/basic/hash_map/
1406+
- tests/lib/hash_*/
1407+
description: >-
1408+
Hash Functions and Hash Maps (Hash Tables)
1409+
labels:
1410+
- "area: hash utils"
1411+
13981412
IPC:
13991413
status: maintained
14001414
maintainers:

0 commit comments

Comments
 (0)