CODEOWNERS: Add owners for storage-related subsystems

Storage was not properly covered in terms of maintainership, add
maintainers for the corresponding subystems.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2019-02-20 13:20:43 +01:00 committed by Kumar Gala
parent 2072fbdaf8
commit f897215289

View file

@ -223,6 +223,8 @@
/subsys/bluetooth/ @sjanc @jhedberg @Vudentz
/subsys/bluetooth/controller/ @carlescufi @cvinayak @thoh-ot
/subsys/fs/ @nashif
/subsys/fs/fcb @nvlsianpu
/subsys/fs/nvs @Laczen
/subsys/logging/ @nordic-krch
/subsys/net/buf.c @jukkar @jhedberg @tbursztyka @pfalcon
/subsys/net/ip/ @jukkar @tbursztyka @pfalcon
@ -233,7 +235,9 @@
/subsys/net/lib/mqtt/ @jukkar @tbursztyka
/subsys/net/lib/coap/ @rveerama1
/subsys/net/lib/sockets/ @jukkar @tbursztyka @pfalcon
/subsys/settings/ @nvlsianpu
/subsys/shell/ @jarz-nordic @nordic-krch
/subsys/storage @nvlsianpu
/subsys/usb/ @jfischer-phytec-iot @finikorg
/tests/boards/native_posix/ @aescolar
/tests/bluetooth/ @sjanc @jhedberg @Vudentz