zephyr/tests
Andrew Boie 63c3e153d6 drivers: use node IDs for DEVICE_MMIO.*_INIT
There is nothing wrong with instance numbers and they are
recommended for use whenever possible, but this is an API
design problem because it's not always possible to get nodes
by instance number; in some cases, drivers need to get node
identifiers from node labels, for example.

Change these APIs (which are not yet in any Zephyr release)
to take node IDs instead of instance IDs.

Fixes: #26984

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-08-14 13:35:02 +02:00
..
application_development zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
arch tests: arch: arm: add a test for no-multithreading case for Cortex-m 2020-08-07 13:06:04 +02:00
benchmarks tests: updata the double list testcase 2020-08-14 13:32:57 +02:00
bluetooth Bluetooth: host: Perodic advertisement synchronization 2020-08-11 14:17:19 +02:00
boards tests: Align all drivers using user_data for callback 2020-07-30 09:48:00 +02:00
crypto tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00
deprecated zephyr: Use deprecated instead of legacy for Kconfig int types 2020-06-09 06:49:56 -05:00
drivers tests: i2c_slave_api: overhaul test implementation 2020-08-13 11:49:12 +02:00
kernel drivers: use node IDs for DEVICE_MMIO.*_INIT 2020-08-14 13:35:02 +02:00
lib device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
misc/test_build tests: misc: back to whitelisting mcuboot test 2020-08-07 09:50:22 -04:00
net device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
portability tests: portability: cmsis_rtos_v1: Fix systick test 2020-07-09 11:21:03 +02:00
posix tests/posix/fs: Fix missing close in error paths 2020-08-05 08:04:29 -04:00
shell shell: correct build-in commands definition 2020-07-31 11:54:34 +02:00
subsys test: logging: Add more test cases for log core 2020-08-12 17:08:15 -05:00
unit tests/unit/util: refactor to test in both C and C++ language environments 2020-08-12 16:39:37 -05:00
ztest tests/samples: enable for integration testing 2020-07-30 08:00:03 -04:00