Skip to content

Commit 55af38c

Browse files
nashifdkalowsk
authored andcommitted
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 4f3d385 commit 55af38c

File tree

24 files changed

+10
-5
lines changed

24 files changed

+10
-5
lines changed

MAINTAINERS.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4099,7 +4099,8 @@ PMCI:
40994099
- kehintel
41004100
files:
41014101
- subsys/pmci/
4102-
- samples/modules/pmci/
4102+
- samples/subsys/pmci/
4103+
- include/zephyr/pmci/
41034104
labels:
41044105
- "area: PMCI"
41054106

doc/_scripts/redirects.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,10 @@
306306
('samples/drivers/led_sx1509b_intensity/README', 'samples/drivers/led/sx1509b_intensity/README'),
307307
('samples/drivers/led_ws2812/README', 'samples/drivers/led_strip/README'),
308308
('samples/drivers/led_xec/README', 'samples/drivers/led/xec/README'),
309+
('samples/modules/pmci/mctp/endpoint/README', 'samples/subsys/pmci/mctp/endpoint/README'),
310+
('samples/modules/pmci/mctp/host/README', 'samples/subsys/pmci/mctp/host/README'),
311+
('samples/modules/pmci/mctp/i2c_gpio_bus_endpoint/README', 'samples/subsys/pmci/mctp/i2c_gpio_bus_endpoint/README'),
312+
('samples/modules/pmci/mctp/i2c_gpio_bus_owner/README', 'samples/subsys/pmci/mctp/i2c_gpio_bus_owner/README'),
309313
('samples/net/cloud/google_iot_mqtt/README', 'samples/net/net'),
310314
('samples/sensor/max44009/README', 'samples/sensor/light_polling/README'),
311315
('samples/sensor/wsen_hids/README', 'samples/sensor/sensor'),
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

0 commit comments

Comments
 (0)