|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Stub device support for emulators without a corresponding driver. More...
Go to the source code of this file.
Macros | |
| #define | EMUL_STUB_DEVICE(n) |
| Stub out a device for an emulator instance. | |
Stub device support for emulators without a corresponding driver.
| #define EMUL_STUB_DEVICE | ( | n | ) |
Stub out a device for an emulator instance.
For every instance of a DT_DRV_COMPAT, define a stub device so that the emulator's devicetree node has a corresponding device.
| n | DT_DRV_COMPAT instance number |