You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RTE_Device_917.h describes a board. However, with Zephyr, the description will come from the Device Tree. RTE_Device_917.h, but none of components used by Zephyr should include it.
Normally, the right way to drop RTE_Device_917.h is to place the hardware parameters in structs rather than in #define. The structs can be populated at runtime, it is easier to translate hardware configuration from one system to another.
The text was updated successfully, but these errors were encountered:
RTE_Device_917.h
describes a board. However, with Zephyr, the description will come from the Device Tree.RTE_Device_917.h
, but none of components used by Zephyr should include it.Normally, the right way to drop
RTE_Device_917.h
is to place the hardware parameters instruct
s rather than in#define
. Thestruct
s can be populated at runtime, it is easier to translate hardware configuration from one system to another.The text was updated successfully, but these errors were encountered: