cfriedt / greybus-for-zephyr

Greybus Module for the Zephyr Real-Time Operating System
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

subsys: greybus: update devicetree macros #39

Closed cfriedt closed 3 years ago

cfriedt commented 3 years ago

Some macros were deprecated in zephyrproject-rtos/zephyr#30766

DEVICE_AND_API_INIT -> DEVICE_DT_INST_DEFINE
DEVICE_GET -> DEVICE_DT_INST_GET
DEVICE_DECLARE -> DEVICE_DT_INST_DECLARE

Currently there are warnings from the toolchain and we would have liked to get rid of all warnings in #1