Skip to content

Commit 4df5c77

Browse files
committed
samples: move pmci samples into samples/subsys/pmci
Move pmci samples under samples/subsys/pmci, given that pmci is a subsystem in zephyr. Signed-off-by: Anas Nashif <[email protected]>
1 parent c44cb73 commit 4df5c77

23 files changed

+5
-5
lines changed

MAINTAINERS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4063,7 +4063,7 @@ PMCI:
40634063
- kehintel
40644064
files:
40654065
- subsys/pmci/
4066-
- samples/modules/pmci/
4066+
- samples/subsys/pmci/
40674067
labels:
40684068
- "area: PMCI"
40694069

File renamed without changes.
File renamed without changes.

samples/modules/pmci/mctp/endpoint/README.rst renamed to samples/subsys/pmci/mctp/endpoint/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Building and Running
2929

3030

3131
.. zephyr-app-commands::
32-
:zephyr-app: samples/modules/pmci/mctp/endpoint
32+
:zephyr-app: samples/subsys/pmci/mctp/endpoint
3333
:host-os: unix
3434
:board: nrf52840_nrf52840dk
3535
:goals: run
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

samples/modules/pmci/mctp/host/README.rst renamed to samples/subsys/pmci/mctp/host/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Building and Running
2828
********************
2929

3030
.. zephyr-app-commands::
31-
:zephyr-app: samples/modules/pmci/mctp/host
31+
:zephyr-app: samples/subsys/pmci/mctp/host
3232
:host-os: unix
3333
:board: nrf52840_nrf52840dk
3434
:goals: run
File renamed without changes.

0 commit comments

Comments
 (0)