zephyr/tests/drivers/i2c/i2c_slave_api
Kumar Gala 4e7863dc41 dts: Make instance defines consistent
We generated a define for each instance to convey its existance of the
form:
	#define DT_<COMPAT>_<INSTANCE> 1

However we renamed all other instance defines to be of the form
DT_INST_<INSTANCE>_<FOO>.  To make things consistent we now generate a
define of the form:

	#define DT_INST_<INSTANCE>_<COMPAT> 1

We also now deprecate the DT_<COMPAT>_<INSTANCE> form and fixup all uses
to use the new form.

Fixes: #17650

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-07-30 17:10:31 -05:00
..
boards stm32: Remove redundant I2C variant Kconfig symbols definitions 2019-05-24 22:29:51 -04:00
common cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
src dts: Make instance defines consistent 2019-07-30 17:10:31 -05:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
nucleo_f091rc.overlay license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
prj.conf cmake: Drop all in-tree usage 'set_conf_file' 2019-03-01 09:44:09 +01:00
stm32f072b_disco.overlay license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
testcase.yaml tests: i2c_slave_api: Add missing testcase.yaml 2018-09-26 08:06:11 +05:30