mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 00:11:56 +00:00
Since struct devconfig was merged earlier into struct device, let's fix accessing config_info, name, ... attributes everywhere via: grep -rlZ 'dev->config->' | xargs -0 sed -i 's/dev->config->/dev->/g' Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
gsm_mux.c | ||
gsm_mux.h | ||
ipm_console_receiver.c | ||
ipm_console_sender.c | ||
Kconfig | ||
Kconfig.gsm_mux | ||
native_posix_console.c | ||
ram_console.c | ||
rtt_console.c | ||
semihost_console.c | ||
uart_console.c | ||
uart_mcumgr.c | ||
uart_mux_internal.h | ||
uart_mux.c | ||
uart_pipe.c | ||
xtensa_sim_console.c |