zephyr/tests
Fabio Baltieri b094167114 tests: cpp: add a pm device reference
On some architecture (qemu_x86) this tests generate an unused reference
warning for the PM device structure, as nothing in the structure macro
definition is referencing itself.

Reference the struct in the device define, keep the compiler happy.

Also change one of the device priority to dodge a

'__device_dts_ord_8' causes a section type conflict with
'__device_dts_ord_9'

error with llvm.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2024-09-23 18:10:30 -04:00
..
application_development style: tests: remove unnecessary return statements 2024-09-20 11:06:55 +02:00
arch style: tests: comply with MISRA C:2012 Rule 15.6 2024-09-11 07:40:35 -04:00
benchmarks tests: latency_measure: fix stacks for the busy threads 2024-09-19 18:28:16 +01:00
bluetooth Bluetooth: Audio: Add helpers for assisted listening stream 2024-09-23 10:03:47 +02:00
boards doc: sphinx-lint: fix bad usage of "default role" 2024-09-13 11:42:51 -05:00
boot tests: boot: mcuboot_data_sharing: Fix test 2024-09-09 15:23:16 +03:00
bsim Samples: Bluetooth: CAP Acceptor broadcast support 2024-09-23 10:02:58 +02:00
cmake tests: cmake: add test cases for CMake YAML module 2024-08-23 08:02:11 -04:00
crypto mbedtls: do not set PSA_WANT_KEY_TYPE_[RSA/ECC]_KEY_PAIR_BASIC 2024-09-12 10:02:40 +02:00
drivers tests: i2c_emul: fix sign comparison warning 2024-09-23 18:10:30 -04:00
integration/kernel Kernel: Integration test 2024-06-19 13:41:06 +02:00
kconfig tests: kconfig: functions: Add min/max functions 2024-08-02 13:41:07 +02:00
kernel tests/kernel/context: correct the way to get IRQ number of APIC TSC Timer 2024-09-23 14:10:27 +01:00
lib tests: cpp: add a pm device reference 2024-09-23 18:10:30 -04:00
misc llext: use EXPORT_SYMBOL() universally 2024-09-02 12:31:52 -04:00
modules mbedtls: rename CONFIG_MBEDTLS_ZEPHYR_ENTROPY and move it 2024-08-24 07:16:51 -04:00
net test: net: offloaded_netdev: Add tests for IPv4/6 address registration 2024-09-23 14:08:34 +01:00
posix tests, samples: Define _POSIX_C_SOURCE where needed 2024-09-16 20:17:35 +02:00
robot
subsys tests: debug/coredump: crash from user thread if userspace 2024-09-21 11:29:39 +02:00
unit tests: source Zephyr before project() call 2024-08-05 16:27:09 +02:00
ztest Tests: Ztest_params fix. 2024-09-23 14:08:41 +01:00
test_config.yaml