CODEOWNERS 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # CTO owns all the code by default
  2. * @glitchcore
  3. # unknow applications
  4. applications/** @glitchcore
  5. # assets and asset generator
  6. assets/** @skotopes
  7. # bootloader
  8. bootloader/** @skotopes
  9. firmware/targets/f4/api-hal/api-hal-boot.c @skotopes
  10. # debug tools
  11. debug/** @skotopes
  12. # BLE
  13. firmware/targets/f4/ble-glue/** @skotopes
  14. applications/bt/** @skotopes
  15. # Sub-GHz
  16. applications/cc1101-workaround/** @glitchcore
  17. # Dolphin
  18. applications/dolphin/** @skotopes
  19. # GUI Stuff
  20. applications/gui/** @skotopes
  21. # iButton
  22. applications/ibutton/** @DrZlo13
  23. lib/cyfral/** @DrZlo13
  24. lib/onewire/** @DrZlo13
  25. # IR
  26. applications/irda/** @DrZlo13
  27. # LF RFID
  28. applications/lf-rfid/** @glitchcore
  29. # Menu
  30. applications/menu/** @skotopes
  31. # NFC
  32. applications/nfc/** @skotopes
  33. lib/ST25RFAL002/** @skotopes
  34. # SD Card and filesystem
  35. applications/sd-card-test/** @DrZlo13
  36. applications/sd-filesystem/** @DrZlo13
  37. lib/common-api/filesystem-api.h @DrZlo13
  38. lib/fatfs/** @DrZlo13
  39. # Power control app
  40. applications/power/** @skotopes
  41. # Some applications
  42. applications/music-player/** @DrZlo13
  43. applications/floopper-bloopper/** @glitchcore
  44. applications/gpio-tester/** @glitchcore
  45. lib/app-template/** @DrZlo13
  46. lib/qrcode/** @DrZlo13
  47. lib/callback-connector/** @DrZlo13