CODEOWNERS 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. # Who owns all the fish by default
  2. * @skotopes @DrZlo13 @hedger
  3. # Apps
  4. /applications/about/ @skotopes @DrZlo13 @hedger
  5. /applications/accessor/ @skotopes @DrZlo13 @hedger
  6. /applications/archive/ @skotopes @DrZlo13 @hedger @nminaylov
  7. /applications/bad_usb/ @skotopes @DrZlo13 @hedger @nminaylov
  8. /applications/bt/ @skotopes @DrZlo13 @hedger @gornekich
  9. /applications/cli/ @skotopes @DrZlo13 @hedger @nminaylov
  10. /applications/crypto/ @skotopes @DrZlo13 @hedger @nminaylov
  11. /applications/debug_tools/ @skotopes @DrZlo13 @hedger
  12. /applications/desktop/ @skotopes @DrZlo13 @hedger @nminaylov
  13. /applications/dialogs/ @skotopes @DrZlo13 @hedger
  14. /applications/dolphin/ @skotopes @DrZlo13 @hedger
  15. /applications/gpio/ @skotopes @DrZlo13 @hedger @nminaylov
  16. /applications/gui/ @skotopes @DrZlo13 @hedger
  17. /applications/ibutton/ @skotopes @DrZlo13 @hedger @gsurkov
  18. /applications/infrared/ @skotopes @DrZlo13 @hedger @gsurkov
  19. /applications/infrared_monitor/ @skotopes @DrZlo13 @hedger @gsurkov
  20. /applications/input/ @skotopes @DrZlo13 @hedger
  21. /applications/lfrfid/ @skotopes @DrZlo13 @hedger
  22. /applications/lfrfid_debug/ @skotopes @DrZlo13 @hedger
  23. /applications/loader/ @skotopes @DrZlo13 @hedger
  24. /applications/music_player/ @skotopes @DrZlo13 @hedger
  25. /applications/nfc/ @skotopes @DrZlo13 @hedger @gornekich
  26. /applications/notification/ @skotopes @DrZlo13 @hedger
  27. /applications/power/ @skotopes @DrZlo13 @hedger
  28. /applications/rpc/ @skotopes @DrZlo13 @hedger @nminaylov
  29. /applications/snake_game/ @skotopes @DrZlo13 @hedger
  30. /applications/storage/ @skotopes @DrZlo13 @hedger
  31. /applications/storage_settings/ @skotopes @DrZlo13 @hedger
  32. /applications/subghz/ @skotopes @DrZlo13 @hedger @Skorpionm
  33. /applications/system/ @skotopes @DrZlo13 @hedger
  34. /applications/u2f/ @skotopes @DrZlo13 @hedger @nminaylov
  35. /applications/unit_tests/ @skotopes @DrZlo13 @hedger
  36. /applications/updater/ @skotopes @DrZlo13 @hedger
  37. # Assets
  38. /assets/ @skotopes @DrZlo13 @hedger
  39. # Furi Core
  40. /core/ @skotopes @DrZlo13 @hedger
  41. # Debug tools and plugins
  42. /debug/ @skotopes @DrZlo13 @hedger
  43. # Docker
  44. /docker/ @skotopes @DrZlo13 @hedger @aprosvetova
  45. /docker-compose.yml @skotopes @DrZlo13 @hedger @aprosvetova
  46. # Documentation
  47. /documentation/ @skotopes @DrZlo13 @hedger @aprosvetova
  48. # Firmware targets
  49. /firmware/ @skotopes @DrZlo13 @hedger
  50. # Lib
  51. /lib/FreeRTOS-Kernel/ @skotopes @DrZlo13 @hedger
  52. /lib/FreeRTOS-glue/ @skotopes @DrZlo13 @hedger
  53. /lib/ST25RFAL002/ @skotopes @DrZlo13 @hedger @gornekich
  54. /lib/STM32CubeWB/ @skotopes @DrZlo13 @hedger @gornekich
  55. /lib/app-scened-template/ @skotopes @DrZlo13 @hedger
  56. /lib/callback-connector/ @skotopes @DrZlo13 @hedger
  57. /lib/digital_signal/ @skotopes @DrZlo13 @hedger @gornekich
  58. /lib/drivers/ @skotopes @DrZlo13 @hedger
  59. /lib/fatfs/ @skotopes @DrZlo13 @hedger
  60. /lib/flipper_format/ @skotopes @DrZlo13 @hedger
  61. /lib/fnv1a-hash/ @skotopes @DrZlo13 @hedger
  62. /lib/heatshrink/ @skotopes @DrZlo13 @hedger
  63. /lib/infrared/ @skotopes @DrZlo13 @hedger @gsurkov
  64. /lib/libusb_stm32/ @skotopes @DrZlo13 @hedger @nminaylov
  65. /lib/littlefs/ @skotopes @DrZlo13 @hedger
  66. /lib/lfs_config.h @skotopes @DrZlo13 @hedger
  67. /lib/micro-ecc/ @skotopes @DrZlo13 @hedger @nminaylov
  68. /lib/microtar/ @skotopes @DrZlo13 @hedger
  69. /lib/mlib/ @skotopes @DrZlo13 @hedger
  70. /lib/nanopb/ @skotopes @DrZlo13 @hedger
  71. /lib/nfc_protocols/ @skotopes @DrZlo13 @hedger @gornekich
  72. /lib/one_wire/ @skotopes @DrZlo13 @hedger
  73. /lib/qrcode/ @skotopes @DrZlo13 @hedger
  74. /lib/subghz/ @skotopes @DrZlo13 @hedger @Skorpionm
  75. /lib/toolbox/ @skotopes @DrZlo13 @hedger
  76. /lib/u8g2/ @skotopes @DrZlo13 @hedger
  77. /lib/update_util/ @skotopes @DrZlo13 @hedger
  78. # Make tools
  79. /make/ @skotopes @DrZlo13 @hedger @aprosvetova
  80. # Helper scripts
  81. /scripts/ @skotopes @DrZlo13 @hedger