|
44 | 44 | /include/*.h @nrfconnect/ncs-bm |
45 | 45 | /include/bm/ @nrfconnect/ncs-bm |
46 | 46 | /include/bm/bluetooth/ @nrfconnect/ncs-bm |
47 | | -/include/bm/settings/ @nrfconnect/ncs-eris |
| 47 | +/include/bm/shell/ @nrfconnect/ncs-bm |
| 48 | +/include/bm/storage/bm_rmem.h @nrfconnect/ncs-eris |
48 | 49 |
|
49 | 50 | # Libraries |
50 | 51 | /lib/bluetooth/ble_adv/ @nrfconnect/ncs-bm |
|
58 | 59 | /lib/bluetooth/ble_scan/ @nrfconnect/ncs-bm |
59 | 60 | /lib/bluetooth/peer_manager/ @nrfconnect/ncs-bm |
60 | 61 | /lib/bm_buttons/ @nrfconnect/ncs-bm |
| 62 | +/lib/bm_gpiote/ @nrfconnect/ncs-bm |
61 | 63 | /lib/bm_timer/ @nrfconnect/ncs-bm |
62 | 64 | /lib/boot_banner/ @nrfconnect/ncs-bm |
63 | 65 | /lib/bm_scheduler/ @nrfconnect/ncs-bm |
|
79 | 81 |
|
80 | 82 | # Scripts |
81 | 83 | /scripts/ @nrfconnect/ncs-bm |
82 | | -/scripts/pytest_plugins/ @nrfconnect/ncs-eris |
| 84 | +/scripts/pytest_plugins/ @nrfconnect/ncs-eris @nrfconnect/ncs-eris-test |
83 | 85 | /scripts/requirements-*.txt @nrfconnect/ncs-co-build-system |
84 | 86 |
|
85 | 87 | # Subsystems |
|
89 | 91 | /subsys/logging/ @nrfconnect/ncs-bm |
90 | 92 | /subsys/mgmt/mcumgr/ @nrfconnect/ncs-eris |
91 | 93 | /subsys/nfc/ @nrfconnect/ncs-bm |
92 | | -/subsys/settings/ @nrfconnect/ncs-eris |
| 94 | +/subsys/shell/ @nrfconnect/ncs-bm |
93 | 95 | /subsys/softdevice/ @nrfconnect/ncs-bm |
94 | 96 | /subsys/softdevice_handler/ @nrfconnect/ncs-bm |
95 | 97 | /subsys/storage/bm_storage/ @nrfconnect/ncs-bm |
| 98 | +/subsys/storage/ble_rmem/ @nrfconnect/ncs-eris |
| 99 | +/subsys/storage/bm_rmem/ @nrfconnect/ncs-eris |
96 | 100 | /subsys/storage/flash_map/ @nrfconnect/ncs-eris |
97 | 101 |
|
98 | 102 | # Sysbuild |
99 | 103 | /sysbuild/ @nrfconnect/ncs-co-build-system |
100 | 104 |
|
101 | 105 | # Tests |
102 | | -/tests/lib/ @nrfconnect/ncs-bm |
103 | | -/tests/lib/bluetooth/ble_adv/ @nrfconnect/ncs-bm-test |
104 | | -/tests/lib/bluetooth/ble_conn_params/ @nrfconnect/ncs-bm |
105 | | -/tests/lib/bluetooth/ble_conn_state/ @nrfconnect/ncs-bm |
106 | | -/tests/lib/bluetooth/ble_gq/ @nrfconnect/ncs-bm |
107 | | -/tests/lib/bluetooth/ble_db_discovery/ @nrfconnect/ncs-bm |
108 | | -/tests/lib/bluetooth/ble_qwr/ @nrfconnect/ncs-bm |
109 | | -/tests/lib/bluetooth/ble_racp/ @nrfconnect/ncs-bm |
110 | | -/tests/lib/bluetooth/ble_radio_notif/ @nrfconnect/ncs-bm |
111 | | -/tests/lib/bluetooth/ble_scan/ @nrfconnect/ncs-bm |
112 | | -/tests/subsys/bluetooth/services/ @nrfconnect/ncs-bm @nrfconnect/ncs-bm-test |
113 | | -/tests/subsys/fs/bm_zms/ @nrfconnect/ncs-bm @rghaddab |
114 | | -/tests/subsys/kmu/ @nrfconnect/ncs-eris |
115 | | -/tests/subsys/storage/bm_storage/ @nrfconnect/ncs-bm |
| 106 | +/tests/lib/ @nrfconnect/ncs-bm |
| 107 | +/tests/subsys/fs/bm_zms/ @nrfconnect/ncs-bm @rghaddab |
| 108 | +/tests/subsys/kmu/ @nrfconnect/ncs-eris @nrfconnect/ncs-eris-test |
| 109 | +/tests/unit/lib/ @nrfconnect/ncs-bm |
| 110 | +/tests/unit/lib/bluetooth/ble_adv/ @nrfconnect/ncs-bm-test |
| 111 | +/tests/unit/lib/bluetooth/ble_conn_params/ @nrfconnect/ncs-bm |
| 112 | +/tests/unit/lib/bluetooth/ble_conn_state/ @nrfconnect/ncs-bm |
| 113 | +/tests/unit/lib/bluetooth/ble_gq/ @nrfconnect/ncs-bm |
| 114 | +/tests/unit/lib/bluetooth/ble_db_discovery/ @nrfconnect/ncs-bm |
| 115 | +/tests/unit/lib/bluetooth/ble_qwr/ @nrfconnect/ncs-bm |
| 116 | +/tests/unit/lib/bluetooth/ble_racp/ @nrfconnect/ncs-bm |
| 117 | +/tests/unit/lib/bluetooth/ble_radio_notif/ @nrfconnect/ncs-bm |
| 118 | +/tests/unit/lib/bluetooth/ble_scan/ @nrfconnect/ncs-bm |
| 119 | +/tests/unit/subsys/bluetooth/services/ @nrfconnect/ncs-bm @nrfconnect/ncs-bm-test |
| 120 | +/tests/subsys/bootloader/upgrade/ @nrfconnect/ncs-eris @nrfconnect/ncs-eris-test |
| 121 | +/tests/subsys/storage/bm_rmem/ @nrfconnect/ncs-eris @nrfconnect/ncs-eris-test |
| 122 | +/tests/unit/subsys/storage/bm_storage*/ @nrfconnect/ncs-bm |
116 | 123 |
|
117 | 124 | # Zephyr module |
118 | 125 | /zephyr/ @nrfconnect/ncs-co-build-system |
|
0 commit comments