CODEOWNERS 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. lib/ST25RFAL002/** @skotopes
  34. # SD Card
  35. applications/sd-card-test/** @DrZlo13
  36. # Power control app
  37. applications/power/** @skotopes
  38. # Some applications
  39. applications/music-player/** @DrZlo13
  40. applications/floopper-bloopper/** @glitchcore
  41. applications/gpio-tester/** @glitchcore