CODEOWNERS 1020 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. # local target
  13. firmware/targets/local/** @glitchcore
  14. # BLE
  15. firmware/targets/f4/ble-glue/** @skotopes
  16. applications/bt/** @skotopes
  17. # Sub-GHz
  18. applications/cc1101-workaround/** @glitchcore
  19. # Dolphin
  20. applications/dolphin/** @skotopes
  21. # GUI Stuff
  22. applications/gui/** @skotopes
  23. # iButton
  24. applications/ibutton/** @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. # SD Card
  34. applications/sd-card-test/** @DrZlo13
  35. # Power control app
  36. applications/power/** @skotopes
  37. # Some applications
  38. applications/music-player/** @DrZlo13
  39. applications/floopper-bloopper/** @glitchcore
  40. applications/gpio-tester/** @glitchcore