| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- # CTO owns all the code by default
- * @glitchcore
- # unknow applications
- applications/** @glitchcore
- # assets and asset generator
- assets/** @skotopes
- # bootloader
- bootloader/** @skotopes
- firmware/targets/f4/api-hal/api-hal-boot.c @skotopes
- # debug tools
- debug/** @skotopes
- # local target
- firmware/targets/local/** @glitchcore
- # BLE
- firmware/targets/f4/ble-glue/** @skotopes
- applications/bt/** @skotopes
- # Sub-GHz
- applications/cc1101-workaround/** @glitchcore
- # Dolphin
- applications/dolphin/** @skotopes
- # GUI Stuff
- applications/gui/** @skotopes
- # iButton
- applications/ibutton/** @DrZlo13
- lib/cyfral/** @DrZlo13
- lib/onewire/** @DrZlo13
- # IR
- applications/irda/** @DrZlo13
- # LF RFID
- applications/lf-rfid/** @glitchcore
- # 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
- # Power control app
- applications/power/** @skotopes
- # Some applications
- applications/music-player/** @DrZlo13
- applications/floopper-bloopper/** @glitchcore
- applications/gpio-tester/** @glitchcore
- lib/app-template/** @DrZlo13
- lib/qrcode/** @DrZlo13
- lib/callback-connector/** @DrZlo13
|