CODEOWNERS: Add @pfalcon for POSIX-related things
I already did a bunch of POSIX API related work, and integration of BSD Sockets API, etc. with full POSIX subsystem will require further more work. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
parent
929c881db0
commit
834c50f00c
|
@ -174,6 +174,7 @@ include/logging/ @nordic-krch
|
|||
include/misc/ @andrewboie @andyross
|
||||
include/net/ @jukkar @tbursztyka @pfalcon
|
||||
include/net/buf.h @jukkar @jhedberg @tbursztyka @pfalcon
|
||||
include/posix/ @pfalcon
|
||||
include/power.h @ramakrishnapallala @nashif
|
||||
include/sensor.h @bogdan-davidoaia
|
||||
include/shared_irq.h @andrewboie @andyross
|
||||
|
@ -187,7 +188,7 @@ include/toolchain/ @andrewboie @andyross
|
|||
include/zephyr.h @andrewboie @andyross
|
||||
kernel/ @andrewboie @andyross
|
||||
lib/gui/ @vanwinkeljan
|
||||
lib/posix/ @ramakrishnapallala @nniranjhana
|
||||
lib/posix/ @ramakrishnapallala @nniranjhana @pfalcon
|
||||
kernel/device.c @ramakrishnapallala @nashif
|
||||
kernel/idle.c @ramakrishnapallala @nashif
|
||||
samples/bluetooth/ @sjanc @jhedberg @Vudentz
|
||||
|
@ -240,7 +241,7 @@ subsys/*/*native_posix*/ @aescolar
|
|||
subsys/usb/ @jfischer-phytec-iot @finikorg
|
||||
tests/boards/native_posix/ @aescolar
|
||||
tests/bluetooth/ @sjanc @jhedberg @Vudentz
|
||||
tests/posix/ @nniranjhana
|
||||
tests/posix/ @nniranjhana @pfalcon
|
||||
tests/crypto/ @ceolin
|
||||
tests/crypto/mbedtls/ @nashif @ceolin
|
||||
tests/drivers/spi/ @tbursztyka
|
||||
|
|
Loading…
Reference in a new issue