Skip to content

Commit 9be9681

Browse files
hermabeeivindj-nordic
authored andcommitted
softdevice: Move all SoftDevice files to separate folder
- Easier automated deploy - Clearer separation between sdk and SoftDevice Signed-off-by: Herman Berget <[email protected]>
1 parent 8ca9707 commit 9be9681

39 files changed

+34
-24
lines changed

.checkpatch.conf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,4 @@
3232
--ignore EMBEDDED_FUNCTION_NAME
3333
--ignore MACRO_WITH_FLOW_CONTROL
3434
--exclude ext
35-
--exclude doc/s115
36-
--exclude include/s115
37-
--exclude subsys/softdevice/hex
35+
--exclude components

CODEOWNERS

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@
2727
# All cmake related files
2828
/cmake/ @nrfconnect/ncs-co-build-system
2929

30+
# External components
31+
/components/softdevice/ @nrfconnect/ncs-dragoon
32+
3033
# All doc related files
3134
/doc/ @nrfconnect/ncs-bm @nrfconnect/ncs-bm-doc
32-
/doc/s115/ @nrfconnect/ncs-bm @nrfconnect/ncs-bm-doc @nrfconnect/ncs-dragoon
3335

3436
# Drivers
3537
/drivers/clock_control/ @nrfconnect/ncs-bm
@@ -39,7 +41,6 @@
3941
# Include
4042
/include/*.h @nrfconnect/ncs-bm
4143
/include/bluetooth/ @nrfconnect/ncs-bm
42-
/include/s115/ @nrfconnect/ncs-bm @nrfconnect/ncs-dragoon
4344

4445
# Libraries
4546
/lib/ble_adv/ @nrfconnect/ncs-bm
@@ -74,7 +75,7 @@
7475
/subsys/bm_installs/ @nrfconnect/ncs-pluto
7576
/subsys/logging/ @nrfconnect/ncs-bm
7677
/subsys/mgmt/mcumgr/ @nrfconnect/ncs-pluto
77-
/subsys/softdevice/ @nrfconnect/ncs-bm @nrfconnect/ncs-dragoon
78+
/subsys/softdevice/ @nrfconnect/ncs-bm
7879
/subsys/softdevice_handler/ @nrfconnect/ncs-bm
7980
/subsys/storage/flash_map/ @nrfconnect/ncs-pluto
8081

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)