I'm moving an application from NCS v2.0.2 to NCS v2.1.0
Everything compiles properly in v2.0.2.
I think I've converted all of the pin definitions properly from the v2.0.2 .dts file to a new v2.1.0 .dts file and added a .dtsi file.
I have my own I2C/TWIM manager, so I instantiate a TWIM device using the macro NRFX_TWIM_INSTANCE(id). Compilation fails in v2.1.0 but I have no problem with compilation in v2.0.2.
The prj.conf file has the statement: CONFIG_NRFX_TWIM1=y in both versions.
From the error message, it looks like "NRFX_TWIM1_INST_IDX" is not being defined (because the first argument of NRFX_CONCAT_3 is not defined??
Is there some other change I need to make this work in v2.1.0?
Here is a partial screen capture of the error:
Thanks!