CODEOWNERS 833 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. # assets and asset generator
  2. assets/* @skotopes
  3. # bootloader
  4. bootloader/* @skotopes
  5. firmware/targets/f4/api-hal/api-hal-boot.c @skotopes
  6. # debug tools
  7. debug/* @skotopes
  8. # local target
  9. firmware/targets/local/* @glitchcore
  10. # BLE
  11. firmware/targets/f4/ble-glue/* @skotopes
  12. applications/bt/* @skotopes
  13. # Sub-GHz
  14. applications/cc1101-workaround/* @glitchcore
  15. # Dolphin
  16. applications/dolphin/* @skotopes
  17. # GUI Stuff
  18. applications/gui/* @skotopes
  19. # iButton
  20. applications/ibutton/* @DrZlo13
  21. # IR
  22. applications/irda/* @DrZlo13
  23. # LF RFID
  24. applications/lf-rfid/* @glitchcore
  25. # Menu
  26. applications/menu/* @skotopes
  27. # NFC
  28. applications/nfc/* @skotopes
  29. # SD Card
  30. applications/sd-card-test/* @DrZlo13
  31. # Some applications
  32. applications/music-player/* @DrZlo13
  33. # unknow applications
  34. applications/* @glitchcore
  35. # CTO
  36. * @glitchcore