flipperzero-firmware/.github/CODEOWNERS

70 lines
853 B
Plaintext
Raw Normal View History

2021-01-04 22:44:47 +00:00
# unknow applications
2021-01-04 22:51:04 +00:00
applications/** @glitchcore
2021-01-04 22:44:47 +00:00
# CTO
# * @glitchcore
2021-01-04 22:20:58 +00:00
# assets and asset generator
2021-01-04 22:51:04 +00:00
assets/** @skotopes
2021-01-04 22:20:58 +00:00
# bootloader
2021-01-04 22:51:04 +00:00
bootloader/** @skotopes
2021-01-04 22:20:58 +00:00
firmware/targets/f4/api-hal/api-hal-boot.c @skotopes
# debug tools
2021-01-04 22:51:04 +00:00
debug/** @skotopes
2021-01-04 22:20:58 +00:00
# local target
2021-01-04 22:51:04 +00:00
firmware/targets/local/** @glitchcore
2021-01-04 22:20:58 +00:00
# BLE
2021-01-04 22:51:04 +00:00
firmware/targets/f4/ble-glue/** @skotopes
applications/bt/** @skotopes
2021-01-04 22:20:58 +00:00
# Sub-GHz
2021-01-04 22:51:04 +00:00
applications/cc1101-workaround/** @glitchcore
2021-01-04 22:20:58 +00:00
# Dolphin
2021-01-04 22:51:04 +00:00
applications/dolphin/** @skotopes
2021-01-04 22:20:58 +00:00
# GUI Stuff
2021-01-04 22:51:04 +00:00
applications/gui/** @skotopes
2021-01-04 22:20:58 +00:00
# iButton
2021-01-04 22:51:04 +00:00
applications/ibutton/** @DrZlo13
2021-01-04 22:20:58 +00:00
# IR
2021-01-04 22:51:04 +00:00
applications/irda/** @DrZlo13
2021-01-04 22:20:58 +00:00
# LF RFID
2021-01-04 22:51:04 +00:00
applications/lf-rfid/** @glitchcore
2021-01-04 22:20:58 +00:00
# Menu
2021-01-04 22:51:04 +00:00
applications/menu/** @skotopes
2021-01-04 22:20:58 +00:00
# NFC
2021-01-04 22:51:04 +00:00
applications/nfc/** @skotopes
2021-01-04 22:20:58 +00:00
# SD Card
2021-01-04 22:51:04 +00:00
applications/sd-card-test/** @DrZlo13
2021-01-04 22:20:58 +00:00
# Some applications
2021-01-04 22:51:04 +00:00
applications/music-player/** @DrZlo13