zephyr/tests
Gerard Marull-Paretas 89a4f36fc8 device: remove inclusion of pm/device.h
The device PM subsystem _depends_ on device, not vice-versa. Devices
only hold a reference to struct pm_device now, and initialize this
reference with the value provided in Z_DEVICE_DEFINE. This requirement
can be solved with a forward struct declaration, meaning there is no
need to include device PM headers.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-11-29 11:08:38 +01:00
..
application_development/gen_inc_file cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
arch tests: fix double promotion warning 2021-11-24 17:14:25 -05:00
benchmarks tests: latency_measure: remove qemu_x86_64 exclusion 2021-11-24 14:16:13 -05:00
bluetooth tests: Bluetooth: Update to use Periodic Advertising enable ADI flags 2021-11-26 10:26:17 -05:00
boards drivers: Apply SPI API change to relevant places 2021-11-19 11:50:38 +01:00
boot/uefi tests: uefi: move uefi test out of hello world 2021-10-22 06:36:51 -04:00
cmake/config_dir cmake: APPLICATION_CONFIG_DIR support implemented 2021-11-10 08:25:36 -05:00
crypto kernel: mem_domain: add/remove partition funcs to return errors 2021-11-22 12:45:22 -05:00
drivers tests: drivers: pinctrl: add test for checking nRF DT parsing 2021-11-26 14:20:51 +01:00
kernel pm: Use pm_device_action_run instead of state_set 2021-11-24 14:21:50 -05:00
lib tests: fix double promotion warning 2021-11-24 17:14:25 -05:00
misc cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
net device: remove inclusion of pm/device.h 2021-11-29 11:08:38 +01:00
posix tests: posix: common: increase main stack for TLS tests 2021-11-19 10:11:32 +01:00
subsys device: remove inclusion of pm/device.h 2021-11-29 11:08:38 +01:00
unit sys: util: improve IS_EMPTY() implementation 2021-11-11 09:31:57 -05:00
ztest ztest: add a weak implementation of test_main() 2021-10-28 16:57:51 -04:00