bc34501892
Replace individual device instance definitions with the macro that expands to the equivalent change. F='struct device DEVICE_NAME_GET' git grep -l "$F" \ | xargs sed -i -r \ -e "s@$F"'\(([^)]*)\);@DEVICE_DECLARE(\1);@' Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.cmsdk_apb | ||
Kconfig.esp32 | ||
Kconfig.gecko | ||
Kconfig.mcux | ||
Kconfig.nrfx | ||
Kconfig.sam | ||
Kconfig.sam0 | ||
Kconfig.stm32 | ||
Kconfig.xec | ||
wdt_cmsdk_apb.c | ||
wdt_esp32.c | ||
wdt_gecko.c | ||
wdt_handlers.c | ||
wdt_iwdg_stm32.c | ||
wdt_iwdg_stm32.h | ||
wdt_mchp_xec.c | ||
wdt_mcux_wdog.c | ||
wdt_mcux_wdog32.c | ||
wdt_nrfx.c | ||
wdt_sam.c | ||
wdt_sam0.c | ||
wdt_wwdg_stm32.c | ||
wdt_wwdg_stm32.h |