zephyr/drivers/console
Carles Cufi 244f826e3c cmake: remove _if_kconfig() functions
This set of functions seem to be there just because of historical
reasons, stemming from Kbuild. They are non-obvious and prone to errors,
so remove them in favor of the `_ifdef()` ones with an explicit
`CONFIG_` condition.

Script used:

git grep -l _if_kconfig | xargs sed -E -i
"s/_if_kconfig\(\s*(\w*)/_ifdef(CONFIG_\U\1\E \1/g"

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2020-08-01 12:35:20 +02:00
..
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
gsm_mux.c drivers: console: gsm_mux: fix timeout after timeout API change 2020-07-07 15:08:43 +02:00
gsm_mux.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ipm_console_receiver.c drivers: Apply IPM callback signature change where relevant 2020-07-30 09:51:51 +02:00
ipm_console_sender.c
Kconfig
Kconfig.gsm_mux
native_posix_console.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ram_console.c
rtt_console.c
semihost_console.c
uart_console.c uart: Fix uart_irq_callback_set usage 2020-07-30 09:43:12 +02:00
uart_mcumgr.c mgmt: Move mcumgr into its own folder 2020-07-31 08:46:53 -05:00
uart_mux_internal.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_mux.c uart: Fix uart_irq_callback_user_data_set usage 2020-07-30 09:43:12 +02:00
uart_pipe.c uart: Fix uart_irq_callback_set usage 2020-07-30 09:43:12 +02:00
xtensa_sim_console.c