flipperzero-firmware/.github/CODEOWNERS
あく c982294d5f
[FL-1208] Fix crash in dolphin scene app caused by condition race in Tmr thread on delete (#438)
* Dolphin scene add moar enterprise sleeps

* Gihub: update PR template and cleanup codeowners

Co-authored-by: its your bedtime <23366927+itsyourbedtime@users.noreply.github.com>
2021-04-30 09:41:15 +03:00

113 lines
2.8 KiB
Plaintext

# who owns all the code by default
* @skotopes
# unknow applications
applications/** @skotopes
# assets and asset generator
assets/** @skotopes
# bootloader
bootloader/** @skotopes
firmware/targets/f4/api-hal/api-hal-boot.c @skotopes
# debug tools
debug/** @skotopes
# Core, HAL and applocation loader
applications/app-loader/** @DrZlo13
core/** @DrZlo13
firmware/targets/api-hal-include/** @DrZlo13
firmware/targets/f4/api-hal/api-hal-clock.c @skotopes
firmware/targets/f4/api-hal/api-hal-clock.h @skotopes
firmware/targets/f4/api-hal/api-hal-delay.c @DrZlo13
firmware/targets/f4/api-hal/api-hal-flash.c @skotopes
firmware/targets/f4/api-hal/api-hal-flash.h @skotopes
firmware/targets/f4/api-hal/api-hal-gpio.c @DrZlo13
firmware/targets/f4/api-hal/api-hal-gpio.h @DrZlo13
firmware/targets/f4/api-hal/api-hal-pwm.c @DrZlo13
firmware/targets/f4/api-hal/api-hal-pwm.h @DrZlo13
firmware/targets/f4/api-hal/api-hal-resources.c @DrZlo13
firmware/targets/f4/api-hal/api-hal-resources.h @DrZlo13
firmware/targets/f4/api-hal/api-hal-spi-config.c @DrZlo13
firmware/targets/f4/api-hal/api-hal-spi-config.h @DrZlo13
firmware/targets/f4/api-hal/api-hal-spi.c @DrZlo13
firmware/targets/f4/api-hal/api-hal-spi-config.h @DrZlo13
firmware/targets/f4/api-hal/api-hal-tim.c @DrZlo13
firmware/targets/f4/api-hal/api-hal-tim.h @DrZlo13
firmware/targets/f4/api-hal/api-hal-timebase-timer.h @skotopes
firmware/targets/f4/api-hal/api-hal-timebase.c @skotopes
firmware/targets/f4/api-hal/api-hal-timebase.h @skotopes
firmware/targets/f4/api-hal/api-hal-uuid.c @skotopes
firmware/targets/f4/api-hal/api-hal-vcp.c @skotopes
firmware/targets/f4/api-hal/api-hal.c @DrZlo13
firmware/targets/f4/api-hal/api-interrupts.c @DrZlo13
firmware/targets/f4/Src/i2c.c @skotopes
firmware/targets/f5/Src/i2c.c @skotopes
# BLE
firmware/targets/f4/ble-glue/** @skotopes
applications/bt/** @skotopes
firmware/targets/f4/api-hal/api-hal-bt.c @skotopes
# Dolphin
applications/dolphin/** @skotopes
# GUI Stuff
applications/gui/** @skotopes
applications/input/** @skotopes
# iButton
applications/ibutton/** @DrZlo13
lib/cyfral/** @DrZlo13
lib/onewire/** @DrZlo13
# IR
applications/irda/** @DrZlo13
# Menu
applications/menu/** @skotopes
# NFC
applications/nfc/** @skotopes
lib/ST25RFAL002/** @skotopes
# SD Card and filesystem
applications/sd-card-test/** @DrZlo13
applications/sd-filesystem/** @DrZlo13
lib/common-api/filesystem-api.h @DrZlo13
lib/fatfs/** @DrZlo13
firmware/targets/f4/Src/fatfs/** @DrZlo13
# Power control app
applications/power/** @skotopes
lib/drivers/bq* @skotopes
firmware/targets/f4/api-hal/api-hal-power.c @skotopes
# Some applications
applications/music-player/** @DrZlo13
applications/floopper-bloopper/** @skotopes
applications/gui-test/** @DrZlo13
lib/app-template/** @DrZlo13
lib/qrcode/** @DrZlo13
lib/callback-connector/** @DrZlo13