zephyr/samples/subsys
Gerard Marull-Paretas 7ccc1a41bc pm: use actions for device PM control
Instead of passing target states, use actions for device PM control.
Actions represent better the meaning of the callback argument.
Furthermore, they are more future proof as they can be suitable for
other PM actions that have no direct mapping to a state. If we compare
with Linux, we could have a multi-stage suspend/resume. Such scenario
would not have a good mapping when using target states.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-08-04 08:23:01 -04:00
..
audio/sof ADSP / SOF: don't force uniprocessor mode 2021-05-03 17:13:01 -04:00
canbus samples: modules: canopennode: move the CANopenNode sample to modules 2021-07-01 13:32:18 -04:00
console samples: console: set integration_platforms to mps2_an385 2021-03-03 09:12:30 -06:00
cpp samples: move cpp samples into subsys/cpp 2021-03-09 17:48:18 -05:00
debug samples: gdbstub: increase kobject text area 2021-04-22 07:42:58 -04:00
display drivers: serial: uart_sam0: Add pinctrl support 2021-07-30 14:37:20 -05:00
edac edac: Use Device Tree values for BDF and PCI VID 2021-02-04 09:37:42 -05:00
fs samples: subsys: fs: fat_fs: adafruit needs arduino_i2c dependency 2021-06-22 08:44:36 -04:00
ipc ipc: Fix struct name 2021-07-30 20:06:14 -04:00
logging samples: logging/dictionary: fix long double compilation error 2021-05-04 07:36:55 -04:00
lorawan/class_a samples: lora, class_a: allow building on nucleo_wl55jc 2021-07-15 21:30:28 -04:00
mgmt samples: remove USB configuration option 2021-08-03 19:00:12 -04:00
modbus samples: rtu_server: rework LED configuration 2021-03-19 15:50:21 +01:00
nvs samples: nvs: fix flash device access 2021-05-05 20:46:43 +02:00
pm/device_pm pm: use actions for device PM control 2021-08-04 08:23:01 -04:00
portability portability: move cmsis api samples/tests 2021-04-20 08:45:05 -04:00
settings esp32: nvs: add NVS support using fixed partitions 2021-03-17 14:38:23 -05:00
shell samples: remove USB configuration option 2021-08-03 19:00:12 -04:00
task_wdt samples: subsys: task_wdt: Minor corrections in config and doc 2021-07-07 07:44:22 -05:00
testsuite tests: pytest: add an example for pytest 2021-05-04 19:08:18 -04:00
tracing samples: remove USB configuration option 2021-08-03 19:00:12 -04:00
usb samples: webusb: return -ENOTSUP on host-to-device control requests 2021-08-03 19:05:44 -04:00
video sampels: move video into subsys/video 2021-03-09 17:48:18 -05:00
subsys.rst