mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-24 16:30:21 +00:00
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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
display_dummy.c | ||
display_framebuf.c | ||
display_ili9340_adafruit_1480.c | ||
display_ili9340_seeed_tftv2.c | ||
display_ili9340.c | ||
display_ili9340.h | ||
display_mcux_elcdif.c | ||
display_sdl.c | ||
grove_lcd_rgb.c | ||
Kconfig | ||
Kconfig.dummy | ||
Kconfig.grove | ||
Kconfig.ili9340 | ||
Kconfig.mcux_elcdif | ||
Kconfig.microbit | ||
Kconfig.sdl | ||
Kconfig.ssd16xx | ||
Kconfig.ssd1306 | ||
mb_display.c | ||
mb_font.c | ||
mb_font.h | ||
ssd16xx_regs.h | ||
ssd16xx.c | ||
ssd1306_regs.h | ||
ssd1306.c |