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
PSRAM_INTERFACE_MODE contains an hardware configuration parameter. This
parameter belongs to the DT on the Zephyr side. Hence, it can't be
defined with a macro.
Fortunately, this symbol is redundant with ...spi_config_1.inst_mode. So
we can replace the macro by this field.
Signed-off-by: Jérôme Pouiller <[email protected]>
0 commit comments