Hello,
There is a missing #ifdef
check on the following line of SDK Zephyr at the latest version v3.1.99-ncs1:
This causes a compilation error where pcfg
field of i2c_nrfx_twim_config
structure is not defined.
All other lines accessing this field are protected by #ifdef
CONFIG_PINCTRL
because this field only exists under that condition.