CODEOWNERS 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. lib/cyfral/** @DrZlo13
  26. lib/onewire/** @DrZlo13
  27. # IR
  28. applications/irda/** @DrZlo13
  29. # LF RFID
  30. applications/lf-rfid/** @glitchcore
  31. # Menu
  32. applications/menu/** @skotopes
  33. # NFC
  34. applications/nfc/** @skotopes
  35. lib/ST25RFAL002/** @skotopes
  36. # SD Card and filesystem
  37. applications/sd-card-test/** @DrZlo13
  38. applications/sd-filesystem/** @DrZlo13
  39. lib/common-api/filesystem-api.h @DrZlo13
  40. lib/fatfs/** @DrZlo13
  41. # Power control app
  42. applications/power/** @skotopes
  43. # Some applications
  44. applications/music-player/** @DrZlo13
  45. applications/floopper-bloopper/** @glitchcore
  46. applications/gpio-tester/** @glitchcore
  47. lib/app-template/** @DrZlo13
  48. lib/qrcode/** @DrZlo13
  49. lib/callback-connector/** @DrZlo13