flipperzero-firmware/.github/CODEOWNERS
あく aa24484b99
[FL-977] Internal Storage (#455)
* Add littlefs submodule
* Furi: add mutex in logging, fix issues with corrupted printf
* ApiHal: disable debug traces in ble glue
* App-loader: more logs
* Passport: fix invalid DolphinState usage
* ApiHal, linker script: flash API is now aware of free space, complete abstraction layer for storage
* Internal Storage: littlefs based storage services with key value API. Migrate dolphin state to new storage API.
2021-05-11 11:29:44 +03:00

63 lines
1.5 KiB
Plaintext

# Who owns all the code by default
* @skotopes @DrZlo13
# Applications
applications/** @skotopes
applications/accessor/** @DrZlo13
applications/app-loader/** @gornekich
applications/bt/** @skotopes
applications/cli/** @skotopes
applications/dolphin/** @skotopes @itsyourbedtime
applications/gpio-tester/** @skotopes
applications/gui/** @skotopes
applications/gui-test/** @DrZlo13
applications/ibutton/** @DrZlo13
applications/input/** @skotopes
applications/irda/** @DrZlo13 @albkharisov
applications/lf-rfid/** @DrZlo13
applications/menu/** @skotopes
applications/music-player/** @DrZlo13
applications/nfc/** @skotopes @gornekich
applications/power/** @skotopes
applications/sd-card-test/** @DrZlo13
applications/sd-filesystem/** @DrZlo13
applications/subghz/** @skotopes
applications/template/** @skotopes
applications/tests/** @skotopes @DrZlo13
# Assets and asset generator
assets/** @skotopes
# Bootloader
bootloader/** @skotopes
# Core, HAL and applocation loader
core/** @DrZlo13
# Debug tools
debug/** @skotopes
# Firmware
firmware/** @skotopes
# Lib
lib/app-template/** @DrZlo13
lib/callback-connector/** @DrZlo13
lib/common-api/** @DrZlo13
lib/cyfral/** @DrZlo13
lib/drivers/** @skotopes @gornekich
lib/fatfs/** @DrZlo13
lib/fnv1a-hash/** @DrZlo13
lib/littlefs/** @skotopes
lib/mlib/** @skotopes
lib/onewire/** @DrZlo13
lib/qrcode/** @DrZlo13
lib/ST25RFAL002/** @skotopes @gornekich
lib/STM32CubeWB/** @skotopes
lib/u8g2/** @skotopes
lib/version/** @skotopes
# Make
make/** @skotopes