mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 05:41:57 +00:00
Convert DT_.*_GPIO_{CONTROLLER,PIN,FLAGS} -> DT_.*_GPIOS_{CONTROLLER,PIN,FLAGS) Used the following commands to make these conversions: git grep -l DT_.*_GPIO_CONTROLLER | xargs sed -i 's/DT_\(.*\)_GPIO_CONTROLLER/DT_\1_GPIOS_CONTROLLER/g' git grep -l DT_.*_GPIO_PIN | xargs sed -i 's/DT_\(.*\)_GPIO_PIN/DT_\1_GPIOS_PIN/g' git grep -l DT_.*_GPIO_FLAGS | xargs sed -i 's/DT_\(.*\)_GPIO_FLAGS/DT_\1_GPIOS_FLAGS/g' 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.ssd1306 | ||
Kconfig.ssd1673 | ||
mb_display.c | ||
mb_font.c | ||
mb_font.h | ||
ssd1306_regs.h | ||
ssd1306.c | ||
ssd1673_regs.h | ||
ssd1673.c |